/* Suppress archived marketing popups without hiding normal inline banners. */
#viteex-popover-container,
[id^="mepuzz-"],
[id*="mepuzz-popup"],
[class*="mepuzz-popup"],
[class*="banner-promotion-popup"],
[class*="BannerPromotionPopup"],
#pancake-chat-plugin-root,
.pkcp-parent-container,
.pkcp-button-wrapper,
.pkcp-popup {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.viteex-popup-open,
body.mepuzz-popup-open {
  overflow: auto !important;
}
