[show-less-btn],[show-more-btn]{margin-top:var(--spacing-unite-2)}[show-less-btn] [class*=Arrow],[show-more-btn] [class*=Arrow]{display:none}[data-expandable]{--lines-to-show:var(--visibleLines,1);--local-bg-color:var(--localBgColor,#fff);--line-height:1.4;-moz-box-sizing:border-box;box-sizing:border-box;height:calc(var(--line-height)*var(--lines-to-show)*1em);line-height:var(--line-height);overflow:hidden;position:relative}[data-expandable]:before{background-image:linear-gradient(to bottom,transparent,var(--local-bg-color));bottom:0;content:"";height:calc(var(--line-height)*1em);position:absolute;right:0;width:100%}[data-expandable-expanded]{height:auto}[data-expandable-expanded]:before{background-image:none}