.map {
  height: 900px;
}

.custom-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.marker-circle {
  background-color: #fdb813;
  color: black;
  font-weight: bold;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.leaflet-popup-content-wrapper {
}

.leaflet-popup-content-wrapper .leaflet-popup-content {
  a {
    color: black;
    text-decoration: none;
    font-size: var(--pico-font-size);
  };
  a:hover {
    text-decoration: underline;
    color: #fdb813;
  };
  
  font-size: var(--pico-font-size);
}

.leaflet-popup-tip-container {
}

.leaflet-container * {
  pointer-events: auto !important;
}

.poi-marker { background: rgb(158, 95, 35); border-radius: 50%; }