/**
 * Hide Google reCAPTCHA Badge
 * 
 * We use visibility: hidden instead of display: none to ensure
 * the spam protection continues to work in the background.
 */
.grecaptcha-badge { 
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
