/**
 * Upcreators
 * Upcreators is the template for Agency, Streamers, Shop, Blog, Portfolio, Events, etc
 * Exclusively on https://1.envato.market/upcreators-html
 *
 * @encoding        UTF-8
 * @version         1.0.0
 * @copyright       (C) 2018 - 2022 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * @license         Envato License https://1.envato.market/KYbje
 * @contributors    Lilith Lamber (winter.rituel@gmail.com)
 * @support         help@merkulov.design
 **/
@import "star-rating.js/dist/star-rating";

:root {
    --gl-star-empty: url('../svg/star--empty.svg');
    --gl-star-full: url('../svg/star--full.svg');
    --gl-star-size: 20px;
}

.gl-star-rating--stars {
    span {
        transition: all .3s ease;
        margin-right: 5px !important;
        &:last-of-type {
            margin-right: 0;
        }
    }
}