.mf-map-wrap{border-top:1px solid rgba(23,54,50,.22)}
.mf-map-filters{padding:15px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.mf-map-filters button{min-height:52px;padding:12px;color:#173632;background:#f3efe8;border:1px solid rgba(23,54,50,.22);text-transform:uppercase;font-size:8px;letter-spacing:.1em;cursor:pointer}
.mf-map-filters button.active{color:#f3efe8;background:#173632}
.mf-map-canvas{height:min(700px,72vh);min-height:540px;border:1px solid #173632;background:#d7ddd4}
.mf-map-note{margin:0;padding:14px 0;color:rgba(23,54,50,.6);border-bottom:1px solid rgba(23,54,50,.22);font-size:11px}
.mf-map-canvas .leaflet-popup-content-wrapper{border-radius:0;color:#f3efe8;background:#173632}
.mf-map-canvas .leaflet-popup-tip{background:#173632}
@media(max-width:780px){.mf-map-filters{grid-template-columns:1fr 1fr}.mf-map-canvas{min-height:560px}}

.mf-map-marker-wrap{background:transparent;border:0}
.mf-map-dot{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#91a78e;border:3px solid #f3efe8;box-shadow:0 5px 18px rgba(13,41,37,.28);transition:transform .2s ease}
.mf-map-dot.artisan{background:#91a78e}
.mf-map-dot.acheter{background:#f16f57}
.mf-map-dot i{width:8px;height:8px;border-radius:50%;background:#f3efe8}
.mf-map-dot.selected{transform:scale(1.25)}
.mf-map-dot-pair{width:52px;height:38px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}
.mf-map-dot-pair .mf-map-dot{width:30px;height:30px;margin:0 -3px;border-width:2px}
.mf-map-dot-pair .mf-map-dot.acheter{z-index:1}
.mf-map-dot-pair.selected{transform:scale(1.2)}
.real-map-stage .leaflet-control-attribution{font-size:7px;background:rgba(243,239,232,.82)}
