.posts_container__wPItr{max-width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.posts_postList__CSdc5{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.posts_postItem__VNF4k{background:white;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,.05),0 20px 48px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.posts_postItem__VNF4k:hover{transform:translateY(-5px);box-shadow:0 14px 28px rgba(0,0,0,.1),0 10px 10px rgba(0,0,0,.08)}.posts_postImage__7KNAA{width:100%;height:200px;object-fit:cover;border-top-left-radius:15px;border-top-right-radius:15px}.posts_postContent__n3SU6{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.posts_postTitle__s9AVL{font-size:1.3rem;color:#2c3e50;text-decoration:none;margin:1rem 0 .5rem;padding-left:.5rem;transition:color .3s ease}.posts_postTitle__s9AVL:hover{color:#3498db}.posts_postDate__bSPX4{font-size:.85rem;color:#7f8c8d;margin-bottom:1rem;font-style:italic}.posts_postExcerpt__B4Af8{font-size:1rem;color:#34495e;line-height:1.6;margin-bottom:auto}.posts_readMore__ZVcZZ{margin-top:1rem;align-self:flex-start;padding:.5rem 1rem;background-color:#3498db;color:white;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.posts_readMore__ZVcZZ:hover{background-color:#2980b9}