#imc-front-map{position:relative;margin:20px auto;overflow:hidden}
#imc-front-map .imc-map__wrapper{display:flex;align-items:center;justify-content:center;line-height:0}
#imc-front-map .imc-map__wrapper svg{display:block;width:100%;height:auto}
#imc-front-map .imc-map__wrapper svg path{fill:var(--map-color,grey);stroke:var(--map-stroke,#000);stroke-width:var(--stroke-width,1px)}
#imc-front-map .imc-marker{position:absolute;width:var(--pin-size,20px);height:var(--pin-size,20px);transform:translate(-50%,-100%);cursor:pointer;z-index:5;transition:filter .15s ease}
#imc-front-map .imc-marker img,#imc-front-map .imc-marker svg{display:block;width:100%;height:100%}
#imc-front-map .imc-marker:hover{filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .3));z-index:6}
#imc-front-map .imc-marker.is-opening-soon{opacity:.6}
#imc-front-map .imc-marker__city{position:absolute;left:100%;top:50%;transform:translateY(-50%);margin-left:4px;white-space:nowrap;font-size:16px;font-weight:600;color:#333;cursor:pointer;line-height:1}
#imc-front-map .imc-popover{position:absolute;display:none;background:#fff;color:#333;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:16px 20px;z-index:50;min-width:220px;max-width:360px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:16px;line-height:1.5}
#imc-front-map .imc-popover.is-visible{display:block}
#imc-front-map .imc-popover::before{content:'';position:absolute;top:0;left:-20px;width:20px;height:100%}
#imc-front-map .imc-popover__name{font-weight:700;font-size:18px;margin-bottom:6px;color:#1d2327}
#imc-front-map .imc-popover__soon{display:inline-block;font-size:16px;font-style:italic;color:var(--accent-color,var(--map-color,grey));margin-bottom:6px}
#imc-front-map .imc-popover__address{color:#646970;margin-bottom:8px;white-space:pre-line}
#imc-front-map .imc-popover__contact{display:flex;flex-direction:column;gap:4px}
#imc-front-map .imc-popover__contact a{color:#111;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:6px}
#imc-front-map .imc-popover__contact a:hover{text-decoration:underline}
#imc-front-map .imc-popover__contact .imc-icon{display:inline-block;width:18px;height:18px;flex-shrink:0}
#imc-front-map .imc-popover__contact .imc-icon svg{width:100%;height:100%;fill:var(--accent-color,var(--map-color,grey))}
#imc-front-map .imc-popover__website{margin-top:8px}
#imc-front-map .imc-popover__website a{display:inline-block;background:var(--accent-color,var(--map-color,grey));color:#fff;padding:6px 14px;border-radius:4px;text-decoration:none;font-weight:600;font-size:15px;transition:opacity .15s ease}
#imc-front-map .imc-popover__website a:hover{opacity:.85}
@media (max-width:600px){
#imc-front-map .imc-popover.is-visible{left:0!important;top:auto!important;bottom:0;right:0;width:100%;max-width:none;border-radius:8px 8px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.15);padding:14px 16px;font-size:14px;box-sizing:border-box;border:1px solid #ccc}
#imc-front-map .imc-popover::before{display:none}
#imc-front-map .imc-popover__name{font-size:16px}
#imc-front-map .imc-marker__city{font-size:12px}
}