#map-wrap{position:relative;margin:0 auto;max-width:1200px;background-color:#F6F6F6;overflow:hidden;touch-action:none}#worldmap{width:100%;height:auto;display:block;touch-action:none;pointer-events:all}#worldmap .country{pointer-events:all}#zoom-controls{position:absolute;right:15px;bottom:15px;width:48px;display:flex;flex-direction:column;gap:8px;z-index:20}#zoom-controls button{width:48px;height:48px;font-size:24px;font-weight:700;border:1px solid #ccc;border-radius:8px;background:#fff;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.25)}#zoom-controls button:active{transform:scale(.96)}#balloon{touch-action:none;pointer-events:none}@media (max-width:768px){#map-wrap{max-width:100%;height:600px;overflow:hidden}#worldmap{width:100%;height:600px}}