.expandable-text__description{position:relative;max-height:calc(1.6em*var(--max-lines));overflow:hidden}.expandable-text__description.gradient-fade:after{content:"";position:absolute;height:100%;width:100%;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 0,white);transition:opacity .1s ease-out;opacity:100%}.expandable-text__checkbox:checked~.expandable-text__description{max-height:none}.expandable-text__checkbox:checked~.expandable-text__description.gradient-fade:after{opacity:0}.expandable-text__checkbox{display:none}.expandable-text__toggle{color:#000;text-decoration:underline;cursor:pointer;display:inline-block;margin-top:16px;font-size:15px}.expandable-text__toggle:focus{outline-offset:2px}.expandable-text__toggle .expandable-text__more{display:inline}.expandable-text__checkbox:checked~.expandable-text__toggle .expandable-text__more,.expandable-text__toggle .expandable-text__less{display:none}.expandable-text__checkbox:checked~.expandable-text__toggle .expandable-text__less{display:inline}