/*
 * Shared Leaflet / map styling for every SWS Navigator page.
 * Page-specific styles still live in each page's own <style> block.
 */

/* Make Leaflet inherit the page font instead of its default sans-serif. */
.leaflet-container {
    font-family: inherit;
}

/* Rounded, soft-shadowed popups. */
.leaflet-popup-content-wrapper {
    border-radius: 10px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Permanent labels shown next to facility waypoints. */
.wp-label {
    background: rgba(255, 255, 255, 0.92) !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 2px 7px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12) !important;
    white-space: nowrap !important;
}
