/* Dealer program page + agreement signing page */
.dl-req-list { border: 1px solid var(--line); background: var(--panel); padding: 22px 26px; margin: 18px 0 30px; }
.dl-req-list ol { margin: 8px 0 0 20px; }
.dl-req-list li { margin: 8px 0; color: var(--text); line-height: 1.5; }
.dl-two { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px 16px; }
.dl-form label { display: block; font-size: 0.78rem; color: var(--muted); }
.dl-form input, .dl-form select, .dl-form textarea {
  display: block; width: 100%; margin-top: 5px; background: var(--panel);
  border: 1px solid var(--line); color: var(--text); padding: 10px 12px;
  font-family: 'Barlow', sans-serif; box-sizing: border-box;
}
.dl-form input:focus, .dl-form select:focus, .dl-form textarea:focus { outline: none; border-color: var(--red); }
.dl-form textarea { min-height: 90px; resize: vertical; }
.dl-hp { position: absolute; left: -9999px; top: -9999px; }   /* honeypot — humans never see it */

/* agreement signing page: white paper sheet whatever the site theme */
.ag-sheet { background: #fff; box-shadow: 0 2px 14px rgba(0,0,0,0.25); margin: 0 auto 26px; max-width: 8.7in; }
.ag-panel { max-width: 8.7in; margin: 0 auto 60px; border: 1px solid var(--line); background: var(--panel); padding: 22px 26px; }
.ag-signed { border-color: rgba(47,158,68,0.6); }
.ag-stamp { color: #2b8a3e; font-weight: 700; letter-spacing: 0.06em; }
@media print {
  nav, footer, .ag-panel, #mnav-drawer, #mnav-scrim, .nav-right { display: none !important; }
  body, .admin-body { background: #fff !important; }
  .adm-wrap { padding: 0 !important; max-width: none !important; }
  .ag-sheet { box-shadow: none; margin: 0; max-width: none; }
}
