/* V109 — Home-only: drop Rummy / Casino / Sports from lobby + category nav.
   Scoped to #home so All Games and dedicated category routes stay intact.
   Vue binds lobby class as "lobby-item,[object Object]", so we target the
   .lobby child that owns .lobby-item__head — not .lobby-item. */

#home .lobby > *:has(.lobby-item__title img[src*="icon_Fishing"]):not(.co-jl-row),
#home .lobby > *:has(.lobby-item__title img[src*="icon_Slot"]):not(.co-jl-row),
#home .lobby > *:has(.lobby-item__title img[src*="icon_Electronic"]):not(.co-jl-row),
#home .lobby > *:has(.lobby-item__title img[src*="icon_Casino"]),
#home .lobby > *:has(.lobby-item__title img[src*="icon_Sports"]),
#home .lobby > *:has(.lobby-item__title img[src*="icon_PVC"]),
#home .lobby > *.co-hide-home-cat,
#home .game__nav-item:has(img[src*="Rexsolutions7.webp"]),
#home .game__nav-item:has(img[src*="sportsghh.png"]),
#home .game__nav-item:has(img[src*="PVCH5settings.png"]),
#home .game__nav-item.co-hide-home-cat,
#home .game-list:has(.game-list__head img[src*="icon_Casino"]),
#home .game-list:has(.game-list__head img[src*="icon_Sports"]),
#home .game-list:has(.game-list__head img[src*="icon_PVC"]),
#home .game-list.co-hide-home-cat {
  display: none !important;
}
