.leaflet-control.legend {
  background: rgba(255,255,255,0.95);
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.4;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.legend-title {
  font-weight: bold;
  margin-bottom: 6px;
}

.legend-main-title {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.legend-item svg {
  margin-right: 6px;
}