/* Turnstile widget (inline notify form) */

.turnstile-wrap {
  display: flex;
  justify-content: center;
  min-height: 65px;
  margin: 8px 0;
}

.turnstile-wrap--hidden {
  display: none !important;
  min-height: 0;
  margin: 0;
}
