.expandable-text{margin-bottom:0}.expandable-text-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.expandable-text-header.clickable{cursor:pointer;user-select:none;border-radius:var(--radius-sm)}.expandable-text-header.clickable:focus{outline:none}.expandable-text-title{font-size:var(--font-size-lg);color:var(--semantic-accent-a);flex:1;margin:0;font-weight:600}.expandable-text-wrapper{transition:max-height .3s ease-in-out;position:relative;overflow:hidden}.expandable-text-wrapper.collapsed{position:relative}.expandable-text-wrapper.expanded{max-height:none!important}.expandable-text-wrapper.clickable{user-select:none}.expandable-text-wrapper.clickable.collapsed{cursor:pointer}.expandable-text-wrapper.clickable.collapsed:hover{opacity:.95}.expandable-text-wrapper.clickable.expanded{cursor:default}.expandable-text-wrapper.clickable:focus{outline:none}.expandable-text-content{line-height:var(--line-height-normal);color:var(--semantic-foreground);margin-top:0;padding-top:0}.expandable-text-content>:first-child{margin-top:0!important;padding-top:0!important}.expandable-text-content p{margin:0 0 var(--space-2) 0;padding:0}.expandable-text-content p:first-child{margin-top:0!important;padding-top:0!important}.expandable-text-content p:last-child{margin-bottom:0}.expandable-text-content ul{margin:0 0 var(--space-md) 0;padding-left:var(--space-lg);list-style-type:disc;list-style-position:outside}.expandable-text-content ul li{margin-bottom:var(--space-2);line-height:var(--line-height-normal)}.expandable-text-content ul:last-child{margin-bottom:0}.expandable-text-content .evidence-ref-link{user-select:auto;pointer-events:auto!important;cursor:pointer!important}.expandable-text-overflow-line{background:linear-gradient(to bottom, transparent, var(--semantic-tile-secondary));pointer-events:none;height:60px;position:absolute;bottom:0;left:0;right:0}.expandable-text-toggle{font-size:var(--font-size-xl);padding:var(--space-1);color:var(--semantic-accent-a);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.expandable-text-toggle:hover{opacity:.7}.expandable-text-toggle:active{transform:scale(.95)}.expandable-text-toggle:focus-visible{outline:2px solid var(--color-primary,#1976d2);outline-offset:2px;border-radius:var(--radius-sm)}@media (width<=768px){.expandable-text-title,.expandable-text-toggle{font-size:var(--font-size-lg)}}@media print{.expandable-text-wrapper{max-height:none!important;overflow:visible!important}.expandable-text-overflow-line,.expandable-text-toggle{display:none!important}}
