/* Live Slots page stylesheet.
   Shared chrome is imported from the homepage cascade; page-only sections
   live under css/sections/live-slots/. css/style.css is left byte-identical. */
@import url("base.css");
@import url("sections/header.css");
@import url("sections/live-slots/hero-banner.css");
@import url("sections/live-slots/filter-bar.css");
@import url("sections/live-slots/jackpots-row.css");
@import url("sections/live-slots/jackpot-meter.css");
@import url("sections/live-slots/game-card.css");
@import url("sections/live-slots/jackpot-group.css");
@import url("sections/live-slots/standalone.css");
@import url("sections/seo-content.css");
@import url("sections/footer.css");
@import url("sections/mobile-chrome.css");

/* body is a column flex container (base.css). Flex items default to
   min-width:auto, which lets nowrap card tracks inflate the page instead of
   scrolling. Constrain main so .jrow__scroller / .gcard-row can overflow-x. */
main {
  min-width: 0;
  width: 100%;
}

/* Desktop current-page highlight: Live Slots is gold text on the
   gradient capsule (nav-link--active). */
.nav-link[href="live-slots.html"] {
  color: var(--yellow-1);
}
