/* Opción 1: Ajustar por el tag de Turnstile o su clase contenedora */
.cf-turnstile, 
div[data-sitekey] {
  width: 100% !important;
  display: flex !important;
  justify-content: center; /* Centra el contenido interior */
}

/* Forzar que el iframe interno escale */
.cf-turnstile iframe, 
div[data-sitekey] iframe {
  width: 90% !important;
  max-width: 90% !important;
}