:root{--s-read-more-shadow-max-height:80%;--s-read-more-shadow-height:100px;--s-read-more-shadow-bg:linear-gradient(to bottom, rgba(var(--s-bg-color-container-rgb), 0), rgba(var(--s-bg-color-container-rgb), 1) 95%)}.s-read-more__content{position:relative}.s-read-more__shadow{position:absolute;left:0;right:0;bottom:0;max-height:var(--s-read-more-shadow-max-height);height:var(--s-read-more-shadow-height);background:var(--s-read-more-shadow-bg);display:none}.s-read-more__toggle{display:flex;justify-content:center;align-items:center;margin-inline-start:auto;margin-inline-end:auto}.s-read-more__toggle-btn{gap:4px}.s-read-more--close .s-read-more__content{overflow:hidden}.s-read-more--close .s-read-more__shadow{display:block}