/* Hide “Özel Oyunlar” + “Sanal Sporlar” by URL (all languages) */
.footer__list li:has(> a[href*="/casino/category/exclusive"]),
.footer__list li:has(> a[href*="/casino/virtual_sports"]) {
  display: none !important;
}
