.tribe-editor__counter {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tribe-editor__counter__count {
	flex: none;
	color: #AEB4BB;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}

.tribe-editor__counter__label {
	flex: none;
	color: #AEB4BB;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.04px;
}
