*{margin:0;padding:0;box-sizing:border-box;overflow:hidden}.post_details_page{height:100vh;overflow-y:auto;padding:30px}.item_container{overflow-y:auto}.header_container{display:flex;align-items:center;gap:12px;margin-bottom:24px}.back_button{background:#fff;border-radius:50%;display:flex;align-items:center;padding:6px;box-shadow:0 2px 8px #0000001a;cursor:pointer}.post_number h1{font-size:1.8rem;font-weight:700;margin:0}.post_container{display:flex;gap:60px;align-items:flex-start;flex-wrap:wrap}.post_card{width:485px;height:385px;background-size:cover;background-position:center;border-radius:20px;position:relative;box-shadow:0 4px 14px #0003;display:flex;flex-direction:row;align-items:end;justify-content:space-between;padding:16px;color:#fff}.post_card h3{margin:0;font-size:20px;font-weight:600;text-shadow:1px 1px 3px rgba(0,0,0,.6)}.card_icons{display:flex;justify-content:flex-end;gap:12px;margin-top:10px;color:#fff;cursor:pointer}.post_info{flex:1;max-width:650px}.post_info_buttons{display:flex;gap:12px;margin-bottom:12px}.post_info span{font-size:15px;color:#444;line-height:1.8;white-space:pre-line}.post_detail{border-radius:16px;padding:20px;box-shadow:0 4px 12px #0000000f;font-size:15px;color:#333;line-height:1.8;max-height:260px;overflow-y:auto;white-space:pre-wrap;margin-top:12px;transition:all .3s ease}.other_posts_container{padding-bottom:200px;margin-top:70px}.otherPosts{margin-top:30px;flex:1;display:flex;flex-wrap:wrap;gap:80px;justify-content:space-between}.card{width:500px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;background:#fff;padding:16px}.card-img{width:100%;height:200px;object-fit:cover;border-radius:8px}.card-content{display:flex;justify-content:space-between;align-items:flex-start}.card-title{font-size:18px;font-weight:700;margin:12px 0 8px;color:#292931;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-description{padding:2px;font-size:14px;color:#898989;max-height:4.5em;overflow:hidden;position:relative;width:359px}.read-more{color:#f05a22;text-decoration:none;font-weight:700;cursor:pointer;margin-left:5px;white-space:nowrap}.main{margin-right:20px;margin-left:20px;height:100vh;display:flex;flex-direction:column;font-family:Montserrat,sans-serif}.main__header{padding-bottom:20px;position:sticky;top:0;z-index:10}.main__content{flex:1;overflow-y:auto;display:flex;flex-wrap:wrap;gap:80px;justify-content:space-between}@media (max-width: 600px){.main__content{padding-bottom:120px}}@media (min-width: 601px) and (max-width: 960px){.main__content{padding-bottom:160px}}@media (min-width: 961px){.main__content{padding-bottom:180px}}
