/**
 * Basic styling for cinema map container.
 */
.bibicin-cinema-map {
    width: 100%;
    min-height: 420px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

/* Allow Leaflet to fill the container */
.bibicin-cinema-map .leaflet-container {
    width: 100%;
    height: 100%;
}

/* [Bibicin] Leaflet map wiring for cinema finder (Phase A) */



