/* rebuiltmunciepto.com only: Pro Gear blue (#0067af, as transmissionandparts.com) instead of
   the shared RDWI red. Linked after /assets/site.css by tools\build_site.py. */
:root { --red: #0067af; --red-dark: #004f87; }
.eyebrow { background: rgba(0, 103, 175, .12); }
.hero .eyebrow { color: #8cc8ff; background: rgba(0, 103, 175, .3); }
.is-bad, .is-bad:focus { border-color: #c8102e; }
/* the manuals lists: one book per line, easy to scan on a phone */
.prose h2[id] { scroll-margin-top: 90px; }
.prose ul li { margin: .35em 0; }
/* the Muncie spec tables: several columns, header row, merged cells */
.spec-grid { width: 100%; border-collapse: collapse; font-size: .95rem; }
.spec-grid th, .spec-grid td { border: 1px solid #d6dbe1; padding: .45em .6em; text-align: left; vertical-align: top; }
.spec-grid tr:first-child th, .spec-grid tr:first-child td { background: #eef4fa; font-weight: 600; }
.spec-grid td:first-child { font-weight: 600; }
.series-list { columns: 3 14em; column-gap: 2em; padding-left: 1.1em; }
.series-list li { break-inside: avoid; margin: .3em 0; }
.series-list li[aria-current] { font-weight: 700; }
.manuals-series { margin: 1.4em 0; }
.manuals-series h3 { margin-bottom: .35em; }
/* phones: the Pro Gear logo carries the brand; the text wordmark collided with Call / Contact */
@media (max-width: 560px) { .brand-mark { display: none; } }
