/* ========================================================
   Viro Map Widget Style
   ======================================================== */

.viro-map-wrapper {
    position: relative;
    width: 100%;
}

.viro-map-container {
    width: 100%;
    min-height: 400px;
    background-color: #f0f0f0;
    z-index: 1;
}

/* Fix for Leaflet tooltips/popups consistency */
.leaflet-popup-content-wrapper {
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.leaflet-popup-content {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.6;
    margin: 5px;
}