/**
 * Styles extracted from header.php inline block
 * Previously 75 lines of inline CSS, now cacheable
 */

/* Hide USP bar until Slick slider initializes to prevent FOUC */
.usp-bar:not(.slick-initialized) {
    visibility: hidden;
    height: 34px;
}

h3.bapf_hascolarr {
    font-size: 1rem;
    font-weight: bold;
}

.product:hover {
    box-shadow: none;
    border: 1px solid #F0F0F0;
}

.product {
    border: 1px solid transparent;
}

.stars {
    display: flex;
}

.stars i {
    display: inline-flex;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    background: #059700;
    color: white;
    font-size: 13px;
    margin-right: 3px;
}

.review-summary {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #059700;
}

.review-summary a {
    color: #059700;
    margin-left: 5px;
}

.archive .review-summary {
    flex-direction: column;
}

#kiyoh-company-review {
    display: inline-block;
    position: relative;
}

#kiyoh-company-review iframe {
    top: -30px;
    position: absolute;
}

@media (max-width: 767px) {
    .archive .review-summary {
        flex-direction: row;
    }

    .review-summary {
        margin-top: 20px;
    }

    .stars {
        margin-right: 5px;
    }

    .stars i {
        height: 21px;
        width: 21px;
        font-size: 10px;
    }

    .gtranslate_wrapper {
        flex: 0 0 auto !important;
        margin-bottom: 30px;
    }

    .product:hover {
        box-shadow: none;
        border: 0px solid #F0F0F0;
    }

    .product {
        border: 0px solid transparent;
    }
}
