/* packvod.css — PackVOD overrides layered on the generated pages. Keep this
   to light branding only; structural styling stays in the upstream pages so
   hub updates carry over. (The Buyers/CMS link is VISIBLE in PackVOD as of
   2026-07-27 — the buyers page ships gated at /buyers.) */

/* §101: one filled primary per top bar. In PackVOD that's "Import sales"
   (+ the branded Shopify button); the Buyers link demotes to a quiet ghost.
   Revert: delete this block. */
.hub-top a.btn.btn-purple { background:transparent; border:1px solid var(--border, #333); color:var(--text, #eee); box-shadow:none; }
.hub-top a.btn.btn-purple:hover { border-color:var(--purple, #6d28d9); color:#c4b5fd; background:rgba(109,40,217,0.08); }
