/* CMS overrides — constrain uploaded images that may be larger than reference assets */

/* Header logos — all variants */
.td-header-logo img,
.td-header-5-logo img {
  max-height: 36px;
  width: auto;
  object-fit: contain;
}

/* Mobile offcanvas logo */
.tdoffcanvas__logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

/* reCAPTCHA v3 badge — hidden per Google ToS (attribution text shown near forms instead) */
.grecaptcha-badge { visibility: hidden !important; }

/* reCAPTCHA attribution text */
.td-recaptcha-terms {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  line-height: 1.5;
}

.td-recaptcha-terms a {
  color: #999;
  text-decoration: underline;
}

/* Footer logos — all variants */
.td-footer-logo img,
.td-footer-2-logo img,
.td-footer-3-logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}
