:root { color-scheme: dark light; }
html { font-family:sans-serif; }
body { max-width:21rem; }
pre { max-width: 100%; overflow-x: auto; }

.snac-top-user-name { font-weight: bold; margin-bottom: 0; }
.snac-top-user-id { display: none; }
.snac-metadata { display: none; }
.snac-posts { margin-top: 4rem; }
.snac-post { margin-bottom: 4rem; }
.snac-post-header span { display: none; }
.snac-score { float: right; font-size: 0.8rem; padding-left: 1rem; line-height: 1rem; }
.snac-origin { font-size: 0.8rem; }
.snac-avatar { float: left; height: 2.5rem; width: 2.5rem; margin-right: 0.4rem; margin-bottom: 0.4rem; border-radius: 0.3rem; }
.snac-pubdate { display: none; }
.snac-content a { overflow-wrap: break-word; }
.snac-embedded-video, img { max-width: 100%; border-radius: 0.3rem; }
.snac-footer p { margin-bottom: 0; }
