.content-container{flex-flow:column;width:100%;display:flex}.content-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-end;margin-bottom:15px;padding-bottom:15px;display:flex}.content-header-column{border-bottom:1px solid var(--color-border);flex-flow:column;align-items:flex-start;gap:15px;margin-bottom:15px;padding-bottom:20px;display:flex}.content-actions{align-items:center;gap:7px;display:flex}.content-actions #search-separator{margin:0 7px}.content-error{justify-content:center;align-items:center;gap:40px;height:400px;display:flex}.content-wrapper{flex-flow:column;gap:25px;display:flex}.content-wrapper.content-full{width:100%}.content-wrapper.content-wide{width:100%;max-width:1080px}.content-wrapper.content-compact{width:100%;max-width:830px}.content-text-block__tight p{margin-bottom:0!important}.content-interaction-block{flex-flow:column;gap:5px;display:flex}.content-wrapper h1:first-child{margin-top:25px}.content-wrapper h1,.content-wrapper h2,.content-wrapper h3{margin-top:10px;margin-bottom:5px}.content-wrapper h3.custom{margin-top:-15px;margin-bottom:5px;font-family:Manrope,sans-serif;font-weight:400}.content-wrapper p,.content-wrapper b{margin-bottom:15px}.content-wrapper p:last-child{margin-bottom:0}.content-wrapper ol,ul{margin-top:15px;margin-bottom:15px}.content-wrapper b+ol,.content-wrapper b+ul{margin-top:5px}.content-wrapper .highlighted{background:#000}.posts-grid{grid-gap:15px;grid-row-gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%;list-style:none;display:grid}.posts-grid .post-item{flex-flow:column;display:flex}.posts-grid .post-item a{text-decoration:none;transition:opacity .1s}.posts-grid .post-item a:hover{opacity:.8}.posts-grid .post-item .post-image{border:1px solid var(--color-border);pointer-events:all;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:100%;height:270px;transition:opacity .1s;display:flex;position:relative;inset:0;overflow:hidden}.posts-grid .post-item .post-image:hover{opacity:.7}.posts-grid .post-item .post-image img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none}.posts-grid .post-item .post-image .post-nsfw{z-index:1;filter:drop-shadow(0 0 20px #000000a6);background:var(--color-error);border-radius:8px;padding:4px 6px;position:absolute;top:8px;right:7px}.posts-grid .post-item .post-image .post-nsfw p{color:var(--color-text-primary);font-size:14px}.posts-grid .post-item .post-info{justify-content:space-between;align-items:center;height:40px;display:flex}.posts-grid .post-item button{background:unset;border:unset;height:fit-content;min-height:fit-content;overflow:unset;border-radius:0;gap:8px;padding:0}.posts-grid .post-item button svg{width:20px;height:20px}.posts-grid .post-item button:hover{background:0 0;border:none;border-radius:10px;outline:none}.profiles-grid{grid-gap:15px;grid-row-gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));width:100%;list-style:none;display:grid}.profiles-grid .profile-item{background:var(--color-surface);border-radius:10px;flex-flow:row;gap:15px;padding:15px;display:flex}.profiles-grid .profile-item-image{border:1px solid var(--color-border);border-radius:10px;width:100px;height:100px;position:relative;overflow:hidden}.profiles-grid .profile-item-meta{flex-flow:column;justify-content:center;display:flex}@media (max-width:768px){.content-header{padding-bottom:14px}.content-error{text-align:center;flex-flow:column;gap:0}}
