.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.turnstile-box {
  min-height: 66px;
  margin: 2px 0 15px;
  display: flex;
  align-items: center;
}

.form-submit:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}

.form-status.is-success { color: #2d7133; }
.form-status.is-error { color: #973c3c; }
