.leaflet-marker-icon {
  filter: hue-rotate(246deg);
}

.cluster {
  background: #2563eb;
  color: white;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.leaflet-popup-content-wrapper {
  border-radius: 4px;
}

.leaflet-popup-close-button {
  font-size: 22px !important;
}

.popup {
  border-radius: 6px;
}
.popup h3 {
  margin: 0 0 4px;
  font-size: 16px;
}
.popup p {
  margin: 0 0 4px;
}
.popup .popup-link {
  display: inline-block;
  background: #99C456;
  color: #183534;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

/*# sourceMappingURL=leaflet-custom.css.map */
