div.expandable-text>div{overflow:hidden;position:relative;transition:max-height .2s ease-out}div.expandable-text .short-text{position:static;visibility:visible}div.expandable-text .long-text{position:absolute;visibility:hidden}div.expandable-text.expanded .long-text{position:static;visibility:visible}div.expandable-text.expanded .short-text{position:absolute;visibility:hidden}div.expandable-text p{white-space:normal}div.expandable-text .toggler{color:var(--ds-color-fg-link);display:block;font-size:16px;font-weight:500;margin-top:var(--ds-space-5)}div.expandable-text .toggler:focus:not(:focus-visible){outline:none}@media only screen and (max-width:767px){div.expandable-text .toggler{font-size:14px}}
