/* Live Review Badge — front-end styles.
   Enqueued only when the [google_review_badge] shortcode renders, so this file
   does not load on pages without a badge. */
.lrb-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: inherit;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}
.lrb-badge .lrb-rating strong,
.lrb-badge .lrb-count strong { font-weight: 700; }
.lrb-badge .lrb-stars {
	color: #fbbf24;
	letter-spacing: 1px;
	font-size: 15px;
	display: inline-flex;
}
.lrb-badge .lrb-star-empty { color: #d1d5db; }
.lrb-badge .lrb-star-half {
	background: linear-gradient(90deg, #fbbf24 50%, #d1d5db 50%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
@media (max-width: 600px) {
	.lrb-badge { font-size: 12px; }
	.lrb-badge .lrb-stars { font-size: 13px; }
}
