/* Responsive fixes used only by /games/whiteout-survival/. */
@media (max-width: 700px) {
  body[data-game-route="whiteout-survival"] .hero {
    height: auto;
    min-height: 890px;
    align-items: flex-start;
    padding-bottom: 170px;
  }

  body[data-game-route="whiteout-survival"] .hero-content {
    width: auto;
    max-width: none;
  }

  body[data-game-route="whiteout-survival"] .hero-buttons {
    width: min(100%, 470px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body[data-game-route="whiteout-survival"] .hero-buttons .btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 13px 12px;
    text-align: center;
    line-height: 1.35;
  }

  body[data-game-route="whiteout-survival"] .hero-buttons .game-switcher-trigger {
    grid-column: 1 / -1;
  }

  body[data-game-route="whiteout-survival"] .hero .stats {
    bottom: 22px;
  }
}

@media (max-width: 390px) {
  body[data-game-route="whiteout-survival"] .hero {
    min-height: 940px;
    padding-bottom: 180px;
  }

  body[data-game-route="whiteout-survival"] .hero-buttons {
    grid-template-columns: 1fr;
  }

  body[data-game-route="whiteout-survival"] .hero-buttons .game-switcher-trigger {
    grid-column: auto;
  }
}
