/* Mapa miejsca usługi (Leaflet) — WCAG: pole adresu jest alternatywą dla kliknięcia. */

.pjm-place-picker {
    margin-top: 10px;
    width: 100%;
}

.pjm-place-picker__hint {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #44504a;
}

.pjm-place-map {
    width: 100%;
    height: 240px;
    border: 1px solid #e3e1d9;
    border-radius: 10px;
    overflow: hidden;
    background: #e8eeeb;
}

.pjm-place-map:focus-visible {
    outline: 3px solid #e0a33e;
    outline-offset: 2px;
}

.pjm-place-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
    margin: 8px 0 0;
    font-size: 13px;
    color: #16241d;
}

.pjm-place-map-legend__base {
    font-weight: 600;
}

.pjm-place-map-km {
    font-weight: 700;
    color: #1b5e4b;
}

.pjm-place-map-km:empty {
    display: none;
}

.pjm-place-map .leaflet-container {
    width: 100%;
    height: 100%;
    font-family: inherit;
}

.pjm-map-hq,
.pjm-map-dest {
    background: none;
    border: none;
}

.pjm-map-pin {
    display: block;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.pjm-map-pin--hq {
    width: 14px;
    height: 14px;
    background: #1b5e4b;
}
.pjm-map-pin--dest {
    width: 18px;
    height: 18px;
    background: #e0a33e;
    border-width: 3px;
}

.pjm-ii-ev-map-fld {
    margin-top: 8px;
    flex: 1 1 100%;
}

@media (max-width: 640px) {
    .pjm-place-map {
        height: 200px;
    }
}
