.post-container{padding:10px 12px;border-radius:5px;margin:0 auto;border:1px solid #ccc;max-width:1135px}.post-title{font-size:1.5em;margin:0}.post-date{font-style:italic}.post-container p,.post-date{margin-bottom:12px}.flex-header{display:flex;justify-content:space-between;align-items:top;flex-direction:row}.pinned-icon{margin-top:5px}.posts-container{display:flex;flex-direction:column;gap:20px;padding:10px 0}.loader{width:48px;height:48px;border:5px solid;border-color:black black #ff3d00;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-posts-container{margin-top:20%;display:flex;justify-content:center;align-items:center;height:100%;width:100%;font-size:1.5em;min-height:50px}