/* Cookie Consent Banner */
.cookie-banner {
  display: none;
}

/* reCAPTCHA disclosure — base styles are in index.html inline for
   specificity over Google's injected badge. Keep a light-mode fallback
   here in case the inline block doesn't load. */
.recaptcha-disclosure {
  position: fixed;
  bottom: 8px;
  right: 16px;
  font-size: 0.75rem;
  color: #6b7280;
  z-index: 1000;
}