.aktone-cluster-auto,
.aktone-cluster-large,
.aktone-cluster-medium,
.aktone-cluster-small {
	background-clip: padding-box;
	background-color: rgba(74, 74, 73, 0.6);
	color:#fff;
	font-weight: bolder;
	border: 5px solid #CCC;
	padding: 5px;
	border-radius: 50%;
	aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aktone-cluster-auto div {
	text-align: center;
	flex: 0 0;
	/* background:#FFF; */
}
.aktone-cluster-auto {
	width: max-content;

}
.aktone-cluster-large,
.aktone-cluster-medium,
.aktone-cluster-small {
}
.aktone-cluster-large {
	width: 80px;
}
.aktone-cluster-medium {
	width: 60px;
}
.aktone-cluster-small {
	width: 40px;
}
