

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");


/* =========================================
   ВЕБИНАРНАЯ КОМНАТА "МИРИТЬСЯ БУДЕМ?"
   Привязка к конкретной комнате через builder
   ========================================= */

body.page-show-index:has(#builder6158098) {
    --webinar-navy: #102c53;
    --webinar-pink: #fc79af;
    --webinar-blue: #68a8f8;
    --webinar-bg: #f3f7fc;
    --webinar-muted: #637084;

    background: var(--webinar-bg) !important;
    color: var(--webinar-navy) !important;

    font-family: "Manrope", Arial, sans-serif !important;
}


/* Весь интерфейс комнаты */
body.page-show-index:has(#builder6158098) .demo-hh {
    background: var(--webinar-bg) !important;

    /* вместо оранжевой полосы сверху */
    border-top: 3px solid var(--webinar-blue) !important;

    font-family: "Manrope", Arial, sans-serif !important;
}


/* =========================================
   ЗАГОЛОВОК ВЕБИНАРА
   Сейчас здесь "Тестовый"
   ========================================= */

body.page-show-index:has(#builder6158098) #builder6158098 {
    background: transparent !important;
}


body.page-show-index:has(#builder6158098) #a162519cfc {
    position: relative;

    padding-top: 12px !important;
    padding-bottom: 14px !important;

    background: transparent !important;
}


/* Маленькая подпись над названием */
body.page-show-index:has(#builder6158098) #a162519cfc::before {
    content: "ПРЯМОЙ ЭФИР";

    display: block;

    margin-bottom: 5px;

    color: var(--webinar-pink);

    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.12em;
}


/* Сам заголовок */
body.page-show-index:has(#builder6158098) #a162519cfc .f-header,
body.page-show-index:has(#builder6158098) #a162519cfc .f-header *,
body.page-show-index:has(#builder6158098) #a162519cfc p,
body.page-show-index:has(#builder6158098) #a162519cfc span {
    margin: 0 !important;

    color: var(--webinar-navy) !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.035em !important;

    text-transform: none !important;
}


/* =========================================
   ОБЛАСТЬ ТРАНСЛЯЦИИ
   ========================================= */

/* Убираем стандартный бело-серый вид там, где возможно */
body.page-show-index:has(#builder6158098) .gc-main-content,
body.page-show-index:has(#builder6158098) .gc-both-main-content,
body.page-show-index:has(#builder6158098) .account-page-content {
    background-color: var(--webinar-bg) !important;

    font-family: "Manrope", Arial, sans-serif !important;
}


/* Видео / iframe, когда трансляция запустится */
body.page-show-index:has(#builder6158098) video,
body.page-show-index:has(#builder6158098) iframe {
    border: 0 !important;
}


/* =========================================
   ЧАТ
   ========================================= */

/* Нижняя зона ввода */
body.page-show-index:has(#builder6158098)
.gc-comment-form.comment-form-wrapper {
    box-sizing: border-box;

    padding: 14px !important;

    background: #ffffff !important;

    border-top: 1px solid rgba(104, 168, 248, 0.35) !important;

    font-family: "Manrope", Arial, sans-serif !important;
}


/* Форма */
body.page-show-index:has(#builder6158098)
.gc-comment-form .new-comment {
    margin: 0 !important;

    background: transparent !important;
}


body.page-show-index:has(#builder6158098)
.gc-comment-form .textarea-block {
    background: transparent !important;
}


/* Поле сообщения */
body.page-show-index:has(#builder6158098)
input.new-comment-input {
    width: 100% !important;
    height: 42px !important;

    box-sizing: border-box !important;

    padding: 8px 38px 8px 12px !important;

    color: var(--webinar-navy) !important;
    background: #ffffff !important;

    border: 1px solid var(--webinar-blue) !important;
    border-radius: 8px !important;

    box-shadow: none !important;
    outline: none !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;

    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}


/* Фокус */
body.page-show-index:has(#builder6158098)
input.new-comment-input:focus {
    border-color: var(--webinar-pink) !important;
    background: #fffafd !important;

    box-shadow: none !important;
}


/* Placeholder */
body.page-show-index:has(#builder6158098)
input.new-comment-input::placeholder {
    color: #8b94a3 !important;
    opacity: 1 !important;
}


/* =========================================
   КНОПКА "ОТПРАВИТЬ"
   ========================================= */

body.page-show-index:has(#builder6158098)
a.webinar-btn-send {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px;

    min-height: 38px !important;

    margin-top: 8px !important;
    padding: 8px 17px !important;

    color: #ffffff !important;
    background: var(--webinar-pink) !important;

    border: 0 !important;
    border-radius: 7px !important;

    box-shadow: none !important;
    text-shadow: none !important;

    font-family: "Manrope", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;

    transition: background-color 0.2s ease !important;
}


body.page-show-index:has(#builder6158098)
a.webinar-btn-send:hover {
    color: #ffffff !important;
    background: #e9689d !important;

    box-shadow: none !important;
}


/* Иконка внутри кнопки */
body.page-show-index:has(#builder6158098)
a.webinar-btn-send i {
    color: #ffffff !important;
}


/* =========================================
   ТЕКСТЫ В ЧАТЕ
   ========================================= */

body.page-show-index:has(#builder6158098)
.gc-comment-form,
body.page-show-index:has(#builder6158098)
.gc-comment-form *,
body.page-show-index:has(#builder6158098)
.comment-form-wrapper,
body.page-show-index:has(#builder6158098)
.comment-form-wrapper * {
    font-family: "Manrope", Arial, sans-serif;
}


/* =========================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ========================================= */

@media (max-width: 767px) {

    body.page-show-index:has(#builder6158098)
    #a162519cfc {
        padding-top: 9px !important;
        padding-bottom: 10px !important;
    }


    body.page-show-index:has(#builder6158098)
    #a162519cfc::before {
        font-size: 9px;
    }


    body.page-show-index:has(#builder6158098)
    #a162519cfc .f-header,
    body.page-show-index:has(#builder6158098)
    #a162519cfc .f-header *,
    body.page-show-index:has(#builder6158098)
    #a162519cfc p,
    body.page-show-index:has(#builder6158098)
    #a162519cfc span {
        font-size: 22px !important;
    }


    body.page-show-index:has(#builder6158098)
    .gc-comment-form.comment-form-wrapper {
        padding: 10px !important;
    }


    body.page-show-index:has(#builder6158098)
    input.new-comment-input {
        height: 40px !important;

        font-size: 13px !important;
    }


    body.page-show-index:has(#builder6158098)
    a.webinar-btn-send {
        min-height: 36px !important;

        padding: 7px 14px !important;

        font-size: 13px !important;
    }
}
