/* sidebar-ad.css — the sponsored entry in the v2 stock-first sidebar.

   Lives in its own file, linked by every page that carries the shell, so the
   paid placement is ONE definition rather than a rule copied into fifteen
   inline <style> blocks. mmr-tokens.css stays a vocabulary and gains no
   component CSS.

   Placement note: this entry sits in the SECONDARY zone, below How It Works and
   the personal area. The shell's seven Discover destinations are the owner's,
   pinned by the suite -- a sponsor does not buy a slot among them.

   The AD pill is mandatory disclosure, not decoration. Do not restyle it into
   something quieter. */
.adNav{margin-top:10px}
.adNav a{display:flex;align-items:center;gap:9px;padding:7px 10px;color:var(--muted);
  text-decoration:none;font-size:12.5px;font-weight:600;border-radius:8px}
.adNav a:hover{background:var(--surface);color:var(--text)}
.adNav a.on{background:var(--surface);color:var(--text)}
.adNav .ic{opacity:.75;width:16px;text-align:center}
.adNav .nav-ad{margin-inline-start:auto;font-size:8.5px;font-weight:800;letter-spacing:.04em;
  color:#ffb547;border:1px solid rgba(255,181,71,.5);border-radius:999px;padding:1px 5px}
