/* IPH Star Rating — shared editor + front-end styles */

.iph-stars {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: inherit;
	font-size: 14px;
	color: #69796d;
	line-height: 1.2;
	vertical-align: middle;
}

/* Star track: grey base with a gold overlay clipped by width */
.iph-stars__track {
	position: relative;
	display: inline-block;
	color: #dcdcdc;              /* empty stars */
	letter-spacing: 2px;
	font-size: 17px;
	line-height: 1;
	white-space: nowrap;
}

.iph-stars__fill {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #f5b301;             /* gold filled stars */
	width: 0;
}

.iph-stars__num {
	font-weight: 700;
	color: #233127;
	font-family: 'Poppins', inherit;
}

.iph-stars__reviews {
	color: #69796d;
}

.iph-stars__sep {
	color: #c5cfc6;
	margin: 0 1px;
}
