.map-provider-leaflet {
    background: #e2e5e1;
}

.leaflet-map-canvas {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.map-provider-leaflet .map-fallback,
.map-provider-empty .map-status {
    z-index: 500;
}

.scw-map-popup {
    min-width: 190px;
}

.scw-map-popup-venue {
    display: grid;
    gap: 4px;
}

.scw-map-popup-venue + .scw-map-popup-venue {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
}

.scw-map-popup-thumbnail {
    width: 100%;
    max-height: 120px;
    margin-bottom: 4px;
    object-fit: cover;
}

.scw-map-popup-venue strong {
    color: #1e2f5d;
    font-size: 15px;
}

.scw-map-popup-venue a:hover,
.scw-map-popup-venue a:focus {
    color: #d92d35;
    text-decoration: underline;
}

.scw-map-popup-location {
    color: #666;
    font-size: 12px;
}

.map-provider-leaflet .leaflet-control-attribution {
    background: rgba(255, 255, 255, .9);
    font-size: 10px;
}
