[class *= "counter-box-"] {
	position: relative;
}
[class *= "counter-box__"] {
	position: relative;
	box-sizing: content-box;
	display: inline-block;
}
[class *= "counter-box__"]:after{
	position: absolute;
	left: 0;
	right: 0;
	line-height: 1;
}
.counter-reset {
	position: absolute;
	top: 0;
	right: 0;
	color: red;
	background: transparent;
	cursor: pointer;
	border: none;
}
.counter-reset:hover {
	text-decoration: underline;
}