

.wb-star-rating {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.wb-star-rating__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}

.wb-star-rating__stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.wb-star-rating__star {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.wb-star-rating__star i,
.wb-star-rating__star svg {
    display: block;
}

.wb-star-rating__star--filled i,
.wb-star-rating__star--filled svg,
.wb-star-rating__star--half i,
.wb-star-rating__star--half svg {
    color: #8B1A2B;
    fill: #8B1A2B;
}

.wb-star-rating__star--empty i,
.wb-star-rating__star--empty svg {
    color: #D1D5DB;
    fill: #D1D5DB;
}

.wb-star-rating__value {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    line-height: 1;
}

.wb-star-rating__count {
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    line-height: 1;
}

.wb-star-rating__divider {
    border-top: 1px solid #D1D5DB;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
}

.wb-star-rating__brand {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .wb-star-rating__value {
        font-size: 13px;
    }
    .wb-star-rating__count {
        font-size: 13px;
    }
    .wb-star-rating__brand {
        font-size: 13px;
    }
}
