.grecaptcha-badge {
  width: 70px !important;          /* Default compact width */
  overflow: hidden !important;     /* Hide overflow text */
  transition: all 0.3s ease !important; /* Smooth width transition */
  left: 4px !important;             /* Move to left side */
  right: auto !important;           /* Disable right alignment */
  bottom: 4px !important;           /* Keep near bottom */
}

.grecaptcha-badge:hover {
  width: 256px !important;          /* Expanded width on hover */
}