:root{--wp--preset--color--stone:#f3f3f3}details{display:flex;flex-direction:column}
details[open]::details-content{height:auto;max-height:1000px;opacity:1}details ::-webkit-details-marker{display:none}
details.is-layout-block>summary{background-color:var(--wp--preset--color--stone);color:var(--wp--preset--color--black);font-weight:700}
details.is-layout-row{border-bottom:1px solid rgba(219,219,219,.5)}details.is-layout-row>summary{color:var(--wp--preset--color--black);font-weight:700}
details.is-layout-row+details.is-layout-row{margin-block-start:0}details>summary{display:flex;align-items:center;justify-content:space-between;position:relative;padding:1rem;cursor:pointer;list-style:none}
details>summary svg{width:1em;height:1em;transition:transform .2s ease-in-out}details>summary svg path{fill:currentColor}
details>summary>div{display:inline-block;width:100%;padding-right:1.5rem}details>summary:focus-visible{outline-offset:-.5rem}
details>div{padding-left:16px}details[open]>summary svg{transform:rotate(180deg)}
details[open]>summary svg.icon-plus{transform:rotate(135deg)}::details-content{height:0;overflow:hidden;max-height:0;opacity:0;transition:max-height .5s,opacity .5s}