/* What's New page stylesheet.
   Shared chrome is imported from the homepage cascade; page-only sections
   live under css/sections/whats-new/. css/style.css / css/live-slots.css /
   css/live-casino.css / css/egames.css are left byte-identical. */
@import url("base.css");
@import url("sections/header.css");
@import url("sections/whats-new/page-shell.css");
@import url("sections/whats-new/page-title.css");
@import url("sections/whats-new/article-rows.css");
@import url("sections/whats-new/article-card.css");
@import url("sections/seo-content.css");
@import url("sections/footer.css");
@import url("sections/mobile-chrome.css");

main {
  min-width: 0;
  width: 100%;
}

/* Desktop current-page highlight: What's New is gold text on the
   gradient capsule (nav-link--active). */
.nav-link[href="whats-new.html"] {
  color: var(--yellow-1);
}
