#map {
  height: 90vh;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  z-index: 5;
}
.leaflet-tooltip {
  background-color: var(--bg-card);
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: var(--text-main);
  font-family: "Manrope", sans-serif;
}

.curved-arrow-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}