[hidden] {
  display: none !important;
}

.cz-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cz-form-error {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  background: rgba(199, 62, 62, 0.08);
  border: 1px solid rgba(199, 62, 62, 0.35);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 18px;
}

.cz-form-error-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c73e3e;
  flex: none;
  margin-top: 6px;
}

.cz-form-error-text {
  font-size: 14px;
  line-height: 1.5;
  color: var(--heading);
}

.cz-turnstile-slot {
  margin: 0 0 18px;
  width: 100%;
  min-height: 65px;
  line-height: 0;
}

.cz-turnstile-slot iframe {
  border: 0;
  max-width: 100%;
}

#cz-form-submit:disabled {
  opacity: 0.65;
  cursor: progress;
}
