/* Turnstile widget placement on forms */
.ah-turnstile-wrap {
  margin: 0.75rem 0 0.5rem;
  min-height: 65px;
}

.ah-turnstile-wrap:empty {
  display: none;
}

.ah-turnstile-wrap .cf-turnstile {
  display: inline-block;
}
