.show-more{margin-top:3rem}.show-more summary{display:flex;align-items:center;justify-content:center;gap:.65rem;width:fit-content;margin:0 auto;cursor:pointer;list-style:none;font-size:.95rem;font-weight:600;font-family:var(--wp--preset--font-family--atkinson-hyperlegible-mono);letter-spacing:.12em;text-transform:uppercase;color:rgb(255 255 255 / .78);padding-bottom:.2rem;border-bottom:1px solid rgb(255 255 255 / .2);transition:all 0.2s ease}.show-more summary:hover{color:rgb(255 255 255);border-color:rgb(255 255 255 / .5)}.show-more summary::marker,.show-more summary::-webkit-details-marker{display:none}.show-more summary::before{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform 0.2s ease;opacity:.7;margin-top:-3px;flex-shrink:0}.show-more[open] summary::before{transform:rotate(-135deg);margin-top:3px}.show-more>*:not(summary){margin-top:2rem}