.revealing-button{--height:38px;--width:38px;--expanded-width:19ch;z-index:2;cursor:pointer;height:var(--height);width:var(--width);background-color:#398070;border:none;border-radius:50%;align-items:center;padding:3px;transition:height .3s ease-in-out,width .3s ease-in-out;display:flex;position:relative}.revealing-button:focus-visible{outline-style:solid;outline-width:var(--oui-scale-1);outline-color:var(--oui-orange-100);outline-offset:var(--oui-scale-1)}.revealing-button .plus{opacity:0;aspect-ratio:1;height:calc(var(--height) - 6px);width:calc(var(--width) - 6px);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin-left:auto;transition:scale .5s ease-in-out,transform 1s ease-in-out;display:flex;transform:rotate(-90deg);box-shadow:0 4px 8px #2f63584d}.revealing-button .plus .vertical-line{transition:transform .5s ease-in-out,opacity .5s ease-in-out}.revealing-button .plus .plus-icon{width:12px;height:12px}.revealing-button .plus .plus-icon.expanded .vertical-line{opacity:0;transform:rotate(90deg)}.revealing-button .text{white-space:nowrap;opacity:0;width:0}.revealing-button.revealed{animation:.4s ease-in-out .2s forwards reveal-button-expand}.revealing-button.revealed .plus{opacity:1;transform:rotate(0)scale(1)}.revealing-button.revealed .text{animation:.2s ease-in-out .4s forwards reveal-button-text-reveal}@keyframes reveal-button-expand{50%{border-radius:var(--height)}to{border-radius:var(--height);width:auto;width:var(--expanded-width);justify-content:space-between}}@keyframes reveal-button-text-reveal{to{opacity:1;padding-left:16px}}
.tabbed-section>.expandable-section-wrapper{max-height:var(--viewport-height,auto);transition:max-height 1s ease-in-out}.tabbed-section>.expandable-section-wrapper.expanded{max-height:3000px}.expandable-section-wrapper{will-change:max-height;height:100%;position:relative;overflow:hidden}.expandable-section-wrapper .revealing-button{z-index:2;position:sticky;bottom:4px;left:50%;transform:translate(-50%)}.tabbed-section>.expandable-section-wrapper:has(.revealing-button):not(.expanded):after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#fff 64%);width:100%;height:140px;position:absolute;bottom:0;left:0}
