.ct-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.ct-verification {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.ct-form .form,
.ct-form .field-row,
.ct-form .field {
  min-width: 0;
}

.ct-form .field input,
.ct-form .field textarea,
.ct-form .field select {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.ct-turnstile {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
}

.ct-turnstile.is-interactive {
  min-height: 65px;
}

.ct-turnstile.is-compact.is-interactive {
  min-height: 140px;
}

.ct-form-privacy {
  max-width: 62ch;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.ct-form-privacy a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ct-form-status {
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 12px 14px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.ct-form-status[hidden] {
  display: none;
}

.ct-form-status.is-success {
  border-color: rgba(66, 133, 76, 0.35);
  background: rgba(156, 199, 149, 0.22);
  color: #285b31;
}

.ct-form-status.is-error {
  border-color: rgba(181, 63, 45, 0.25);
  background: rgba(238, 106, 43, 0.1);
  color: #7b2e21;
}

.form[aria-busy="true"] .field,
.form[aria-busy="true"] .ct-verification {
  opacity: 0.72;
}

.ct-form-foot .btn:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.ct-form-foot .btn[data-sent="true"]:disabled {
  cursor: default;
  opacity: 1;
  background: #42854c;
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"],
.field select[aria-invalid="true"] {
  border-color: #b53f2d;
  box-shadow: 0 0 0 3px rgba(181, 63, 45, 0.12);
}
