/* Ultimate Stars stylesheet 15.
   Original style id: us-v62-battle-hand-swipe-guard-style.
   Keep file order stable unless you are intentionally changing the cascade. */
  @media (hover: none), (pointer: coarse) {
    #playerBattleDeck {
      touch-action: pan-x !important;
      overscroll-behavior-x: contain;
      -webkit-overflow-scrolling: touch;
    }

    #playerBattleDeck .battle-hand-card,
    #playerBattleDeck .game-card,
    #playerBattleDeck .card-art,
    #playerBattleDeck img {
      touch-action: pan-x !important;
      -webkit-tap-highlight-color: transparent;
      user-select: none;
      -webkit-user-select: none;
    }
  }
