.tell-more-textarea::placeholder {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;
    gap: 4px;
    width: 545px;
    height: 57px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.reasoning-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    gap: 24px;
    width: 764px;
    height: auto;
    background: rgba(180, 180, 208, 0.16);
    border-radius: 8px;
}

.reasoning-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.reasoning-tell-more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #6969A0;
    background: none;
    border: none;
    cursor: pointer;
}

.dark-page .reasoning-tell-more {
    color: var(--Gray-Not-White);
}

.reasoning-section {
    display: none;
    padding: 16px;
    background: rgba(180, 180, 208, 0.16);
    border-radius: 8px;
    border: 1px solid rgba(180, 180, 208, 0.32);
}
