/* Wrapper div — handles text position. */
.kiwwwi-counter--left {
	text-align: left;
}

.kiwwwi-counter--center {
	text-align: center;
}

.kiwwwi-counter--right {
	text-align: right;
}

/* The number text inside the chosen tag (span / p / h1..h6). Inherits the tag's
   typography; we only normalize what the counter needs. */
.kiwwwi-counter__value {
	display: inline-block;
	margin: 0;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}
