.vc-counter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: inherit;
	line-height: 1;
}

.vc-counter .vc-label {
	font-size: 0.85em;
	opacity: 0.75;
}

.vc-style-flat .vc-number {
	font-weight: 700;
	font-size: 1.15em;
}

.vc-style-digits .vc-digits {
	display: inline-flex;
	gap: 2px;
}

.vc-style-digits .vc-digit {
	display: inline-block;
	min-width: 0.75em;
	padding: 4px 6px;
	background: #1b1b1b;
	color: #4dff4d;
	font-family: 'Courier New', Courier, monospace;
	font-weight: 700;
	font-size: 1.1em;
	border-radius: 3px;
	text-align: center;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
}
