/* ============================================
   icon.css — <xm-icon> by-name Material Symbols glyph (ADR 0016).

   The glyph fills with currentColor and sizes inline via width/height on the
   <svg>, so it stays predictable regardless of the surrounding font-size. The
   host carries a default ink token so a context-free icon is still visible;
   any ancestor that sets `color` overrides it through currentColor.
   ============================================ */

:where(xm-icon) {
  display: inline-flex;
  color: var(--md-sys-color-on-surface);
}
.ds-icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }
