.web-preloader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide Blog, Press, Affiliate Program, and Contact Us links */
a[href*="/blog"],
a[href*="/press"],
a[href*="/affiliate-program"],
a[href*="/contact"] {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Hide list items containing these links */
li a[href*="/blog"],
li a[href*="/press"],
li a[href*="/affiliate-program"],
li a[href*="/contact"] {
  display: none !important;
}

/* Collapse the parent list item to remove space */
li:has(> a[href*="/blog"]),
li:has(> a[href*="/press"]),
li:has(> a[href*="/affiliate-program"]),
li:has(> a[href*="/contact"]) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
}
