How can I add a background color to the Sale Price on product and collection pages?

Happy New Year all!!

How to add a background color to the Sale Price on the product page and collection page, just like the picture below.

Many thanks!

I use impulse theme

I have used the following code to successfully change the product page

.product__price.on-sale {
    background-color: #fde65a;
    padding: 5px;
}

But similar codes have no effect in the collection, the codes are as follows.

.grid-product__price--on-sale {
    background-color: #fde65a;
    padding: 5px;
}

Can anyone help, thanks.

https://seobean.com/collections/sale

Could someone please help me?

Thank you so much!!!