/* Makes "our price" value bold */
div[class^="VehiclePricing-module-scss-module__"][class$="__price--second"] > div > p > span{
    font-weight: bold !important;
}

div[data-testid="displayPriceValue"] {
    font-weight: bold !important; 
}

div[class^="RebatesDrawer-module-scss-module__"][class$="__itemCtn--total"] > div[class^="RebatesDrawer-module-scss-module__"][class$="__value"] {
    font-weight: bold !important;
}
