/* /css/patch.css — tiny overrides without touching site.css */

/* Hide honeypot field from humans, keep in DOM for bots */
.hp{ position:absolute !important; left:-9999px; width:1px; height:1px; overflow:hidden; }

/* Consent text tidier on mobile */
#quote form .consent{ font-size:.92rem; line-height:1.3; color:var(--sub); }
@media (max-width:380px){
  #quote form .consent{ font-size:.88rem; }
}
