/**
 * Cloudflare Turnstile – front.css
 * Styles for the inline error message shown when captcha is not completed.
 * Uses high specificity to override theme Bootstrap overrides.
 */

.cf-ts-widget .cf-ts-error {
    display: inline-block !important;
    width: auto !important;
    margin: 6px 0 0 0 !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #a94442 !important;
    background-color: #f2dede !important;
    border: 1px solid #ebccd1 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    text-align: left !important;
}
