<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#reviews-modal-content {
    padding-top: 0;
    padding-right: 5%;
    padding-left: 5%;
}

.dealer-rating-content {
    padding-top: 35px;
    padding-right: 15%;
    padding-left: 15%;
}

.dealer-rating-content.reviews-is-0 {
    padding-top: 0px;
    display: table;
    width: 100%;
    height: 90vh;
}

.dealer-rating-content.reviews-is-0 .reviews-header {
    display: table-cell;
    vertical-align: middle;
}

.dealer-rating-content.reviews-is-0 .dealer-rating-header {
    width: 100%;
    float: none!important;
    text-align: center;
}

.dealer-rating-content.reviews-is-0 .dealer-rating-logo {
    display: none;
}

.dealer-rating-stars, .dealer-rating-read {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
}

.dealer-rating-stars {
    margin-right: 10px;
}

@media (max-width: 599px) {
    .dealer-rating-stars {
        margin-bottom: 10px;
    }
    #reviews-modal-content {
        padding-right: 0;
        padding-left: 0;
    }
}

.dealer-rating-stars :first-child {
    margin-left: 0;
}

.dealer-rating-star {
    width: 20px;
    height: 19px;
    display: inline-block;
    margin-left: -2px;
}

.dealer-rating-header .dealer-rating-star {
    width: 30px;
    height: 29px;
}

.dealer-rating-header .dealer-rating-stars {
    height: 30px;
}

.dealer-rating-header, .dealer-rating-header .text-rate, .dealer-rating-logo {
    display: inline-block;
}

.dealer-rating-logo {
    margin-bottom: 25px;
}

.hq-logo-svg {
    max-width: 150px;
    width: 100%;
}

.dealer-rating-header .text-rate {
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}

.dealer-rating-based-on {
    margin-top: 15px;
    margin-bottom: 30px;
}

.controls-popup &gt; .pull-left {
    padding-top: 4px;
}

.seller-review-header, .seller-review-info, .seller-review-body {
    margin-bottom: 20px;
}

.dealer-reply-body, .seller-review-body {
   line-height: 1.7;
}

.seller-review-header h3, .dealer-reply h4 {
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.seller-review-header h3 {
    font-size: 16px;
}

.dealer-reply h4 {
    font-size: 14px;
}

.dealer-reply-date, .seller-review-date {
    font-size: 12px;
}

.verified-purchase {
    font-size: 12px;
    color: green;
}

.verified-purchase img {
    width: 20px
}

.purchased-car {
    font-size: 12px;
    font-style: italic;
    color: grey;
    margin-bottom: 25px;
}

.seller-review-item {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
}

.car-list &gt; .seller-review-item:last-child {
    border-bottom: none;
}

.dealer-reply {
    border-color: #eff3f6;
    background-color: #eff3f6;
    background-image: none;
    padding: 20px 15px 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: black !important;
}

.dealer-reply-header {
    margin-bottom: 15px;
}

.bg-dms-star-empty {
    width: 20px;
    height: 19px;
    background: url('/responsive/images/seller_reviews_sprites.png') -10px -97px;
}

.bg-dms-star-full {
    width: 20px;
    height: 19px;
    background: url('/responsive/images/seller_reviews_sprites.png') -50px -97px;
}

.bg-dms-star-half {
    width: 20px;
    height: 19px;
    background: url('/responsive/images/seller_reviews_sprites.png') -90px -97px;
}

.bg-dms-star-full-lg {
    width: 30px;
    height: 29px;
    background: url('/responsive/images/seller_reviews_sprites.png') -60px -48px;
}

.bg-dms-star-empty-lg {
    width: 30px;
    height: 29px;
    background: url('/responsive/images/seller_reviews_sprites.png') -10px -48px;
}

.bg-dms-star-half-lg {
    width: 30px;
    height: 29px;
    background: url('/responsive/images/seller_reviews_sprites.png') -110px -48px;
}

.bg-reply {
    width: 12px;
    height: 12px;
    background: url('/responsive/images/seller_reviews_sprites.png') -130px -97px;
    display: inline-block;
    margin-right: 2px;
}

.bg-ucni-logo-small {
    width: 135px;
    height: 18px;
    background: url('/responsive/images/seller_reviews_sprites.png') -10px -10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.by-purchased {
    display: inline-block;
}

.dealer-rating-provider-logo {
    padding-bottom: 20px;
}

.dealer-rating-content .reviews-header {
    display: flex;
}

.dealer-rating-content .reviews-header .dealer-rating-header {
    flex-grow: 5;
}

.dealer-rating-content .reviews-header .dealer-rating-logo {
    flex-grow: 0;
    flex-basis: 150px;
    flex-shrink: 5;
    align-self: center;
}</pre></body></html>