.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.alert { padding: 1rem; margin: 1rem 0; border-radius: 3px; }
.alert-danger { background: #fff0ec; color: #80200c; }
.alert-success { background: #e5f4e9; color: #174b2a; }
.error-field { outline: 2px solid #aa320f; }
.text-danger { color: #a82010; }
.form-h-c .text-danger { color: #ffbda5; }
