/* Migration-only styles. The original Webflow CSS is preserved verbatim. */
.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

#wf-form-contact-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

.form_success-message,
.form_error-message {
  outline: none;
}
