.secure-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.turnstile-wrap {
  display: flex;
  justify-content: flex-start;
  min-height: 65px;
}

.turnstile-wrap[data-turnstile-missing-key="true"] {
  min-height: auto;
  padding: 10px 12px;
  border: 1px solid rgba(224, 122, 34, 0.35);
  border-radius: 8px;
  color: #ffd0aa;
  background: rgba(224, 122, 34, 0.08);
  font-size: 13px;
}

[data-form-status].is-error,
.status-message.is-error {
  color: #ffd0d0;
  border-color: rgba(255, 104, 104, 0.28);
  background: rgba(255, 104, 104, 0.08);
}

button[aria-busy="true"],
input[type="submit"][aria-busy="true"] {
  cursor: wait;
  opacity: 0.78;
}
