/* Kill Elementor popup completely */
.elementor-location-popup,
.elementor-popup-modal,
[data-elementor-id="31100"],
.wd-close-side.wd-fill,
.dialog-widget,
.dialog-lightbox-widget {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: fixed !important;
  left: -9999px !important;
}
