@import 'constants';

@mixin counter-base {
	display: inline-flex;
	flex-direction: column;
	max-width: auto;
	margin: 0 0 1em;
}