/**
Theme Name: Astra child
Author: e-tecnia
Author URI: https://e-tecnia.es
Description:
Version: 1.1.0
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%;}

.form_products p{
	display: grid;
	grid-template-columns: auto auto;
}
.wpml-ls-legacy-list-horizontal{
	padding: 0 !important;
	border: 0 !important;
	font-size: 12px !important;
	font-weight: bold;
}