.buysense-review-stats {
    width: 100%;
}

.buysense-review-stats__summary {
    display: flex;
    align-items: baseline;
    gap: 24px;
    margin-bottom: 16px;
}

.buysense-review-stats__rating,
.buysense-review-stats__total {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.buysense-review-stats__rating strong {
    font-size: 24px;
    line-height: 1;
    color: #222;
}

.buysense-review-stats__total strong {
    font-size: 18px;
    line-height: 1;
    color: #222;
}

.buysense-review-stats__rating span,
.buysense-review-stats__total span {
    color: #777;
}

.buysense-review-stats__distribution {
    display: grid;
    gap: 7px;
}

.buysense-review-stats__row {
    display: grid;
    grid-template-columns: 30px minmax(80px, 1fr) 44px;
    align-items: center;
    gap: 10px;
}

.buysense-review-stats__star {
    font-size: 14px;
    color: #555;
    white-space: nowrap;
}

.buysense-review-stats__bar {
    display: block;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #eeeeee;
}

.buysense-review-stats__bar > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #777777;
}

.buysense-review-stats__count {
    font-size: 14px;
    text-align: right;
    color: #666;
}

@media (max-width: 767px) {
    .buysense-review-stats__summary {
        gap: 18px;
    }

    .buysense-review-stats__row {
        grid-template-columns: 30px minmax(70px, 1fr) 38px;
        gap: 8px;
    }
}
