.custom-rating-stars {
	display: flex;
	align-items: center;
	font-size: 18px!important;
	gap: 5px;
}

.star-rating-list {
	display: flex;
}

.star {
	font-size: 20px;
	color: #ffcc00;
}

.star.empty {
	color: #ccc;
}

.star.half {
	position: relative;
	display: inline-block;
	width: 10px;
	overflow: hidden;
}

.rating-count {
	display: none;
	font-size: 14px;
	color: #555;
	margin-left: 8px;
}