<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex {display:flex}
.postcontent {position:relative;}
.postcontent .postinnercontent {z-index:1; position:relative;}
.postcontent h1 { color:var(--color-on-surface)}

s-post-item .more {display:none}
s-post-item .postinnercontent {max-height: none; overflow-y:visible;}
s-post-item.showmore .more {display:block; z-index:2; padding: 3rem 1rem 0 1rem; margin:-3.7rem -1rem 1rem -1rem; background: linear-gradient(to top, var(--color-surface) 30%, transparent 100%); }
s-post-item.showmore .postinnercontent {max-height: 500px; overflow:hidden; max-width:100%; }

s-post-item {display:block; min-height:200px;}
s-post-item s-element-timeago {display:block;}
s-post-item s-element-date {font-size:0.7rem;display:block}


.postfooter {display:flex;  width:100%; align-items: center; margin-top:0.5rem;}
.postfooter *:last-child{ margin-left:auto;}
.postfooter .effectbutton {margin-left:10px}
.postfooter svg {width: 1rem; height:1rem; margin:0 0.25rem}
s-post-item, s-post-listitem {position:relative; gap:0 !important;}
s-post-item .tag,s-post-listitem .tag  {display: inline-block; border:1px solid var(--color-gray); padding:0 5px; border-radius: var(--border-radius); }
img {max-width:100%;}

</pre></body></html>