@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* Desktop version */

#bs-kiyoh-widget {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
}

#bs-kiyoh-widget div#bs-kiyoh-left {
    float: left;
    height: 52px;
    background: url(../img/kiyoh.svg) top left no-repeat;
    background-size: 52px;
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
}

#bs-kiyoh-widget div#bs-kiyoh-left a#bs-kiyoh-rating {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    font-family: Roboto, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

#bs-kiyoh-widget div#bs-kiyoh-right {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#bs-kiyoh-widget div#bs-kiyoh-right a {
    padding: 0;
}

#bs-kiyoh-widget div#bs-kiyoh-right a:hover {
    color: #707070;
    text-decoration: none;
}

#bs-kiyoh-widget div#bs-kiyoh-right #bs-kiyoh-kiyoh {
    text-align: center;
    padding-top: 0px;
}

#bs-kiyoh-widget div#bs-kiyoh-right .rating span {
    color: #ffb915;
}

/* Mobile version */

@media only screen and (max-width : 768px) {

    #bs-kiyoh-widget {
        display: none;
    }
    #bs-kiyoh-widget-mobile {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        float: left;
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }

    #bs-kiyoh-widget-mobile #bs-kiyoh-rating {
        margin-right: 10px;
        text-decoration: none;
        color: #000;
    }

    #bs-kiyoh-widget-mobile .rating span {
        color: #ffb915;
    }

}