/* Minimal extras for form / dealers — does not override theme look */
.contact-form .hp-field { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }
.contact-form .form-notice { padding: .75rem 1rem; margin-bottom: 1rem; }
.contact-form .form-notice.success { background: #e8f5e9; }
.contact-form .form-notice.error { background: #fdecea; }
.dealer-grid { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1rem; }
.dealer-card { flex: 1 1 280px; max-width: 360px; }
.dealer-card img { max-height: 80px; width: auto; margin-bottom: .5rem; }
.frm-field_table { width: 100%; }
.frm-field_table td { padding: .35rem 0; }
.frm-field_table input[type=text],
.frm-field_table input[type=email],
.frm-field_table textarea {
  width: 100%;
  max-width: 520px;
  padding: .4rem .5rem;
}