.marker-cluster-small {
    background-color: rgba(203, 35, 36);
}
.marker-cluster-small div {
    background-color: rgba(203, 35, 36);
}

.marker-cluster-medium {
    background-color: rgba(239, 46, 84, 0.6);
    background-color: rgba(203, 35, 36);
}
.marker-cluster-medium div {
    background-color:  rgba(232, 38, 78, 0.6);
    background-color:  rgba(203, 35, 36);
}

.marker-cluster-large {
    background-color: rgba(220, 46, 47, 0.6);
    background-color: rgba(203, 35, 36);
}
.marker-cluster-large div {
    background-color: rgba(203, 35, 36, 0.6);
    background-color: rgba(203, 35, 36);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgba(225, 58, 92, 0.6);
}
.leaflet-oldie .marker-cluster-small div {
    background-color: rgba(222, 51, 86, 0.6);
}

.leaflet-oldie .marker-cluster-medium {
    background-color: rgba(239, 46, 84, 0.6);
}
.leaflet-oldie .marker-cluster-medium div {
    background-color:  rgba(232, 38, 78, 0.6);
}

.leaflet-oldie .marker-cluster-large {
    background-color: rgba(220, 46, 47, 0.6);
}
.leaflet-oldie .marker-cluster-large div {
    background-color: rgba(203, 35, 36, 0.6);
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    color: #FFEEF5;
    font-weight: 700;
    font-size: 17px;

}
.marker-cluster span {
    line-height: 30px;
}


.leaflet-popup-content {
    padding: 8px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.leaflet-popup-content .leaflet-hide {
    display: none;
}
