/* The market indicator follows the current regular-session state. */
.market-strip .positive i { background: var(--green); }
.market-strip .negative i { background: var(--red); }
