
/* Inline-SVG icons replacing the Bootstrap Icons font.
   The <i class="bi bi-*"> keeps inheriting font-size/color from
   existing rules; the injected <svg> is sized to 1em. */
i.bi { display: inline-flex; align-items: center; justify-content: center; vertical-align: -0.125em; }
i.bi > svg { width: 1em; height: 1em; fill: currentColor; }
