Is there a way to change the background color of each option in a select box when it is selected? Currently, when an option is clicked, it appears blue along with the selected text color. I have tried various selectors like :active, :focus, ::selection, [selected] but haven't been successful in changing this behavior. Any suggestions on how to achieve this using CSS without having to resort to JavaScript?