.post-layout{display:flex;justify-content:center;align-items:center;margin-top:20px;flex-direction:column;gap:20px}.post{background-color:#1c1b21;color:#fff;padding:10px;border-radius:10px;width:80%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}@media(max-width:1000px){.post{width:100%}}#logo{border-radius:10px;width:80%}#title{font-weight:600;font-size:36px;text-align:center;align-self:center}.post-content{width:100%}.post-content h1{font-weight:600;font-size:36px}.post-content h2{font-weight:400;font-size:32px}.post-content h3,.post-content h4{font-weight:400;font-size:28px}.post-content h5{font-weight:400;font-size:24px}.post-content h6{font-weight:400;font-size:18px}.post-content a{color:#ff4b66}.post-content blockquote{width:100%;background-color:#2a2a2a;border-radius:10px;padding:10px}.post-content strong{font-weight:700}.post-content img{border-radius:10px;width:50%}@media(max-width:1000px){.post-content img{width:100%}}.post-content hr{color:#2a2a2a;border-color:#2a2a2a}.post-content *{margin-bottom:10px;width:auto;white-space:normal;word-wrap:break-word}.textarea-wrapper{position:relative}.textarea-wrapper textarea{width:100%;border-radius:10px;background-color:#1c1b21;border:2px solid #302f39;padding:10px 50px 10px 10px;resize:none;overflow-y:hidden}.textarea-wrapper .icons{position:absolute;bottom:10px;right:10px;display:flex;gap:5px}.textarea-wrapper .icons img{width:30px;height:30px;cursor:pointer}#post-image-preview{margin-top:10px;display:flex;justify-content:center}#post-image-preview img{max-width:80%;border:1px solid #302f39;border-radius:5px}#profile-info{color:#ffffff80;width:90%;word-break:break-word}.author{width:100%;display:flex;justify-content:space-between;text-align:right;color:#ffffff87;font-size:14px}.preview-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.preview-container img{max-width:90%;max-height:90%;border-radius:10px}.hidden{display:none}.comments-field{display:flex;flex-direction:column;gap:20px}.comments-field img{max-height:200px}
