.wm-cyprus-hypermap{position:relative;max-width:980px}
.wm-chm-title{font-size:18px;font-weight:600;margin:0 0 10px}
.wm-chm-map svg{width:100%;height:auto;display:block}
.wm-chm-map{line-height:0}
.wm-chm-map .wm-region{transition:fill 120ms ease;cursor:pointer}
.wm-chm-map .wm-region.is-disabled{cursor:default;opacity:0.8}
.wm-chm-map .wm-region.is-hover{fill:#bdbdbd}
.wm-chm-map .wm-north{fill:#f2f2f2;pointer-events:none}
.wm-chm-map .wm-city-dot{fill:#111;stroke:#fff;stroke-width:2px;vector-effect:non-scaling-stroke}
.wm-chm-map .wm-city-label{font-size:14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;fill:#111;stroke:#fff;stroke-width:3px;paint-order:stroke;vector-effect:non-scaling-stroke}
.wm-chm-tooltip{position:absolute;z-index:9999;pointer-events:none;min-width:160px;max-width:260px;background:#111;color:#fff;padding:10px 12px;border-radius:10px;font-size:12px;line-height:1.35;box-shadow:0 8px 26px rgba(0,0,0,0.25);display:none}
.wm-chm-tooltip strong{display:block;font-size:13px;margin:0 0 6px}
.wm-chm-tooltip .wm-row{display:flex;justify-content:space-between;gap:10px}
.wm-chm-tooltip .wm-row span{opacity:0.85}
.wm-chm-tooltip .wm-row b{font-weight:600}
@media (max-width:600px){
  .wm-chm-tooltip{max-width:220px}
}
