/* Hide the Google reCAPTCHA box that follows the scroll */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* Make Turnstile responsive and full-width to match fields */
.cf-turnstile {
  width: 100% !important;
  max-width: 100% !important;
}

/* Give footer text a thin black outline to make it pop */
.copy {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 4px rgba(0, 0, 0, 0.5);
}
