/* Ultimate Stars stylesheet 13.
   Original style id: us-step6-touch-leaderboard-style.
   Keep file order stable unless you are intentionally changing the cascade. */
  @media (hover: none), (pointer: coarse) {
    #playerBattleDeck {
      touch-action: pan-x;
      overscroll-behavior-x: contain;
      -webkit-overflow-scrolling: touch;
    }
    #playerBattleDeck .battle-hand-card,
    #playerBattleDeck .game-card,
    #playerBattleDeck img {
      touch-action: pan-x;
      -webkit-tap-highlight-color: transparent;
    }
  }
