/*********************************************

██████╗  █████╗ ████████╗██╗███╗   ██╗ ██████╗
██╔══██╗██╔══██╗╚══██╔══╝██║████╗  ██║██╔════╝
██████╔╝███████║   ██║   ██║██╔██╗ ██║██║  ███╗
██╔══██╗██╔══██║   ██║   ██║██║╚██╗██║██║   ██║
██║  ██║██║  ██║   ██║   ██║██║ ╚████║╚██████╔╝
╚═╝  ╚═╝╚═╝  ╚═╝   ╚═╝   ╚═╝╚═╝  ╚═══╝ ╚═════╝

*********************************************/

    .sharing_buttons .kk-star-ratings .kksr-legend {
        display: none!important;
    }

    .single-article-container .kk-star-ratings.kksr-bottom.kksr-left {
        display: none!important;
    }

    .sharing_buttons .kk-star-ratings a:hover {
        border-bottom-width: 0;
    }

    .small .sharing_buttons .kksr-stars.kksr-star {
        display: block!important;
        width: 120px;
    }

    .sharing_buttons .kk-star-ratings.kksr-bottom.kksr-left {
        margin-top: 1rem;
    }

    .tablet .sharing_buttons .kksr-stars.kksr-star {
        display: inline-block!important;
    }

    .small .sharing_buttons .kk-star-ratings {
        width: 207px!important;
        min-height: 25px!important;
    }

    .tablet .sharing_buttons .kk-star-ratings {
        width: 355px!important;
    }

    .tablet .sharing_buttons .kksr-stars.kksr-star.gray {
        float: right!important;
    }

    .sharing_buttons .kk-star-ratings .kksr-legend {
        float: left!important;
        font-family: var(--font-bold)!important;
        font-size: 1.4rem!important;
        color: var(--color-grey)!important;
        padding-left: 0!important;
        text-align: left;
    }

    .sharing_buttons .kk-star-ratings.bottom-left.lft {
        margin-top: 1rem!important;
    }

    .is_article_type .kk-star-ratings.kksr-bottom.kksr-left {
        display: none!important;
    }