.custom-accordion{border:none;display:flex;flex-direction:column;gap:16px;height:"auto"}.custom-accordion-item{border-radius:8px;margin-bottom:8px;border:1px solid var(--border);background:#fff;padding:0;height:"auto";overflow:visible}.custom-accordion-button{border-radius:8px;padding:16px;font-weight:700;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border:none;width:100%;text-align:left;transition:background-color .2s ease}.custom-accordion-button[aria-expanded=true]{background-color:#f5f8fa}.custom-accordion-panel{padding:8px 24px 40px;height:"auto";overflow:visible}