/* Official Google reCAPTCHA v3 badge — do not hide it.
   Google already parks the 256px bar at right:-186px so only the icon
   peeks in. Overriding width/overflow/clip-path/transform on top of that
   clips the logo off-screen. Hover is Google's own slide-out
   ("protected by reCAPTCHA"). Only keep it above our UI. */
.grecaptcha-badge {
  display: block !important;
  position: fixed !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  bottom: 18px !important;
}
