/* ─── Kill Google’s InfoWindow chrome ─── */
.gm-style-iw.gm-style-iw-c {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  pointer-events: none !important;    /* disable clicks on Google’s wrapper */
}

/* hide Google’s built-in close/header container and its arrow */
.gm-style-iw.gm-style-iw-c .gm-style-iw-chr,
.gm-style-iw.gm-style-iw-c:before,
.gm-style-iw.gm-style-iw-c:after {
  display: none !important;
}

/* flatten the content wrapper so Elfsight’s box sits cleanly inside */
.gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

/* ─── Re-enable only Elfsight’s popup for interactivity ─── */
.gm-style-iw.gm-style-iw-c .eapps-google-maps-marker {
  pointer-events: auto !important;    /* allow clicks on the Elfsight box */
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999 !important;           /* float it above everything */
}



.eapps-google-maps-bar-search-location {
    display: none !important;
}