text-expandable{overflow:clip;position:relative;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp,3);display:-webkit-box}text-expandable.fallback--max-height{max-height:calc(var(--line-clamp, 3)*1.5rem);display:block}text-expandable[data-expanded=true]{overflow:auto;--line-clamp:9999!important}text-expandable[data-expanded=true]:has(.btn--collapse:not([hidden])){padding-bottom:1.5rem}text-expandable.fallback--max-height[data-expanded=true]{max-height:none!important}text-expandable>.btn--collapse,text-expandable>.btn--expand{--tw-ring-inset:inset;right:0;position:absolute;bottom:0;border-radius:var(--button__border-radius);background:var(--color-background);background:linear-gradient(to right,transparent 0,var(--color-background) .5rem);padding-left:1rem}text-expandable>.btn--collapse:active,text-expandable>.btn--collapse:focus:not(:focus-visible),text-expandable>.btn--collapse:hover,text-expandable>.btn--expand:active,text-expandable>.btn--expand:focus:not(:focus-visible),text-expandable>.btn--expand:hover{box-shadow:none}text-expandable.rte:has(.btn--collapse)>p:nth-last-child(3){margin-bottom:0}