.map-page { background: #f8f9fa; min-height: 100vh;} #map { width: 100%; height: 100vh; min-height: 700px;} #mapLoader { position: absolute; inset: 0; background: rgba(255,255,255,0.95); z-index: 999; display: flex; flex-direction: column; justify-content: center; align-items: center; font-weight: 600; color: #333;} .leaflet-popup-content-wrapper { border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.12);} .leaflet-popup-content { margin: 14px;} .map-popup { min-width: 220px;} .map-popup h6 { font-size: 15px;} .map-popup .btn { border-radius: 10px;} .leaflet-container { font-family: inherit;}.map-page .card,.map-page .card-body { height: 100%;}