.tgwv-reviews-list-badge {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
    margin: 0.35rem 0 0.5rem;
    font-size: 14px;
    line-height: 1.2;
    justify-content: center;
}

.tgwv-reviews-list-badge .tgwv-reviews__stars {
    font-size: 15px;
    margin-inline-end: 0.125rem;
}

.tgwv-reviews-list-badge__score {
    font-weight: 700;
    color: #333;
}

.tgwv-reviews-list-badge__count {
    color: #777;
    font-size: 13px;
}

.tgwv-reviews-list-badge--empty .tgwv-reviews__stars {
    opacity: 0.55;
}

.tgwv-reviews-list-badge__empty {
    color: #9ca3af;
    font-size: 13px;
}

.tgwv-article-list__body .tgwv-reviews-list-badge,
.tgwv-al-compact__body .tgwv-reviews-list-badge,
.tgwv-service-card__body .tgwv-reviews-list-badge {
    justify-content: flex-start;
}

.tgwv-products-by-category__card-body .tgwv-reviews-list-badge {
    width: 100%;
}
