/* Le Solano – Form Guard: double-submit lock + Turnstile widget placement */
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.lesol-fg-locked .wpcf7-submit {
  pointer-events: none;
  opacity: 0.6;
  cursor: wait;
}
.lesol-fg-turnstile {
  margin: 0 0 12px;
  min-height: 0;
}
/* interaction-only widgets are 0px tall until a challenge is needed; keep it centered when shown */
.lesol-fg-turnstile iframe {
  max-width: 100%;
}
