#provider-map {
    height: 600px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Ensure map elements don't overlap navigation */
#provider-map .leaflet-control-container {
    z-index: 10;
}

#provider-map .leaflet-pane,
#provider-map .leaflet-tile-pane,
#provider-map .leaflet-overlay-pane,
#provider-map .leaflet-shadow-pane,
#provider-map .leaflet-marker-pane,
#provider-map .leaflet-tooltip-pane,
#provider-map .leaflet-popup-pane {
    z-index: inherit;
}
.map-sidebar {
    /* Removed max-height and overflow to prevent internal scrollbar */
}
.provider-marker-popup {
    min-width: 250px;
}
.provider-marker-popup img {
    max-width: 60px;
    max-height: 30px;
    margin-right: 10px;
    object-fit: contain;
}
.provider-marker-popup .btn {
    color: white !important;
}
.compliance-badge {
    font-size: 0.75rem;
    margin: 2px 4px 6px 0;
    white-space: nowrap;
    display: inline-block;
}
.provider-marker-popup .compliance-badge,
.card__content .compliance-badge {
    line-height: 1.6;
    margin: 0 6px 8px 0;
}
.filter-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}
.map-legend {
    background: white;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
}
.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.stats-card {
    background: linear-gradient(135deg, #9a63ec 0%, #7c3aed 100%);
    color: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.stats-number {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}
.stats-label {
    font-size: 0.9rem;
    opacity: 0.9;
}
