.Accordion_Item__Kn7b6{overflow:hidden;margin-top:1px;z-index:100;position:relative;border-radius:10px}.Accordion_Item__Kn7b6:focus-within{position:relative;z-index:1}.Accordion_Header__DvB0y{all:unset;display:flex;border-bottom:1px solid #555}.Accordion_Trigger__JrcCt{all:unset;font-family:inherit;padding:0 1.5rem;height:45px;flex:1;display:flex;align-items:center;justify-content:space-between;font-size:15px;line-height:1}.Accordion_Trigger__JrcCt:hover{background-color:var(--bg-foreground)}.Accordion_Content__bBdj3{overflow:hidden;font-size:15px}.Accordion_Content__bBdj3[data-state=open]{animation:Accordion_slideDown__mid0j .3s cubic-bezier(.87,0,.13,1)}.Accordion_Content__bBdj3[data-state=closed]{animation:Accordion_slideUp__h5U5n .3s cubic-bezier(.87,0,.13,1)}.Accordion_ContentText__Vsj0h{padding:15px 20px}@keyframes Accordion_slideDown__mid0j{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes Accordion_slideUp__h5U5n{0%{height:var(--radix-accordion-content-height)}to{height:0}}