.glym-turnstile-field {
  height: 0;
  margin: 0;
  min-height: 0;
  overflow: visible;
}

.glym-turnstile-field > .form-control-label {
  display: none;
}

.glym-turnstile-field.glym-turnstile-interactive {
  height: auto;
  margin: 0.75rem 0;
}

.glym-turnstile-field.glym-turnstile-interactive > .form-control-label {
  display: block;
}

.glym-turnstile-injected {
  height: 0;
  margin: 0;
  min-height: 0;
  overflow: visible;
}

.glym-turnstile-injected.glym-turnstile-interactive {
  height: auto;
  margin: 0.75rem 0;
}

.glym-turnstile-injected.glym-turnstile-interactive .glym-turnstile {
  margin-bottom: 0.75rem;
}

.glym-turnstile-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
