/* Yandex SmartCaptcha — оформление контейнера в формах WordPress (CF7 / Elementor). */

.ya-smartcaptcha-wrap {
    margin: 12px 0;
    max-width: 500px;
    width: 100%;
}

.ya-smartcaptcha {
    width: 100%;
    min-height: 60px;
}

.ya-smartcaptcha-error {
    margin-top: 6px;
    color: #c33 !important;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none !important;
}

/* Контейнер с виджетом не должен иметь внешней рамки — за вид плашки отвечает сам Yandex */
.ya-smartcaptcha,
.ya-smartcaptcha > div,
.ya-smartcaptcha iframe {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
