.magnifier-container {
    position: relative;
    display: inline-block;
}

.magnifier-glass {
    display: none;
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid #999;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 1000;
}

.zoomable-map {
    cursor: zoom-in;
}