.js-text-expand .js-text-expand__text{position:relative;max-height:10rem;overflow:hidden;border-bottom-width:2px;border-bottom-color:rgba(var(--button-border-default),1);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.js-text-expand .js-text-expand__text .overlay{visibility:visible;opacity:1;transition:all .3s ease-in-out}.js-text-expand .js-text-expand__text.open .overlay{visibility:hidden;opacity:0}.js-text-expand .js-text-expand__button .close{display:none}.js-text-expand .js-text-expand__button .open{display:block}.js-text-expand .js-text-expand__button.open .open{display:none}.js-text-expand .js-text-expand__button.open .close{display:block}
