/* kevinthibault - removing padding from alert banner */
.content-alert-banner .content-alert-banner-container {padding: 6px!important;}

/* kevinthibault - adding "+" to add-on line */
.srp .pricing-detail .ABCRule .price-value:before , .vdp .pricing-detail .ABCRule .price-value:before { content: "+"; }

/* kevinthibault - adding "+" to totalFees */
.pricing-detail .totalFees .price-value:before { content: "+"; }
.pricing-detail .invoicePrice .price-value:before { content: "+"; }

/* Start 'srp-new-price-value-discount' (do not modify this line) */
/* Modified by clementobrien on 07/25/25 02:48 PM EDT */
.srp .inv-type-new.pricing-detail .discount .price-value { text-decoration: none; font-size: 15.75px; color: #001e50; }
/* End 'srp-new-price-value-discount' (do not modify this line) */

/* Start 'vdp-new-price-value-discount' (do not modify this line) */
/* Modified by clementobrien on 07/25/25 02:48 PM EDT */
.vdp .inv-type-new.pricing-detail .discount .price-value { text-decoration: none; font-size: 18px; color: #001e50; }
/* End 'vdp-new-price-value-discount' (do not modify this line) */

/* Start 'srp-new-price-value-retailValue' (do not modify this line) */
/* Modified by kevinthibault on 03/23/26 02:24 PM EDT */
.srp .inv-type-new.pricing-detail .retailValue .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #001e50; }
/* End 'srp-new-price-value-retailValue' (do not modify this line) */

/* Start 'vdp-new-price-value-retailValue' (do not modify this line) */
/* Modified by kevinthibault on 03/23/26 02:27 PM EDT */
.vdp .inv-type-new.pricing-detail .retailValue .price-value { text-decoration: none; font-weight: 800; font-size: 22.5px; color: #001e50; }
/* End 'vdp-new-price-value-retailValue' (do not modify this line) */