.op-visit-counter {
	display: inline-flex;
	align-items: center;
	margin-left: auto;
	font-size: .68rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.4;
	color: #8fa4b9;
	opacity: .58;
	white-space: nowrap;
}

.op-footer > .op-visit-counter {
	display: block;
	width: max-content;
	margin: 12px 0 0 auto;
}

@media (max-width: 600px) {
	.op-visit-counter {
		margin-left: 0;
		font-size: .66rem;
	}
}
