.bm-accordion{width:100%}.bm-accordion .bm-accordion-header{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:2rem;justify-content:space-between;padding:.5rem 1rem;width:100%}.bm-accordion .bm-accordion-body{max-height:0;overflow:hidden;padding:0 1rem;transition:max-height .4s ease-out}.bm-accordion .bm-accordion-body.bm-accordion-body-open{max-height:60vh;transition:max-height .8s ease-in}.bm-accordion .bm-accordion-body.bm-accordion-body-opened{overflow:auto}