.content { display: flex; flex-direction: column; gap: var(--Spacing-x1); padding-top: var(--Spacing-x2); } .content ol { margin: 0; } .summary { list-style: none; display: flex; align-items: center; gap: var(--Spacing-x-half); } .summary::-webkit-details-marker, .summary::marker { display: none; }