
.rating-wrapper {
	display: flex;
	gap: 4px;
	align-items: center;
	height: 10px;
	overflow: visible;
	margin-top: -2px;
}

.rating-img {
	display: block;
	object-fit: contain;
	width: 70px;
	height: 12px;
	mask-image: linear-gradient(90deg, #fff 0, #fff var(--rating-percent), rgba(0, 0, 0, .19) var(--rating-percent), rgba(0, 0, 0, .19) 100%);
}

.rating-count {
	color: #545454;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px;
}

.rating-large.rating-wrapper {
	gap: 6px;
	height: 18px;
	margin-top: 0;
}

.rating-large .rating-img {
	width: 102px;
	height: 18px;
}

.rating-large .rating-count {
	font-size: 14px;
	line-height: 14px;
}

@media (max-width: 992px) {
	.rating-wrapper {
		margin-top: 0;
	}
	
	.rating-img {
		height: 10px;
		width: 60px;
	}
}
