.longRead .wrap{display:flex;flex-direction:column;row-gap:var(--size-xl)}.longRead.expandable .slot{overflow:hidden;position:relative;transition:height var(--timing) var(--easing)}.longRead.expandable .articleStyler{text-align:left;transition:opacity var(--timing) var(--easing)}.longRead.expandable .clonedArticle{position:absolute;top:0}.longRead.expandable:not(.isExpanded) .slot{height:var(--textheight-shortened)}.longRead.expandable:not(.isExpanded) .slot .articleStyler:not(.clonedArticle){opacity:0;pointer-events:none}.longRead.expandable:not(.isExpanded) .slot .clonedArticle{opacity:1}.longRead.expandable.isExpanded .slot{height:var(--textheight-full)}.longRead.expandable.isExpanded .slot .articleStyler:not(.clonedArticle){opacity:1}.longRead.expandable.isExpanded .slot .clonedArticle{opacity:0;pointer-events:none}.longRead:not(.expandable) .readMore{display:none}.longRead.expandable .readMore{align-self:center;background:none;border:none;cursor:pointer;padding:0}.longRead.expandable.isExpanded .readMore .more,.longRead.expandable:not(.isExpanded) .readMore .less{display:none}.longRead .linkButton{align-self:center;background:none;border:none;cursor:pointer;padding:0}