/* Hide reCAPTCHA badge on small screens */
@media (max-width: 767px) {
  .grecaptcha-badge {
    display: none !important;
  }
}