/* THI post-clone fixes.
 * The cloned theme CSS is kept byte-identical to the original so the site stays a
 * faithful reproduction; every correction we make lives here instead, so it is
 * always obvious what we changed and why.
 * Added 2026-08-11 after the multi-viewport QA sweep.
 */

/* reCAPTCHA v3 badge: Google positions it fixed at the right edge, which pushed the
 * document 273px sideways on a 390px phone. Hiding it is expressly permitted provided
 * the attribution text is shown instead — gform-adapter.js injects that near the form. */
.grecaptcha-badge {
  visibility: hidden !important;
}

.thi-recaptcha-notice {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}
.thi-recaptcha-notice a {
  color: inherit;
  text-decoration: underline;
}
