/* Ticket #28 — first-party contact form. Fields inherit the site's own Elementor
   form styling (post-159.css); only the honeypot and the status line need rules. */

/* Honeypot: display:none keeps it out of the tab order AND the accessibility tree. */
.wub-hp { display: none; }

.wub-form-status {
  margin: 0;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  color: #1e1e1e;
}
.wub-form-status[data-state="error"] { color: #b00020; }
