/*  Dealer wants the text "I'm Interested" to be on the same line as New, Preowned, Certied, and All facets, as seen on previous live site.   */
.inventory-search-facet-browse .ddc-pill-group .ddc-sub-heading {
    display: inline-block;
    margin-right: 15px;
    text-transform: none;
    transform: translateY(10%);
}

/* Start 'vlp-ePrice-button' (do not modify this line) */
/* Modified by dtdwightsears on 02/04/19 02:42 PM CST */
.vlp .inventoryList .pricing .btn.eprice span { text-decoration: none; font-weight: bold; font-size: 15px; color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice:hover span { color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice span { background: none; background-image: none; background-color: transparent; }
.vlp .inventoryList .pricing .btn.eprice { border: none; background: #bb0a30; background-color: #bb0a30; background-image: none; }
.vlp .inventoryList .pricing .btn.eprice:hover { border: none; background: #333333; background-color: #333333; background-image: none; }
/* End 'vlp-ePrice-button' (do not modify this line) */

/* Start 'srp-new-price-label-final-price' (do not modify this line) */
/* Modified by geoffreyholdredge on 09/09/25 03:26 PM EDT */
.srp .inv-type-new.pricing-detail .final-price .price-label { text-decoration: none; font-weight: bold; font-size: 15px; color: #0da20d; }
/* End 'srp-new-price-label-final-price' (do not modify this line) */

/* Start 'srp-new-price-label-discount' (do not modify this line) */
/* Modified by geoffreyholdredge on 09/09/25 03:24 PM EDT */
.srp .inv-type-new.pricing-detail .discount .price-label { text-decoration: none; font-weight: bold; font-size: 13.5px; color: #000000; }
/* End 'srp-new-price-label-discount' (do not modify this line) */

/* Start 'srp-new-price-value-discount' (do not modify this line) */
/* Modified by geoffreyholdredge on 09/09/25 03:25 PM EDT */
.srp .inv-type-new.pricing-detail .discount .price-value { text-decoration: none; font-weight: bold; font-size: 13.5px; color: #0da20d; }
/* End 'srp-new-price-value-discount' (do not modify this line) */

/* Start 'srp-new-price-value-final-price' (do not modify this line) */
/* Modified by geoffreyholdredge on 09/09/25 03:26 PM EDT */
.srp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: none; font-weight: 800; font-size: 18px; color: #0da20d; }
/* End 'srp-new-price-value-final-price' (do not modify this line) */