:root {
	/* --cluster-color: rgba(0, 40, 86, .6); */
	--cluster-color: rgba(253, 212, 59, .6);
	--cluster-text-color: #000;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
	background-color: var(--cluster-color);
}

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
	background-color: var(--cluster-color);
	color: var(--cluster-text-color);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	width: 30px;
}

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