Styling the WordPress 6.9 Accordion block properly
The new Accordion block in WordPress 6.9 works but ships unstyled. Here is how to style it properly: set base styles in theme.json, then add a block stylesheet with wp_enqueue_block_style() for hover and open states instead of piling on custom CSS.