.share-map {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  border: 2px solid #ffca9c;
  margin: 1rem 0;
  z-index: 0;
}

.map-legend {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: #2e2e2e;
  margin-bottom: 0.5rem;
  position: absolute;
  bottom: 0;
  margin-left: 5px;
  z-index: 462;
  flex-direction: column;
}

.map-legend-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  display: inline-block;
}

@media (min-width: 768px) {
  .map-legend {
    flex-direction: row;
  }
}

/* @media (min-width: 768px) { */
/*   .share-map { */
/*     height: 360px; */
/*   } */
/* } */
