.elementor-1019 .elementor-element.elementor-element-c343ba6{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:20px 20px 20px 20px;}@media(max-width:767px){.elementor-1019 .elementor-element.elementor-element-c343ba6{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-37b9d4bc */#map{
    position: relative;
    max-width: 100vw;
    max-height: 70vh;
    border-radius: 20px;
}

.leaflet-control-attribution {
    display: none;
}

.leaflet-popup-content-wrapper {
    border-radius:0px !important;
    max-width:250px;
}
.leaflet-popup h4{
    font-size:14px;
    font-weight:600;
    font-family:changeling-neo, sans-serif, sans-serif;
    letter-spacing:0.1em;
    text-transform: uppercase;
}

.leaflet-popup p{
    font-size:1rem;
    margin:0;
    font-family:font-familyInter, sans-serif;
    max-width:250px
}

.zoom-notice {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(50, 50, 50, 0.9);
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 9999;
  pointer-events: none;
 font-family: Inter, sans-serif;
}/* End custom CSS */