
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
z-index: 265 !important;
opacity: 1 !important;
background: linear-gradient(180deg,#cf6609,#cc0000) !important;
box-shadow: 0 16px 60px 0 rgba(0,0,0,.08), 0 6px 12px 0 rgba(0,0,0,.1) !important;
background-size: cover !important;
width: 22px !important;
height: 22px !important;
border-radius: 50% !important;
cursor: pointer !important;
transition: width .2s ease-out,height .2s ease-out !important;
border: 2px solid #fff !important;
	}
.marker-cluster span {
	content: attr(data-cardinality);
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100%;
	font-size: 12px;
	font-weight: 600;
	transition: font-size 0.2s ease-out;
	}