#programs-map {
  border-radius: 8px;
  overflow: hidden;
}

.leaflet-popup-content {
  line-height: 1.3;
}

.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
  background-color: rgba(51, 136, 255, 0.2);
}

.marker-cluster div {
  background-color: #3388ff;
  color: #fff;
  border: 2px solid #fff;
}


