.ha-view-count {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 0.85em;
	color: #767676;
}
.ha-view-count__icon {
	display: inline-flex;
	line-height: 0;
}
.ha-view-count__number {
	font-weight: 600;
}
.ha-view-count-wrap {
	margin: 0 0 1em;
}
