<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.review-container {
    padding-top: 20px;
    min-height: 225px;
}

.review-container &gt; #review-summary {
    float: left;
}
.review-container &gt; #review-carousel {
    margin: 0 50px 0 350px;
}

#review-summary {
    background: #f7f7f7;
    border-radius: 6px;
}
#review-summary a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: inherit;
}
#review-summary .google-logo &gt; svg {
    display: inline-block;
}
#review-summary .google-logo &gt; span {
    font-size: x-large;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    color: #707070;
}
#review-summary .stars i {
    display: inline !important;
    color: #fbbe00;
}
#review-summary .stars .avg-rating {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
}
#review-summary .stars .rating-count {
    font-size: small;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    color: #a0a0a0;
}
#review-summary .stars .stars-empty,
#review-summary .stars .stars-solid {
    display: inline-block;
    overflow: hidden;
}
#review-summary .stars .stars-solid {
    margin: 0 0 0 -90px;
}



#review-carousel .carousel-inner {
    width: auto;
}
#review-carousel .carousel-control {
    color: #bababf;
    font-size: 30px;
    text-shadow: none;
    width: auto;
    top: 50px;
}
#review-carousel .carousel-control.left {
    margin-left: -30px;
}
#review-carousel .carousel-control.right {
    margin-right: -30px;
}



#review-carousel .item .review-header {
    text-align: left;
}
#review-carousel .item .author img {
    width: 40px;
    margin-right: 10px;
    border-radius: 25px;
    float: left;
}
#review-carousel .item .author span {
    font-size: small;
    font-weight: bold;
    display: block;
}
#review-carousel .item .stars {
    display: inline-block;
    color: #fbbe00;
}
#review-carousel .item .review-time {
    font-size: small;
    margin-left: 8px;
}
#review-carousel .item p.text {
    text-align: left;
    margin: 10px 0 15px 0;
}
#review-carousel .item a {
    color: inherit;
    text-decoration: none !important;
}



@media screen and (max-width: 700px) {
    .review-container &gt; #review-summary {
        float: none;
    }
    .review-container &gt; #review-carousel {
        margin: 0 auto;
    }

    #review-carousel {
        margin-top: 20px !important;
    }
    #review-carousel .carousel-control.left {
        margin-left: 10px;
    }
    #review-carousel .carousel-control.right {
        margin-right: 10px;
    }

    #review-carousel .item {
        padding: 0 50px;
    }
}</pre></body></html>