.tfcr-reviews__summary {
	align-items: center;
	color: var(--tfcr-text);
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	gap: 8px;
	line-height: 1.4;
	margin: 0 0 18px;
	padding: 0 2px;
}

.tfcr-reviews__summary .tfcr-star {
	font-size: 20px;
	position: relative;
}

.tfcr-reviews__summary .tfcr-star--half::after {
	color: var(--tfcr-accent);
	content: "\2605";
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
}

.tfcr-reviews__summary-value {
	font-weight: 700;
}

.tfcr-reviews__summary-count,
.tfcr-reviews__summary-separator {
	color: var(--tfcr-muted);
}
