.re-review-star {
	display: inline-block;
	font-size: inherit;
	line-height: 1;
	vertical-align: middle;
	flex: 0 0 1em;
	width: 1em;
	height: 1em;
}

.re-review-star:not(.fa-stack) > i {
	display: block;
	font-size: inherit;
	line-height: 1;
	width: 1em;
	text-align: center;
}

/* Half stars: FA stack is 2em tall by default; scale to 1em visual size */
.re-review-star.fa-stack {
	font-size: 0.5em;
	width: 2.5em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

/* Do NOT override .fa-stack-2x positioning - let Font Awesome handle it */
