.accordion{--expanded-transform: translateY(-50%) rotate(180deg);--collapsed-transform: translateY(-50%) rotate(0);width:100%;margin-top:-1px}.accordion:not(.accordion--secondary){border-bottom:1px solid #000000}.accordion--disabled{opacity:.5}.accordion__toggle{font-family:freight-big-pro,serif;font-size:clamp(1.125rem,.1878vw + 1.081rem,1.25rem)}.accordion__button{display:inline-flex;align-items:center;min-height:3rem;min-width:3rem;position:relative;width:100%;text-align:inherit;padding:1rem 0}.accordion__button--toggle-disabled:after{display:none}.accordion__button:after{content:"";position:absolute;right:0;top:50%;transform:var(--collapsed-transform);transition:transform .2s;width:.75em;height:.75em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat}.accordion--active .accordion__button:after{transform:var(--expanded-transform)}.accordion--disabled .accordion__button{cursor:not-allowed}.accordion__content{padding:0;margin:0;height:var(--height);transition:height .2s ease-out;overflow:hidden}.accordion__content-wrapper{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem}.accordion--secondary .accordion__content-wrapper{padding-left:1rem}
