/* v30 — contactformulier, PHPMailer/reCAPTCHA polish */
.recaptcha-notice {
    margin: -.25rem 0 0;
    max-width: 760px;
    color: rgba(39, 33, 27, .55);
    font-size: .82rem;
    line-height: 1.55;
}
.recaptcha-notice a {
    color: var(--amber);
    font-weight: 800;
    text-decoration: none;
}
.recaptcha-notice a:hover { text-decoration: underline; }
.grecaptcha-badge { visibility: hidden !important; }
.contact-form .alert { border-radius: 16px; font-weight: 700; }


/* v31: reCAPTCHA notice always remains visible under the form when enabled through template. */
.contact-form .recaptcha-notice {
    display: block;
    max-width: 640px;
}
.contact-form .alert {
    line-height: 1.55;
}
