.marker-cluster-small {
	background-color: rgba(234, 35, 42, 0.17);
	}
.marker-cluster-small div {
	background-color: rgb(234 35 42);
	color: #fff;
	}

.marker-cluster-medium {
	background-color: rgba(255, 165, 27, 0.3);
	}
.marker-cluster-medium div {
	background-color: rgb(255 165 27);
	color: #fff;
	}

.marker-cluster-large {
	background-color: rgb(5 7 8);
	}
.marker-cluster-large div {
	background-color: rgb(5 7 8 / .2);
	color: #fff;
	font-weight: bold;
	}

.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;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
.marker-cluster span {
	line-height: 30px;
	font-weight: bold;
	}