#thankYou .modal-header {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

#thankYou .thank-you-modal__body {
    padding: 0.5rem 1.75rem 1rem;
}

@media (min-width: 768px) {
    #thankYou .modal-header {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    #thankYou .thank-you-modal__body {
        padding: 0.5rem 2rem 1rem;
    }
}

@media (min-width: 1200px) {
    #thankYou .modal-header {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    #thankYou .thank-you-modal__body {
        padding: 0.5rem 3rem 1rem;
    }
}

#thankYou [data-thankyou-newsletter-card] {
    padding: 1rem 1.5rem;
}

@media (min-width: 768px) {
    #thankYou [data-thankyou-newsletter-card] {
        padding: 1.5rem 2rem;
    }
}

.thank-you-agent-row {
    display: flex;
    align-items: flex-start;
}

.thank-you-intro__subtitle {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    color: #4f6f97;
    letter-spacing: 0.01em;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(8, 58, 128, 0.12);
}

.thank-you-agent-row__avatars {
    flex-shrink: 0;
    padding: 4px 14px 0 0;
}

.thank-you-agent-row__text {
    flex: 1;
    min-width: 0;
    padding-top: 11px;
    font-size: 16px;
    line-height: 1.6;
    color: #5e5e5f;
}

.thank-you-agent-row__text--solo {
    padding-top: 0;
}

.thank-you-agent-avatars {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.thank-you-agent-avatars__item {
    position: relative;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin-left: -12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #083A80;
    box-shadow: 0 1px 4px rgba(8, 58, 128, 0.18);
    overflow: hidden;
}

.thank-you-agent-avatars__item:first-child {
    margin-left: 0;
    z-index: 3;
}

.thank-you-agent-avatars__item:nth-child(2) {
    z-index: 2;
}

.thank-you-agent-avatars__item:nth-child(3) {
    z-index: 1;
}

.thank-you-agent-avatars__initials {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    pointer-events: none;
}

.thank-you-agent-avatars__photo {
    position: relative;
    z-index: 1;
    display: block;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #083A80;
}

.thank-you-operator-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #083A80;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
}

.thank-you-about-card__inner {
    background-color: #f5f5f6;
    border-left: 3px solid #083A80;
    border-radius: 10px;
    padding: 16px 18px;
}

.thank-you-about-card__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #083A80;
}

.thank-you-about-card__description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #0b0a12;
}

.thank-you-about-card__description p:last-child {
    margin-bottom: 0;
}
