/* =========================================================
   MER Map – Leaflet container + legend
   ========================================================= */

#mer-map {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10);
}

.mer-map-legend {
  background: rgba(255, 255, 255, 0.93);
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.8;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  color: #374151;
}

.mer-map-legend div {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mer-map-legend span {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.85;
}
