
/* work-map block (Leaflet + Mapbox tiles) */

.work-map {
    margin: 0 0 1em;
}

.work-map__canvas {
    width: 100%;
    height: min(50vh, 400px);
    min-height: 240px;
    background: var(--color-light, #ccc);
}

html.no-js .work-map__canvas {
    display: none;
}

.work-map__static {
    display: block;
    width: 100%;
    height: auto;
}

.work-map .leaflet-container {
    font: inherit;
    z-index: 0;
}

.work-map .leaflet-control-attribution {
    font-size: 0.65rem;
    line-height: 1.3;
}

.work-map__marker {
    width: 14px;
    height: 14px;
    background: var(--color-dda, #eb005e);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.work-map__marker.leaflet-div-icon {
    background: var(--color-dda, #eb005e);
    border: 2px solid #fff;
}


.map-coords a {
    text-decoration: underline;
}

.leaflet-control-attribution {
    opacity: .7;
}
.leaflet-control-attribution a {
    color: var(--color-text) !important;
}