.mabs-cpb {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.mabs-cpb-layout-inline {
	flex-direction: row;
	align-items: center;
	text-align: left;
}

.mabs-cpb-circle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50%;
}

.mabs-cpb-ring {
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
}

.mabs-cpb-cap-rotator {
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.mabs-cpb-cap-dot {
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%);
}

.mabs-cpb-value {
	position: relative;
	z-index: 2;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.mabs-cpb-label {
	margin-top: 12px;
	font-size: 0.95em;
	color: #6b7280;
}

.mabs-cpb-label-inline {
	margin-left: 14px;
	font-size: 0.95em;
	color: #6b7280;
	text-align: left;
}

@media (prefers-reduced-motion: reduce) {
	.mabs-cpb-ring,
	.mabs-cpb-cap-rotator {
		transition: none !important;
	}
}
