/* Стилизация кнопки закрытия только для блока #rec1204022776 */
#rec1204022776 .t-popup__close-wrapper {
    background-color: red !important;   /* Красный фон */
    border: none;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rec1204022776 .t-popup__close-icon {
    display: none !important; /* Скрываем иконку-крестик */
}

#rec1204022776 .t-popup__close-wrapper::after {
    content: "ЗАКРЫТЬ ФОРМУ";
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
