#chevron svg{transition:transform .3s;transform:rotate(90deg)}details[open] #chevron svg{transform:rotate(270deg)}details{transition:all .5s}details::details-content{transition:height .3s ease-in-out, content-visibility .3s ease allow-discrete;height:0;overflow:clip}@supports (interpolate-size:allow-keywords){:root{interpolate-size:allow-keywords}details[open]::details-content{height:auto}}@supports not (interpolate-size:allow-keywords){details[open]::details-content{height:193px;overflow-y:scroll}}
