@charset "UTF-8";

/*
Theme Name: نیاکان
Author: مسعود مهدیان
Version: 1.0
*/

.ni-star-rating {
    display: flex;
}

.ni-star-rating label {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.ni-star-rating label svg {
    position: absolute;
}

.ni-star-rating label svg:nth-child(2) {
    display: none;
}