.elementor-213058 .elementor-element.elementor-element-71c2d12{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}/* Start custom CSS *//* Mapplic on mobile, plan B: keep the live map (colors stay in sync)
   but make it a static, cheap-to-render picture on phones.
   This replaces the earlier mobile snippet. Desktop unchanged. */
@media (max-width: 860px), (hover: none) and (pointer: coarse) {
  .mapplic-container {
    position: relative;
    contain: layout paint;   /* isolates the map so page scrolling stays smooth */
  }
  .mapplic-container::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 5;
    background: transparent;
  }
  .mapplic-container,
  .mapplic-container * {
    pointer-events: none !important;
    touch-action: pan-y !important;
  }
}/* End custom CSS */