.expandable-text-template-text{--initHeight: 0px;--fullContentHeight: 0px;--rowCount: 3;max-height:var(--initHeight);transition:max-height var(--animation-duration);display:-webkit-box;-webkit-line-clamp:var(--rowCount);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.expandable-text-template-text.close{animation:webkit-line-clamp var(--animation-duration)}.expandable-text-template-text.open{max-height:var(--fullContentHeight);-webkit-line-clamp:999}@keyframes webkit-line-clamp{0%{-webkit-line-clamp:999}99%{-webkit-line-clamp:999}to{-webkit-line-clamp:var(--rowCount)}}
