/* Pro Gear blue (sampled from the logo, #0067af) instead of the shared RDWI red, copied from
   transmissionandparts.com. 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; }
/* discounttrucktransmissions.com: the inline manual viewer under each PDF card (tools\build_site.py). */
.pdf-view { margin: 1rem 0 1.5rem; }
.pdf-view iframe { display: block; width: 100%; height: 80vh; min-height: 520px; border: 1px solid #d5d9de;
  border-radius: 8px; background: #f3f4f6; }
@media (max-width: 700px) { .pdf-view iframe { height: 65vh; min-height: 380px; } }
