.synthetic-rating {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 8px 0 12px;
}

.synthetic-rating--product {
    margin: 0;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.synthetic-rating--product .synthetic-rating__stars {
    font-size: 1.55rem;
    letter-spacing: 3px;
}

.synthetic-rating--product .synthetic-rating__text {
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}

.product-location-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 16px;
}

.product-location-row .synthetic-rating--product {
    flex: 0 0 auto;
}

.product-location-row .synthetic-rating--product .synthetic-rating__stars {
    font-size: 1.55rem;
}

.product-location-row .synthetic-rating--product .synthetic-rating__text {
    font-size: 1.2rem;
    white-space: nowrap;
}

.synthetic-rating--article {
    margin: 0 0 18px;
}

.synthetic-rating__stars {
    color: #ffb400;
    font-size: 1.15rem;
    letter-spacing: 2px;
    line-height: 1;
}

.synthetic-rating__text {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #546e7a;
    line-height: 1.4;
}

.synthetic-rating__score {
    color: #37474f;
}

.synthetic-rating__sep {
    color: #90a4ae;
    font-weight: 500;
}

.synthetic-rating__count {
    color: #546e7a;
}

@media (max-width: 768px) {
    .synthetic-rating__stars {
        font-size: 1rem;
    }

    .synthetic-rating__text {
        font-size: 0.88rem;
    }

    .synthetic-rating--product .synthetic-rating__stars,
    .product-location-row .synthetic-rating--product .synthetic-rating__stars {
        font-size: 1.3rem;
    }

    .synthetic-rating--product .synthetic-rating__text,
    .product-location-row .synthetic-rating--product .synthetic-rating__text {
        font-size: 1.05rem;
    }
}
