Hello @tuanphan your last suggestion worked wonderfully for me after trying millions of other options and failing. THANK YOU! One more question. I'd love to append a summary of images (or a gallery of images) in the first section of the accordion. I used the same code you suggested above, inserting the right IDs of the blocks. The summary gets correctly nested, but the pictures don't show correctly inside it. Any suggestion?
https://www.niccolomoronato.com/emotionalflags
Many thanks!
This is what I used for that little module:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
jQuery(document).ready(function($){
$('#block-yui_3_17_2_1_1726521285490_21114').appendTo('#block-yui_3_17_2_1_1726521285490_8725 li:nth-child(1) div.accordion-item__description');
})
</script>