/* Override WordPress theme's default styling that hides the CAPTCHA badge. */
.grecaptcha-badge {
   visibility: visible;
}
