/*
Generated time: November 24, 2025 09:52
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.accordion{position:relative;border-bottom:1px solid rgba(0,0,0,.05);font-size:1.6rem}details>summary{display:flex;align-items:center;padding:1.1rem 1rem;width:100%;margin-top:-1px;border-top:1px solid rgba(0,0,0,.05);list-style:none;cursor:pointer}details>summary::-webkit-details-marker{display:none}details>summary:after,details>summary:before{position:absolute;right:15px;content:"";width:12px;height:1px;background:var(--colorTextBody)}details>summary:after{transform:rotate(90deg);transition:.2s}details[open]>summary:after{opacity:0;transform:rotate(0)}.accordion__icon,.accordion__title svg{width:22px;margin-right:1rem;margin-left:-1rem;height:auto}.accordion__content{padding:.5rem 1rem 1rem 1rem}