.ticker-cell{display:inline-flex;align-items:center;gap:9px;min-width:0;white-space:nowrap}
.ticker-logo{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;border:1px solid rgba(148,163,184,.28);background:#0f172a;overflow:hidden}
.ticker-logo img{width:18px;height:18px;display:block}
.ticker-logo.fallback:before{content:attr(data-symbol);font-size:8px;font-weight:950;color:#cbd5e1;letter-spacing:0}
.ticker-text{display:grid;gap:1px;line-height:1.05;min-width:0}
.ticker-text strong{font-size:13px;font-weight:900;color:var(--text,#111827);letter-spacing:0}
.ticker-text small{font-size:10px;font-weight:850;color:var(--muted,#64748b);letter-spacing:.35px}
html[data-theme="dark"] .ticker-text strong{color:#e5e7eb}
html[data-theme="dark"] .ticker-text small{color:#a8b5c7}
