.container{display:flex;margin-top:55px;width:100%;padding:5px;flex-direction:row;gap:5px}.left-sidebar{position:fixed;overflow-y:scroll!important;top:60px;left:0;width:15%;height:calc(100vh - 55px);background:#fff;padding:1rem;border-right:1px solid #e1e1e1;z-index:5;box-shadow:2px 0 8px rgba(0,0,0,.1)}.main-content{flex:1;width:60%;min-width:0;margin-left:300px;padding:5px}.right-sidebar{overflow-y:scroll!important;width:15%;padding:20px;background-color:#fff;border:1px solid #dee2e6;border-radius:5px}h1{font-size:2rem;margin-bottom:20px}img{max-width:100%;height:auto;display:block;margin:10px 0}#post-content p{margin-bottom:15px;text-align:justify;font-size:1.1rem;color:#333;line-height:1.8}#post-content p::first-letter{font-size:1.4rem;font-weight:700}#post-content section{padding:20px;margin-bottom:30px;background-color:#f0f2f5;border-radius:8px}.active{color:#4C0075}@media (max-width:768px){.container{flex-direction:column;padding:10px}.left-sidebar,.main-content,.right-sidebar{width:100%;position:static;height:auto;box-shadow:none;border:none;padding:1rem 0;margin:0}.left-sidebar{order:1}.main-content{order:2;margin:0}.right-sidebar{order:3}}