.expandable-text-widget{position:relative;width:100%}.expandable-text-content{overflow:hidden;transition:max-height 0.5s cubic-bezier(.4,0,.2,1);position:relative}.expandable-text-content.collapsed{position:relative}.expandable-text-content.collapsed.show-fade::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,#fff0,rgb(255 255 255));pointer-events:none;opacity:1;transition:opacity 0.3s ease}.expandable-text-content.expanded::after{opacity:0}.expandable-text-toggle{margin-top:15px}.expandable-text-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:#fff0;padding:10px 20px;font-size:14px;font-weight:500;transition:all 0.3s ease;outline:none;line-height:1.5}.expandable-text-btn:hover{opacity:.8;transform:translateY(-2px)}.expandable-text-btn:active{transform:translateY(0)}.expandable-text-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-style:normal}.expandable-text-icon i,.expandable-text-icon svg{transition:transform 0.4s cubic-bezier(.4,0,.2,1);display:block}.expandable-text-btn.icon-right{flex-direction:row}.expandable-text-btn.icon-left{flex-direction:row-reverse}.expandable-text-label{display:inline-block;white-space:nowrap;transition:color 0.3s ease}[dir="rtl"] .expandable-text-btn.icon-right{flex-direction:row-reverse}[dir="rtl"] .expandable-text-btn.icon-left{flex-direction:row}@media (max-width:767px){.expandable-text-btn{padding:8px 16px;font-size:13px}.expandable-text-content.collapsed.show-fade::after{height:60px}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.expandable-text-content{animation:fadeIn 0.3s ease-in}.expandable-text-content::-webkit-scrollbar{width:6px}.expandable-text-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.expandable-text-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.expandable-text-content::-webkit-scrollbar-thumb:hover{background:#555}