/* Official Google reCAPTCHA v3 badge. Crop to the icon by default;
   hover/focus reveals "protected by reCAPTCHA". */
.grecaptcha-badge {
  display: block !important;
  position: fixed !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 70px !important;
  overflow: hidden !important;
  bottom: 24px !important;
  right: 8px !important;
  z-index: 2147483647 !important;
  transform: scale(0.82) !important;
  transform-origin: bottom right !important;
  transition: width 0.25s ease !important;
}

.grecaptcha-badge:hover,
.grecaptcha-badge:focus-within {
  width: 256px !important;
}
