/* Aggressively hide Enter.pro branding */
iframe[title*="Enter"],
iframe[title*="enter"],
div[class*="enter-branding"],
div[class*="enterBranding"],
a[href*="enter.pro"],
[class*="powered-by"],
[class*="poweredBy"],
[id*="enter-badge"],
[id*="enterBadge"],
div:has(> a[href*="enter.pro"]),
footer a[href*="enter.pro"],
footer div:has(a[href*="enter.pro"]) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
  z-index: -9999 !important;
}

/* Hide any badges in the corner */
body > div:last-child:not(#root) {
  display: none !important;
}
