/* Google permits hiding the v3 badge when the required branding is visible in the user flow. */
.grecaptcha-badge {
  visibility: hidden !important;
}

.inokna-recaptcha-notice {
  margin: 10px 0 12px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.inokna-recaptcha-notice a {
  color: #475569;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.inokna-recaptcha-notice a:hover,
.inokna-recaptcha-notice a:focus-visible {
  color: #1c1f3a;
}
