/* Hide Casino item and PNG icons in the top menu */
header nav a[href*="casino"],
header nav img[src$=".png"] {
  display: none !important;
}

/* Hide section "Find Poker Rooms by Country" */
section[id*="find-poker-rooms"],
section:has(h2:contains("Find Poker Rooms by Country")),
div:has(h2:contains("Find Poker Rooms by Country")) {
  display: none !important;
}

/* Hide any links to /casinos/ */
a[href*="/casinos"],
a[href$="casinos"] {
  display: none !important;
}
