.head{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:100%}.article-title{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:10px}.article-title a{color:inherit}.posts-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:100%}.posts-container .date{display:flex;align-items:center;gap:.5rem;font-size:.8rem;padding:10px;background:var(--dark-color-hover);border-top-left-radius:10px;border-top-right-radius:10px}.posts-container .article-content{font-size:.9rem;background:#fff;color:#000;width:100%;text-align:left;padding:10px 5% 5%;font-family:sans-serif;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.posts-container .article-content :global(*){text-align:left;font-family:sans-serif}p{line-height:1.5;padding:5px}p:has(>strong){margin-top:1rem}p>strong{font-weight:700;font-size:1rem}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 .5rem;font-weight:700;color:#000}hr{border-color:var(--dark-color)}ul,ol{padding-bottom:5px}li{margin-bottom:5px;margin-left:30px}pre{background:#23282f;font-size:.9rem;border-radius:5px;padding:2px;overflow:hidden}pre:not(:has(code)){padding:1rem}pre code{padding:1rem;border-radius:inherit;overflow-x:auto;-webkit-user-select:text;user-select:text;font-size:.7rem;cursor:text;font-family:monospace!important}pre code *{font-family:monospace!important;-webkit-user-select:text;user-select:text}strong{font-weight:700}.content p:first-of-type:first-letter{font-size:2rem}figure{width:100%;max-width:100%;margin:1rem 0;display:flex;flex-direction:column;align-items:center;justify-content:center}figure img{width:100%;max-width:min(100%,600px);border-radius:5px}figure figcaption{font-size:.8rem;color:#f8f8ff80;text-align:center;margin:.1rem}.shrink-wrapper{width:100%;position:relative;text-align:left;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;max-width:980px;padding:0 10px 10px}.morepostcontainer{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000063;padding:30px 0 10px}.morePosts{position:sticky;top:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.morePosts .posts{display:flex;flex-direction:column;max-height:365px;height:100%;overflow-y:scroll}.morePosts .head{margin-bottom:2px;display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:100%;border-bottom:2px dotted var(--dark-color)}.morePosts .head .title{font-size:1rem}.morePosts .head .date{font-size:.7rem;color:var(--light-dark)}.morePosts .post-container{cursor:pointer}.morePosts .post-container:hover{background:#ffffff0d}.morePosts .thumb-text-div{font-size:.8rem}.post{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.post:not(:first-of-type){margin-top:80px}.block-q{padding:20px 3px}.block-q .head{margin:0}
