/* Keep the playable interface comfortable on ultrawide displays. */
.game-shell:fullscreen {
  background: #08111b;
  padding-inline: max(0px, calc((100vw - 1280px) / 2));
}

.game-shell:fullscreen .game-toolbar,
.game-shell:fullscreen .game-screen,
.game-shell:fullscreen .start-screen,
.game-shell:fullscreen .game-footer-actions {
  margin-inline: auto;
  max-width: 1280px;
  width: 100%;
}

@media (max-width: 900px) {
  .game-shell:fullscreen {
    padding-inline: 0;
  }
}

/* The compact game menu wraps instead of creating an inner scrollbar. */
.site-header .nav-links {
  flex-wrap: wrap;
  overflow: visible;
}

@media (min-width: 981px) {
  body:has(.ad-sidebar) {
    padding-right: 184px;
  }

  .content-with-sidebar:has(.ad-sidebar) {
    display: block;
  }

  .ad-sidebar {
    bottom: 16px;
    overflow-y: auto;
    position: fixed;
    right: 12px;
    top: 92px;
    z-index: 8;
  }

  .ad-sticky {
    position: static;
  }
}
