/* Static form status and hCaptcha layout hardening. */
.mondial-static-form-status { margin: 1rem 0; font-weight: 600; }
.mondial-static-form-status[data-state="success"] { color: #177245; }
.mondial-static-form-status[data-state="error"] { color: #b42318; }
.h-captcha { width: 303px !important; height: 78px !important; max-width: 100% !important; overflow: visible !important; display: block !important; margin: 15px 0 !important; }
.h-captcha iframe { width: 100% !important; height: 100% !important; }
