Inline accordions

Hi,
I’m trying to display 2 accordions side by side (in a container) and each accordion unrolls on the full width available (of that container).
It’s kind of working adding ‘inline-block’ on .accordion-item and playing with positions, left, … on .accordion-item-opened or .item-link (for one .item-link to stay on top when the other accordion opens).
But the animation is shaky as I toggle classes during the unroll.

So, is there a proper way to put two accordions side by side so they each open on the width of both combined ?

Thank you for your time :slight_smile:
Jazzouche