/* Yandex SmartCaptcha styles for 1C-Bitrix */

.delement-yandexcaptcha-container {
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 65px;
}

.delement-yandexcaptcha-placeholder {
    min-height: 65px;
}

.delement-yandexcaptcha-container .smart-captcha {
    display: block;
    min-height: 65px;
}

form[data-delement-yandexcaptcha-ready="Y"] .captcha_reload {
    display: none !important;
}

.delement-yandexcaptcha-error {
    color: #c00;
    font-size: 13px;
    margin-top: 4px;
}
