.comments_note{
    display: flex;
    /* Align stars/label to the left */
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: -12px;
}

/* Category/product listings */
.products .comments_note{
    margin-top: -10px;
}

.thumbnail-container .star_content{
    font-size: 0; /* icons control the visual size */
    margin-right: 4px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.thumbnail-container .star_content .material-icons{
    font-size: 13px;
    line-height: 1;
}

.thumbnail-container .star_label{
    font-size: 0.8125rem;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
}
