/* Honeypot field — hidden from users, visible to naive bots */
.ct-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact__turnstile {
  margin: 0.75rem 0 0.25rem;
  min-height: 65px;
}

.ct-chat__turnstile {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
