.home[posts] .summary .content,.page.home[posts] .summary .content{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;max-height:4.5em;position:relative;text-overflow:ellipsis}.home[posts] .summary .content::after,.page.home[posts] .summary .content::after{content:"";position:absolute;bottom:0;right:0;width:100%;height:1.5em;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--global-background-color,#fff) 70%);pointer-events:none}@media(prefers-color-scheme:dark){.home[posts] .summary .content::after,.page.home[posts] .summary .content::after{background:linear-gradient(to bottom,transparent,var(--global-background-color,#161209) 70%)}}@media(max-width:768px){.home[posts] .summary .content,.page.home[posts] .summary .content{-webkit-line-clamp:2;max-height:3em}}