.inventoryList .pricing-area {
    width: 36%;
}

/* Start 'srp-new-price-value-msrp' (do not modify this line) */
/* Modified by ddcdaniele on 05/03/21 11:10 AM EDT */
.srp .inv-type-new.pricing-detail .msrp .price-value { text-decoration: none; font-weight: bold; font-size: 14px; color: #000000; }
/* End 'srp-new-price-value-msrp' (do not modify this line) */

/* Start 'srp-pre-owned-price-value-msrp' (do not modify this line) */
/* Modified by ddcdaniele on 05/03/21 11:14 AM EDT */
.srp .inv-type-pre-owned.pricing-detail .msrp .price-value { text-decoration: none; font-weight: bold; font-size: 14px; color: #000000; }
/* End 'srp-pre-owned-price-value-msrp' (do not modify this line) */

/* Start 'srp-certified-pre-owned-price-value-msrp' (do not modify this line) */
/* Modified by ddcdaniele on 05/03/21 11:18 AM EDT */
.srp .inv-type-certified-pre-owned.pricing-detail .msrp .price-value { text-decoration: none; font-weight: bold; font-size: 14px; color: #000000; }
/* End 'srp-certified-pre-owned-price-value-msrp' (do not modify this line) */

/* Start 'srp-new-price-value-final-price' (do not modify this line) */
/* Modified by ddcdanieleg on 08/04/22 11:04 AM EDT */
.srp .inv-type-new.pricing-detail .final-price .price-value { text-decoration: none; font-weight: bold; font-size: 20px; color: #000000; }
/* End 'srp-new-price-value-final-price' (do not modify this line) */

/* jwjakec - centers the icon on service page */
.transition-property-background-color.transition-timing-function-standard.transition-duration-lg.cta-foreground {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* jwjakec - centers the text on service page */
.ws-content-cta .cta-content>* {
    display: block;
    margin-left: auto;
    margin-right: auto;
}