.star-rating {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
}

    .star-rating__star {
        color: inherit;
        margin: 0 0.06rem;
        color: var(--secondary);
    }