.fcs-counter {
	--fcs-color: #f1b170;
	--fcs-size: 52px;
	--fcs-weight: 700;
	--fcs-align: left;
	display: block;
	width: 100%;
	color: var(--fcs-color);
	font-size: var(--fcs-size);
	font-weight: var(--fcs-weight);
	font-variant-numeric: tabular-nums lining-nums;
	line-height: 1.08;
	letter-spacing: -0.025em;
	text-align: var(--fcs-align);
}

.fcs-counter__prefix,
.fcs-counter__number,
.fcs-counter__suffix {
	display: inline;
	color: inherit;
	font: inherit;
}
