/* Yandex SmartCaptcha CF7 — Frontend Styles */

/* ── Общая обёртка ─────────────────────────────── */
.ysc-captcha-wrap {
    margin: 12px 0;
    display: block;
    clear: both;
}

/* ── Обёртка полей Xoo EL (наследует xoo-aff-group) ── */
.xoo-aff-group.ysc-captcha-field-group {
    margin-bottom: 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block;
    clear: both;
}

/* ── Обёртка в формах Xoo EL ──────────────────── */
.ysc-xoo-el-wrap {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: block;
    clear: both;
}

/* ── Растягивание виджета и iframe по ширине полей ── */
.ysc-captcha-widget,
.ysc-captcha-widget > div,
.ysc-captcha-widget iframe {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* ── Мобильная адаптация для узких экранов (<480px) ── */
@media screen and (max-width: 480px) {
    .ysc-xoo-el-wrap {
        transform: scale(0.95);
        transform-origin: left center;
        margin: 4px 0 !important;
        width: 105% !important;
    }
}

/* ── Сообщение об ошибке ───────────────────────── */
.ysc-error-msg {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    color: #dc3545;
}
