.anx-rating-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
	padding-bottom: 14px;
	margin-bottom: 36px;
	border-bottom: 1px solid #CCCCCC;
}

.anx-stars {
    display: flex;
    gap: 2px;
    line-height: 1;
	margin-right: 4px;
}


.anx-star {
	color: #FFC107;
}

.anx-star.anx-star-full  { color: #f5a623; }
.anx-star.anx-star-half  { color: #f5a623; opacity: 0.6; }
.anx-star.anx-star-empty { color: #ddd; }

.anx-rating-num {
    font-size: 24px;
    font-weight: 600;
    color: #737175;
}

.anx-review-count {
    font-size: 16px;
    color: #737175;
	font-family: 'Roboto';
}