<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.build_a_car_button {
    background-color: rgb(41, 170, 226);
}

.build_a_car_button:hover,.build_a_car_button:active,.build_a_car_button:focus {
    color: white !important;
    background-color: rgb(0, 163, 234) !important;
}

 .a123r-blocks-lists{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 30px;
    justify-content: left;
    font-family: sans-serif;
}

.a123r-blocks-list::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f3f3f3;
}
.a123r-blocks-list:last-of-type::after{
    display: none;
}
.a123r-blocks-list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.a123r-blocks-list ul li{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #5c5c5c;
}
.a123r-blocks-list ul li i{
    font-size: 14px;
    margin-right: 10px;
}
.a123r-blocks-list ul.good li i{
    color: #3ecb55;
}
.a123r-blocks-list ul.bad li i{
    color: #f24625;
}
.a123r-blocks-list p{
    padding: 0px 0px 20px 0px;
    margin: 0;
    font-weight: bold;
    font-size: 32px;
    color: #5c5c5c;
}

/* block smile start */
.a123r-smile-blocks{
    display: block;
    font-family: sans-serif;
    width: 100%;
    padding: 30px;
}
.a123r-smile-block p{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: left;
    font-weight: bold;
    font-size: 32px;
    color: #5c5c5c;
    margin: 0;
    padding: 0;
}
.a123r-smile-block p i{
    margin-right: 17px;
}
.a123r-smile-block ul{
    margin: 20px 0px 20px 100px;
    padding: 0;
    list-style: none;
}
.a123r-smile-block ul li{
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: normal;
    color: #5c5c5c;
}
.a123r-smile-block ul li::before{
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
}        
.a123r-smile-block i{
    background-color: #fff;
    color: initial;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 7px #fff;
    border-radius: 100%;
    overflow: hidden;
}
.a123r-smile-block.block--smile ul li::before{
    color: #40ad49;
}
.a123r-smile-block.block--smile i{
    color: #40ad49;
    box-shadow: 0px 0px 0px 7px #40ad49;
}
.a123r-smile-block.block--meh ul li::before{
    color: #fcb03f;
}
.a123r-smile-block.block--meh i{
    color: #fcb03f;
    box-shadow: 0px 0px 0px 7px #fcb03f;
}
.a123r-smile-block.block--frown ul li::before{
    color: #d2252c;
}
.a123r-smile-block.block--frown i{
    color: #d2252c;
    box-shadow: 0px 0px 0px 7px #d2252c;
}
/* block smile end */

/* table start */
.a123r-rating-table{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    font-family: sans-serif;
    margin: 30px;
}
.a123r-rating-table-head{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-bottom: 2px solid #f9f9f9;
}
.a123r-rating-table-th{
    display: flex;
    align-items: center;
}
.a123r-rating-table-th p{
    font-size: 34px;
    font-weight: bold;
    color: #5c5c5c;
}
.a123r-rating-table-th .a123r-rating-percent{
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    background-color: #43ab4a;
    color: #fff;
}
.a123r-rating-table-th .a123r-rating-percent&gt;span{
    display: flex;
    align-items: center;
    font-size: 38px;
    font-family: ui-serif;
    letter-spacing: -2px;
}
.a123r-rating-table-th .a123r-rating-percent&gt;span&gt;span{
    font-size: 14px;
    font-family: sans-serif;
    margin-left: 2px;
    margin-right: -2px;
}
.a123r-rating-stars{
    display: inline-block;
    color: #f2cc41;
    font-size: 18px;
}
.a123r-rating-table-tr{
    display: flex;
    width: 100%;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f9f9f9;
    color: #5c5c5c;
}
.a123r-rating-table-tr .a123r-rating-table-td:first-of-type{
    font-size: 18px;
    font-weight: bold;
}
.a123r-rating-table-tr .a123r-rating-table-td:last-of-type{
    font-size: 24px;
    font-weight: bold;
}
/* table end */


 @media only screen and (max-width: 980px){
     .a123r-blocks-lists{
     padding: 0px !important;
     }
     
     
     .a123r-blocks-list p {
         padding: 20px 0px 10px 0px !important;
         margin: 0;
         font-weight: bold;
         font-size: 32px;
         color: #5c5c5c;
     }
     
     .a123r-blocks-list::after {
         display: !important;
     }
}
</pre></body></html>