/**
 * Niktel Realty — frontend zobrazení mapy.
 */

.niktel-realty-map {
    position: relative;
    isolation: isolate;
    z-index: 1;
    width: 100%;
    height: 420px;
    border-radius: 6px;
    overflow: hidden;
    background: #e9ecef;
}

.niktel-realty-map .leaflet-pane,
.niktel-realty-map .leaflet-top,
.niktel-realty-map .leaflet-bottom {
    z-index: auto;
}

/* Hide empty mapa-section pokud niktel-realty-map nemá data-lat (self-guard widget) */
.niktel-mapa-section:not(:has(.niktel-realty-map)) {
    display: none;
}

/* Hide empty video-section pokud niktel-video-thumb chybí (self-guard widget) */
.niktel-video-section:not(:has(.niktel-video-thumb)) {
    display: none;
}

.niktel-realty-map-missing {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    color: #6c757d;
    font-style: italic;
    font-size: 14px;
}

.niktel-realty-map .leaflet-container {
    font-family: inherit;
    font-size: 14px;
}
