.lead-form__turnstile {
  display: grid;
  gap: .45rem;
  margin-top: .2rem;
  padding: .9rem;
  border: 1px solid rgba(45, 35, 90, .14);
  border-radius: 1rem;
  background: rgba(248, 248, 251, .9);
}

.lead-form__turnstile-label,
.lead-form__turnstile-status {
  margin: 0;
}

.lead-form__turnstile-label {
  color: #2d235a;
  font-weight: 700;
}

.lead-form__turnstile-status {
  min-height: 1.35em;
  color: #3c3c55;
  font-size: .84rem;
}

.lead-form__turnstile-status.is-success {
  color: #176448;
}

.lead-form__turnstile-status.is-error {
  color: #a42035;
}

.lead-form__turnstile iframe {
  max-width: 100%;
}
