.form-honeypot {
  position: absolute !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;
}

.form-feedback {
  min-height: 24px;
  margin: 8px 0 0;
  color: #66706c;
  font-size: 14px;
  line-height: 1.55;
}

.form-feedback.is-error {
  color: #9c2d2d;
}

.form-feedback.is-success {
  color: #173e36;
}

.contact-form button[disabled] {
  cursor: wait;
  opacity: .7;
}

.privacy-check a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
