/* Ultimate Stars stylesheet 12.
   Original style id: us-refactor-cleanup-step5.
   Keep file order stable unless you are intentionally changing the cascade. */
  /* Keep the visual design, but avoid unnecessary compositor layers that caused blank/late paints on mobile. */
  @media (max-width: 1180px), (hover: none), (pointer: coarse) {
    #homeScreen .menu-card .menu-card-bg,
    #homeScreen .home-task-panel img,
    #packshopScreen img,
    #packOpeningView img,
    #playerBattleDeck img,
    #myCardsGrid img,
    #allCardsGrid img {
      transform: none !important;
      will-change: auto !important;
    }

    .us26-quest-body,
    .collection-list,
    #myCardsGrid,
    #allCardsGrid,
    #playerBattleDeck {
      will-change: auto !important;
    }
  }
