/* ticker styles are in header.css — this file intentionally minimal */
/* Extra ticker overrides if needed */
.ticker-track:empty::after {
  content: 'Loading live prices…';
  color: rgba(255,255,255,.3);
  font-size: .75rem;
  padding: 0 24px;
}