/* SH Delivery V3 — Carte Leaflet/OpenStreetMap, style Transit Gold */
.leaflet-map-shell {
    overflow: hidden;
    border: 1px solid rgba(201, 169, 97, 0.55);
    background: #111111;
}

.leaflet-map {
    width: 100%;
    min-height: 400px;
}

.leaflet-map-shell .leaflet-control-attribution {
    font-size: 10px;
    background: rgba(17, 17, 17, 0.82);
    color: #f5f5f0;
}

.leaflet-map-shell .leaflet-control-attribution a {
    color: #c9a961;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #111111;
    color: #f5f5f0;
}

.leaflet-popup-content {
    margin: 12px 15px;
    font-family: Archivo, Arial, sans-serif;
    line-height: 1.45;
}

.leaflet-popup-content strong {
    color: #c9a961;
}

.map-attribution-note,
.map-fallback {
    margin-top: 12px;
    color: #6d6a61;
    font-size: 0.88rem;
}
