/* e-Games page stylesheet.
   Shared chrome is imported from the homepage cascade; page-only sections
   live under css/sections/egames/. css/style.css / css/live-slots.css /
   css/live-casino.css are left byte-identical. */
@import url("base.css");
@import url("sections/header.css");
@import url("sections/egames/hero-banner.css");
@import url("sections/egames/filter-bar.css");
@import url("sections/egames/game-card.css");
@import url("sections/egames/category-rows.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 category-row scrollers can overflow-x. */
main {
  min-width: 0;
  width: 100%;
}

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