/* === HIDE ALL CASINO LINKS, FLAGS AND ICONS === */

/* odstraní ikony z menu (desktop i mobil) */
header nav a.nav-link img[src*="/icons/"],
header nav a.nav-link-mobile img[src*="/icons/"],
header nav .nav-link img,
header nav .nav-link-mobile img {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}

/* odstraní odkazy na /casinos */
a[href^="/casinos"],
nav a[href="/casinos"] {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

/* odstraní sekci Find Poker Rooms by Country */
section:has(h2:contains("Find Poker Rooms by Country")),
section:has(a[href^="/casinos/"]) {
  display: none !important;
}

/* odstraní tlačítka „Browse Casinos“ a „View All Casinos“ */
a[href="/casinos"],
a[href^="/casinos"] button,
button:has(svg.lucide-layout-grid) {
  display: none !important;
}

/* vyrovnání layoutu po odstranění sekcí */
main {
  padding-bottom: 2rem !important;
}
