.feapa-expand{--feapa-expand-collapsed-h:80px;--feapa-expand-fade:#000;width:100%;max-width:100%;box-sizing:border-box}.feapa-expand__viewport{position:relative;overflow:hidden;max-height:var(--feapa-expand-collapsed-h);transition:max-height .4s ease}.feapa-expand.is-expanded .feapa-expand__viewport{max-height:var(--feapa-expand-expanded-h,9999px)}.feapa-expand__content{width:100%}.feapa-expand__fade{position:absolute;left:0;right:0;bottom:0;height:calc(2.5rem - 10px);pointer-events:none;background:linear-gradient(to bottom,transparent,var(--feapa-expand-fade));opacity:1;transition:opacity .3s ease}.feapa-expand.is-expanded .feapa-expand__fade{opacity:0}.feapa-expand__chevron{display:flex;align-items:center;justify-content:center;margin:.5rem auto 0;padding:.25rem;color:#fff;cursor:pointer;line-height:0}.feapa-expand__chevron-icon{display:block;width:1.75rem;height:.6875rem;transition:transform .3s ease}.feapa-expand__chevron:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:2px}.feapa-expand.is-expanded .feapa-expand__chevron-icon{transform:rotate(180deg)}.feapa-expand--hover{cursor:default}