/* Visual styling comes from the existing Webflow stylesheet. */
.contact-form [hidden] { display: none !important; }
.contact-form .contact-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-form .contact-status { color: #fff; margin-top: 16px; }
.contact-form .contact-status:empty { display: none; }
.contact-form .contact-status[data-error="true"] { color: #ffd3d3; }
.contact-form [type="submit"]:disabled { opacity: .65; cursor: wait; }
.contact-form :focus-visible { outline: 3px solid #77baff; outline-offset: 3px; }
.contact-form .contact-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
