#servynet-recaptcha-badge-slot {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 80px; /* solo deja ver el icono */
  height: 60px;
  overflow: hidden;
  z-index: 99999;
  transition: width 0.3s ease;
}

#servynet-recaptcha-badge-slot:hover {
  width: 256px; /* ancho completo del badge */
}

#servynet-recaptcha-badge-slot .grecaptcha-badge {
  position: relative !important;
  left: -186px !important; /* 256 - 38 = 218 */
  right: auto !important;
  bottom: auto !important;
  width: 256px !important;
  height: 60px !important;
  box-shadow: none !important;
  transition: left 0.3s ease !important;
}

#servynet-recaptcha-badge-slot:hover .grecaptcha-badge {
  left: 0 !important;
}

