Customize radio button on Recharge widget

I would like the selected radio button on the Recharge widget to be the same color as the selection text. Right now it is black by default. The website is wackercoffeeco.com and I am using Foodie 2.0 theme I believe. Thank you

Hi

Add below CSS in your css file

[type=radio]:checked+span:after {
    background: red;
}

Thanks

Hit Like and Accept as Solution

Sweet, thank you.