/**
Theme Name: Astra child
Author: e-tecnia
Author URI: https://e-tecnia.es
Description:
Version: 1.0.5
Text Domain: astra-child
Template: astra
*/

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: -1px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}

/* Complianz document */

#cmplz-document {max-width: 100%;}
