 details>summary::-webkit-details-marker {
     display: none;
 }

 details[open] summary .expand-icon {
     transform: rotate(180deg);
 }