.text-collapse{--text-collapse-mt:var(--spacer-2xs);--text-collapse-lines:3;--text-collapse-height:calc(1.5rem*var(--text-collapse-lines));--color-gradient:var(--color-white);color:var(--color-text-dark);position:relative;width:100%}.text-collapse__button{align-items:center;background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,var(--color-gradient) 45%);bottom:0;cursor:pointer;display:flex;height:24px;justify-content:flex-end;padding-left:var(--spacer-xl);position:absolute;right:0}.text-collapse__button .icon-button{border-radius:var(--border-radius-2xs);display:inline-flex;padding-bottom:0;padding-top:0}.text-collapse__button span{color:var(--color-text-middle);text-transform:lowercase}.text-collapse>div:first-child{display:-webkit-box;letter-spacing:var(--letter-spacing-base);overflow:hidden;-webkit-line-clamp:var(--text-collapse-lines);-webkit-box-orient:vertical}.text-collapse>div:first-child li{display:inline-block}.text-collapse>div:first-child+.text-collapse__buttons>.action-btn{margin-top:var(--text-collapse-mt)}@supports (-webkit-touch-callout:none){.text-collapse.multiple>div:first-child{display:block;height:var(--text-collapse-height)}}@supports not (contain-intrinsic-size:none){.text-collapse.multiple>div:first-child{height:var(--text-collapse-height)}}.text-collapse.opened .text-collapse__button{display:none}.text-collapse.opened>div:first-child{display:block}@supports (-webkit-hyphens:none){.text-collapse.opened>div:first-child{height:auto!important}}@supports (-webkit-touch-callout:none){.text-collapse.opened>div:first-child{height:auto!important}}@supports not (contain-intrinsic-size:none){.text-collapse.opened>div:first-child{height:auto!important}}.text-collapse--btn:not(.opened) .action-btn{display:none}.text-collapse--btn.opened{display:inline-flex;flex-wrap:wrap}.text-collapse{font-size:1rem;font-weight:400;line-height:1.5rem}.text-collapse--sm{--text-collapse-mt:var(--spacer-4xs)}.text-collapse--sm .action-btn{padding:var(--spacer-5xs) 0}.text-collapse--sm{font-size:.875rem;font-weight:400;line-height:1.25rem}
