/* v32 — PHPMailer/reCAPTCHA zichtbaarheid en debug polish */
.contact-form .alert-danger {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.recaptcha-notice--visible {
    display: block !important;
    margin: 1.35rem 0 0 !important;
    padding-top: 1rem;
    border-top: 1px solid rgba(39, 33, 27, .08);
    max-width: 100% !important;
    color: rgba(39, 33, 27, .62) !important;
    font-size: .82rem;
    line-height: 1.55;
}
.recaptcha-notice--visible a {
    color: var(--amber);
    font-weight: 800;
    text-decoration: none;
}
.recaptcha-notice--visible a:hover { text-decoration: underline; }
.contact-debug-card {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 14px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #7c2d12;
    font-size: .88rem;
    line-height: 1.55;
}
