/* Hide reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Style the reCAPTCHA text disclosure */
.recaptcha-text {
  font-size: 12px;
  color: #4c566a;
  text-align: center;
  margin-top: 10px;
}

.recaptcha-text a {
  color: #5e81ac;
  text-decoration: none;
}

.recaptcha-text a:hover {
  text-decoration: underline;
} 