/* SIW reCAPTCHA v3
 *
 * Google's drijvende badge wordt verborgen. Per Google's TOS is dat toegestaan
 * mits er een zichtbare tekstuele credit met links naar Privacy & Terms wordt
 * getoond. Die credit wordt door siw-recaptcha.js onder elk beschermd form
 * geplaatst (.siw-recaptcha-credit).
 */
.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.siw-recaptcha-credit {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4;
    color: #6b7280;
}

.siw-recaptcha-credit a {
    color: #6b7280;
    text-decoration: underline;
}

.siw-recaptcha-credit a:hover {
    color: #111827;
}
