.vehicle-service-quote ul {
    list-style-type: none;
    padding: 0;
}

.vehicle-service-quote li {
    margin-bottom: 4px;
    text-align: justify;
}

.vehicle-service-quote li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 600;
    margin-right: 8px;
    color: var(--sc-success-600);
}

.vehicle-service-quote:hover {
    /* border: 1px solid var(--sc-secondary-100); */
    outline: 1px solid var(--sc-secondary-100);
    background-color: var(--sc-secondary-50);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
}

.quote-bg {
    background-color: #F7F7F7;
}

.vehicle-service-quote img {
    -webkit-filter: drop-shadow(5px 5px 5px var(--sc-secondary-200));
    filter: drop-shadow(5px 5px 5px var(--sc-secondary-200));
}

.vehicle-service-quote .vehicle-highlight {

    color: var(--sc-brand-orange-primary);

    span {
        color: var(--sc-secondary-400);
    }

}