/* Фон попапа — тёмно-синий */
.t-form-success-popup {
    background: rgba(11, 42, 82, 0.7) !important;
}

/* Белая карточка внутри */
.t-form-success-popup__wrapper {
    background: #ffffff !important;
    border-radius: 8px !important;
    padding: 40px 36px !important;
    max-width: 420px !important;
    box-shadow: 0 20px 60px rgba(11,42,82,0.25) !important;
}

/* Иконка галочки — синяя вместо зелёной */
.t-form-success-popup__content-icon-background {
    fill: #155EAB !important;
}

/* Заголовок «Спасибо!» */
.t-form-success-popup__title {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0B2A52 !important;
}

/* Текст «Данные успешно отправлены» */
.t-form-success-popup__text {
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    color: #5A7290 !important;
    line-height: 1.6 !important;
}

/* Кнопка «Хорошо» */
.t-form-success-popup__button.t-btn {
    background: #155EAB !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
    border: none !important;
    padding: 12px 28px !important;
}

/* Крестик закрытия */
.t-form-success-popup__close-icon path {
    fill: #5A7290 !important;
    opacity: 1 !important;
}