/* Modal «Escríbenos» para sitio estático (sustituye Elementor Pro popup). */
[data-elementor-type="popup"].elementor-location-popup {
  display: none !important;
}

body.well-contact-modal-open {
  overflow: hidden;
}

body.well-contact-modal-open [data-elementor-type="popup"].elementor-location-popup {
  display: flex !important;
  position: fixed;
  inset: 0;
  z-index: 999999;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.55);
}

body.well-contact-modal-open [data-elementor-type="popup"].elementor-location-popup > .elementor-section {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: auto;
  background: #fff;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.25);
}

body.well-contact-modal-open .elementor-location-popup .elementor-section,
body.well-contact-modal-open .elementor-location-popup .elementor-section-wrap {
  display: block !important;
}
