/* SLV Account Hub — OpenStreetMap map on Events Manager pages. */

.slv-ah-osm-container .slv-ah-osm-map {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        z-index: 0; /* keep Leaflet panes under the theme's sticky header */
}

.slv-ah-osm-popup {
        font-size: 13px;
        line-height: 1.45;
}

.slv-ah-osm-popup-title {
        display: block;
        margin-bottom: 4px;
        font-size: 14px;
}

.slv-ah-osm-popup-body a {
        text-decoration: underline;
}
