Highlight selected item in accordion

Highlight selected item in accordion

I'm using the accordion as a menu, containing items in folders.

How do I style the selected item?

Using the ui-accordion-header.ui-state-active and ui-accordion-content-active I can style the opened folder (respectively the header and all items in the content). But I can only style all items in the folder, not only the one clicked item.