I have several data items, some of which have Details & Summary tags, which reveal extra input options. Standard HTML puts the details marker on the left, which breaks the alignment. I would like to move the details marker to come after the Summary text. In the image below, I would like to move the triangle to the right of "Title: Book Club"
<details>
<summary> Title: Book Club</summary>
This revealed area tells more about the course and maybe has a form in it.
</details>
Related: How to properly position the arrow in <details> CSS

