
.anv2-board .anv2-name-link{color:inherit;text-decoration:none}
.anv2-board .anv2-name-link:hover .l-en,.anv2-board .anv2-name-link:hover .l-zh{text-decoration:underline}
.anv2-board .anv2-name-link:focus-visible{outline:2px solid var(--link);outline-offset:2px;border-radius:4px}
.anv2-board .anv2-go{font-size:10px;opacity:.55;margin-left:3px}
.anv2-board .anv2-empty{padding:10px 13px;color:var(--muted);font-size:11px}
/* Hover-card mark — monoline (doctrine §5.8, emoji are not UI icons). Draws from
   templates/_icons.html.j2 (24×24, stroke=currentColor) so it inherits .row-pop-mark's
   ink (--link). Overrides this page's 1em inline .ic-svg base (head <style>) on
   specificity; NO bare `.ic-svg {}` rule is added here — hosts scope their own copies
   and a global rule shipped from a board would fight them. Explicit selectors only.
   .row-pop-mark is deliberately NOT scoped to #act-now — theme.js clones the hover
   card onto document.body, so an id-scoped rule would style the hidden source and
   miss the card the reader actually sees. */
.row-pop-mark .ic-svg{fill:none;stroke:currentColor;stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round}
.row-pop-mark .ic-svg{width:17px;height:17px;display:block}
