.map-marker-legend {
  padding: 1rem;
  border: 1px solid var(--border-default-grey, #ddd);
  border-top: 3px solid var(--border-action-high-blue-france, #000091);
  background: var(--background-alt-grey, #f6f6f6);
}
.map-marker-legend__title { margin: 0 0 .75rem; font-weight: 700; }
.map-marker-legend__list { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.map-marker-legend__list li { display: inline-flex; align-items: center; gap: .5rem; }
.map-marker-legend__list label { display: inline-flex; align-items: center; gap: .5rem; cursor: pointer; }
.map-marker-legend__list input { width: 1rem; height: 1rem; accent-color: var(--background-action-high-blue-france, #000091); }
.map-marker-legend__symbol {
  box-sizing: border-box; flex: 0 0 1rem; width: 1rem; height: 1rem;
  border: 2px solid #fff; border-radius: 50%; background: #000091;
  box-shadow: 0 0 0 1px #666;
}
.map-marker-legend__symbol--head-office { background: #0063cb; }
.map-marker-legend__symbol--commune { background: #18753c; }
.map-marker-legend__symbol--epci { background: #a558a0; }
.map-marker-legend__symbol--district { border-style: dashed; background: #b34000; }
.map-marker-legend__symbol--leaflet { background: #2a81cb; }
.map-marker-legend__symbol--previous { border-color: #fff; background: #fff; box-shadow: 0 0 0 2px #b34000; }
@media (max-width: 48rem) { .map-marker-legend__list { display: grid; grid-template-columns: 1fr; } }
