.review-summary .progress {
    background-color: #eee;
}
.review-summary .progress-bar {
    transition: width 0.3s ease;
}


.review-distribution {
    width: 100%;
}

.review-stars i {
    font-size: 16px;
    color: var(--bs-black);
}

.review-bar-container {
    width: 100%;
    max-width: 100%;
    height: 8px;
    background-color: #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
}

.review-bar-track {
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    position: relative;
}

.review-bar-fill {
    height: 100%;
    background-color: var(--bs-primary);
    transition: width 0.3s ease;
}

.review-count {
    width: 30px;
    text-align: right;
    font-size: 0.875rem;
}


/* review item */

.review-stars i {
    font-size: 18px;
    vertical-align: middle;
}

.review-item p {
    font-size: 0.95rem;
}

.review-content{
    color: rgb(40, 40, 40);
}