/* =========================
   Shell Layout (Desktop)
   ========================= */

@media (min-width: 960px) {
  .top-pinned-shell,
.sticky-nav-bar,
.entry-panel,
.games-launcher-shell {
    max-width: min(1920px, 100vw);
    margin-left: auto;
    margin-right: auto;
  }

  /* Keep header shell full-bleed in app/desktop so it spans the screen width. */
  .top-pinned-shell,
  .sticky-nav-bar {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
