.leaflet-marker-cluster {
background-color: rgba(255, 100, 100, 0.8); color: white; font-size: 14px; font-weight: bold; text-align: center;
line-height: 30px; border-radius: 50%; width: 30px; height: 30px; transition: width 0.3s ease, height 0.3s ease; }
.leaflet-marker-cluster > div {
transition: all 0.3s ease; } .leaflet-marker-cluster-contains-10 {
width: 40px;
height: 40px;
} .leaflet-marker-cluster:hover {
background-color: rgba(100, 100, 255, 0.8);
}
body.pojo-a11y-grayscale * {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray
}