/* Navimate custom cluster style: white circle, black border 1px, black text */
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
	background-color: transparent;
}
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
	background-color: #fff;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 50%;
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #000;
	font: 13px 'Inter', sans-serif;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}
.marker-cluster span {
	line-height: 30px;
}
