/* Website layout only. Keep the supplied game bundle and touch layout intact. */
@media (min-width: 621px) and (pointer: fine) {
  .shell {
    max-width: 1100px;
    margin-inline: auto;
    justify-content: center;
    gap: clamp(30px, 5vw, 80px);
  }
}
