/* Theme overrides layered on top of dev's home.css.
   Kept in the theme (not edited into home.css) so the dev prototype stays the
   single source of truth for the base design. */

/* DFS reads as the premium hub, Betting as its own product line. Selectors are
   scoped through .site-header to out-specify home.css's nav colour rules. */
.site-header .sport-nav a.nav-dfs      { color: #ffc93c; }
.site-header .sport-nav a.nav-dfs:hover,
.site-header .sport-nav a.nav-dfs.active { color: #ffdd7a; }
.site-header .sport-nav a.nav-betting  { color: #3ddc84; }
.site-header .sport-nav a.nav-betting:hover,
.site-header .sport-nav a.nav-betting.active { color: #6df0a6; }
.site-header .sport-nav a.nav-dfs .nav-caret,
.site-header .sport-nav a.nav-betting .nav-caret { color: inherit; }

/* Account chip is text-only now — no initials avatar, no Sign Out beside it
   (sign-out lives on the account page). */
.site-header .auth-user-chip { display: inline-flex; align-items: center; }
