
.term-count {
	float: right;
	padding-left: 0.5rem;
}

.term-count::before {
	content: "(";
}

.term-count::after {
	content: ")";
}
