.cat-reviews-summary {
    display: flex;
    align-items: flex-start;
    gap: 55px;
    margin: 0 0 32px 0;
    max-width: 760px;
}

.cat-reviews-bars {
    flex: 1;
    max-width: 560px;
}

.cat-review-bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 24px;
    margin: 0;
}

.cat-review-bar-label {
    width: 14px;
    text-align: right;
    color: #555;
    font-size: 15px;
}

.cat-review-bar-track {
    flex: 1;
    height: 10px;
    background: #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.cat-review-bar-fill {
    display: block;
    height: 100%;
    background: #fbbc04;
    border-radius: 8px;
}

.cat-review-bar-count {
    width: 32px;
    color: #555;
    font-size: 14px;
    text-align: left;
}

.cat-reviews-score {
    width: 135px;
    text-align: center;
    padding-top: 3px;
}

.cat-reviews-score-number {
    font-size: 44px;
    line-height: 1;
    color: #333;
}

.cat-reviews-score-stars {
    margin-top: 4px;
    color: #fbbc04;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.cat-reviews-score-count {
    margin-top: 3px;
    color: #555;
    font-size: 14px;
}

.cat-google-reviews-list {
    margin-top: 20px;
}

.cat-google-review-item {
    display: flex;
    gap: 14px;
    margin: 0 0 24px 0;
}

.cat-google-review-avatar {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #f1f3f4;
    color: #5f6368;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
}

.cat-google-review-name {
    font-size: 15px;
    color: #333;
    margin-bottom: 3px;
}

.cat-google-review-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #555;
    font-size: 14px;
}

.cat-google-review-stars {
    color: #fbbc04;
    letter-spacing: 1px;
    white-space: nowrap;
}

.cat-google-review-rating-number {
    color: #555;
}

.cat-google-review-item:nth-child(8n+1) .cat-google-review-avatar {
    background: #009688;
    color: #fff;
}

.cat-google-review-item:nth-child(8n+2) .cat-google-review-avatar {
    background: #795548;
    color: #fff;
}

.cat-google-review-item:nth-child(8n+3) .cat-google-review-avatar {
    background: #2e7d32;
    color: #fff;
}

.cat-google-review-item:nth-child(8n+4) .cat-google-review-avatar {
    background: #0097a7;
    color: #fff;
}

.cat-google-review-item:nth-child(8n+5) .cat-google-review-avatar {
    background: #7b1fa2;
    color: #fff;
}

.cat-google-review-item:nth-child(8n+6) .cat-google-review-avatar {
    background: #5c6bc0;
    color: #fff;
}

.cat-google-review-item:nth-child(8n+7) .cat-google-review-avatar {
    background: #1565c0;
    color: #fff;
}

.cat-google-review-item:nth-child(8n+8) .cat-google-review-avatar {
    background: #ef6c00;
    color: #fff;
}

.cat-reviews-score-stars,
.cat-google-review-stars {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
}

.cat-reviews-score .cat-reviews-score-stars {
    margin-top: 6px;
}

.cat-reviews-score-stars i,
.cat-google-review-stars i {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-style: normal;
}

.cat-reviews-score-stars i:before,
.cat-google-review-stars i:before {
    content: "\f005";
    font-family: FontAwesome;
    color: #ddd;
    font-size: 16px;
}

.cat-reviews-score-stars .reviews_rating_dark,
.cat-google-review-stars .reviews_rating_dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
}

.cat-reviews-score-stars .reviews_rating_dark i:before,
.cat-google-review-stars .reviews_rating_dark i:before {
    color: #fbbc04;
}

.cat-reviews-heading {
    margin-bottom: 24px;
}

.cat-reviews-product-title {
    margin: 0;
}

.cat-reviews-subtitle {
    font-size: 24px;
    color: #666;
    margin-top: 4px;
}

.cat-google-review-verified {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #2e7d32;
}