/* ==========================================================
   Star Rating Schema Pro - Frontend Style
   ========================================================== */

.srs-rating-wrapper {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.srs-stars {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 2px;
}

.srs-stars-empty {
	color: var(--srs-empty-color, #d0d5db);
}

.srs-stars-filled {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: var(--srs-star-color, #2271b1);
}

.srs-rating-number {
	font-weight: 600;
	font-size: 14px;
	color: #1d2b3a;
}

.srs-review-count {
	font-size: 13px;
	color: #5c7288;
}
