.vaia-ungapped-counter {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vaia-ungapped-counter__number {
	font-variant-numeric: tabular-nums;
	font-family: "Roobert", Sans-serif;
	font-size: 4.4rem;
	font-weight: bold;
	line-height: 1;
	color: var(--e-global-color-primary);
}
