Google reCaptcha v3 Batch change Position

[themify_is_logged_in]

/* Recaptcha V3 Batch Position */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 15px !important;
}

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

[/themify_is_logged_in]