.expandable-text{display:flex;flex-direction:column;gap:var(--space-md);width:100%}.expandable-text__content-shell{position:relative;width:100%}.expandable-text__content{max-height:154px;overflow:hidden;white-space:pre-line}.expandable-text__content--expanded{max-height:none}.expandable-text__fade{position:absolute;inset-inline:0;bottom:0;height:72px;background:linear-gradient(180deg,rgb(255 255 255 / 0%) 0%,var(--bg-primary) 88%);pointer-events:none}.expandable-text__button{width:fit-content;border:none;background:transparent;padding:0;font-size:var(--typo-ui-label-size);line-height:var(--typo-ui-label-line);font-weight:var(--typo-ui-label-weight);color:var(--action-primary-bg);cursor:pointer}.expandable-text__button:focus-visible{outline:2px solid var(--focus);outline-offset:2px;border-radius:6px}
