/**
 * Cll Captcha - front-end widget styling.
 * @license Proprietary - Commercial license.
 */
.cll-captcha {
    margin: 12px 0;
}
.cll-captcha .g-recaptcha,
.cll-captcha .h-captcha,
.cll-captcha .cf-turnstile {
    display: inline-block;
}
.cll-captcha-v3,
.cll-captcha-invisible {
    margin: 0;
}
.cll-captcha-error {
    color: #c0392b;
    font-size: 0.9em;
    margin-top: 6px;
}
