.cgm-score-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5em;
	padding: 0.25em 0.5em;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #6c757d;
	border-radius: 0.25em;
}

.cgm-score-badge--excellent { background-color: #28a745; }
.cgm-score-badge--good      { background-color: #6f42c1; }
.cgm-score-badge--average   { background-color: #fd7e14; }
.cgm-score-badge--poor      { background-color: #dc3545; }
.cgm-score-badge--bad       { background-color: #343a40; }

.cgm-score-bar {
	width: 100%;
	height: 8px;
	background-color: #e9ecef;
	border-radius: 4px;
	overflow: hidden;
}

.cgm-score-bar__fill {
	height: 100%;
	background-color: #6c757d;
	transition: width 0.25s ease;
}

.cgm-score-bar__fill--excellent { background-color: #28a745; }
.cgm-score-bar__fill--good      { background-color: #6f42c1; }
.cgm-score-bar__fill--average   { background-color: #fd7e14; }
.cgm-score-bar__fill--poor      { background-color: #dc3545; }
.cgm-score-bar__fill--bad       { background-color: #343a40; }

.cgm-best-of-reviews-list {
	margin: 0;
	padding-left: 1.5em;
}

.cgm-best-of-reviews-item {
	margin-bottom: 0.5em;
}

.cgm-best-of-reviews-meta {
	font-size: 0.9em;
	color: #666;
	white-space: nowrap;
}
