.spoiler-wrap{display:flex;flex-direction:column;gap:1rem;font-size:1.4rem;width:100%}.spoiler-head{padding:10px;cursor:pointer;border-radius:10px;font-weight:700}.folded:before{content:"+";margin-right:5px}.unfolded:before{content:"–";margin-right:5px}.spoiler-body{padding:10px;border-radius:10px;border-width:1px}