.edu-post-views {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: inherit;
}

.edu-post-views__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	line-height: 1;
}

.edu-post-views__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.edu-post-views__number {
	font-weight: inherit;
	color: inherit;
}

.edu-post-views__label {
	font-weight: inherit;
	color: inherit;
}
