/*!
 * Contact form additions — markup the approved design did not contain.
 */

/* The honeypot must be unreachable for people but present for bots. */
.wf-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* The original design had no error state; a failed send needs to look wrong. */
.contact-form .status[data-error] {
  color: #b91c1c;
}
