#nublue-service-map {
  border-radius: 8px;
  border: 1px solid #e2e8f0;
}

.nublue-legend {
  background: white;
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  font-size: 13px;
  line-height: 1.6;
  font-family: Outfit, sans-serif;
}

.nublue-legend strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #363636;
  font-family: Outfit, sans-serif;
}

.nublue-legend div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Outfit, sans-serif;
}

.nublue-legend span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  opacity: 0.8;
  font-family: Outfit, sans-serif;
}
