/*
 * ------------------------
 * style custom star rating
 * ------------------------
 */

.dee-star-rating {

    position: relative;
    
    display: inline-block;

    margin-right: 10px;

    line-height: 1em;

}

.dee-star-rating .max-stars {

    color: var( --color-pearlgray );

}

.dee-star-rating .stars {

    position: absolute;

    left: 0;

    color: var( --color-orange );

}