.cea-animated-counter {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	line-height: 1;
}

.cea-animated-counter__number-row {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
	font-variant-numeric: tabular-nums;
}

.cea-animated-counter__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.cea-animated-counter__affix {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	white-space: pre;
}

.cea-animated-counter__digit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: .72em;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 1;
}

.cea-animated-counter__digit-window {
	display: block;
	position: relative;
	height: 1em;
	width: 100%;
	overflow: hidden;
	line-height: 1;
}

.cea-animated-counter__reel {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	will-change: transform;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.cea-animated-counter__reel-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 1em;
	min-height: 1em;
	line-height: 1;
	flex: 0 0 1em;
}

.cea-animated-counter__separator,
.cea-animated-counter__sign {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	white-space: pre;
}

.cea-animated-counter__title {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: normal;
}

.cea-animated-counter.is-animating .cea-animated-counter__digit {
	transform: translateZ(0);
}

@media (prefers-reduced-motion: reduce) {
	.cea-animated-counter[data-reduced-motion="yes"] .cea-animated-counter__reel {
		transition: none !important;
	}
}
