/* Contact security/CAPTCHA presentation - restores the previously working feature
   without changing the site's main visual theme. */
.contact-form-message { margin: 8px 0 16px; }
.contact-alert { border-radius: 8px; padding: 12px 14px; border: 1px solid transparent; font-size: .95rem; }
.contact-alert-success { background:#e9f7ef; border-color:#b7e4c7; color:#155724; }
.contact-alert-danger { background:#fdeaea; border-color:#f5b5b5; color:#842029; }
#contactRecaptcha { min-height: 78px; }
#contactRecaptcha iframe { max-width:100%; }
@media (max-width: 480px) {
  #contactRecaptcha { transform-origin: left top; }
}
