.post-listing{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:20px auto;max-width:1200px;padding:0 16px}.post-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.post-item:hover{box-shadow:0 6px 12px rgba(0,0,0,.15);transform:translateY(-4px)}.post-item img{border-bottom:1px solid #e0e0e0;height:180px;object-fit:cover;width:100%}.post-item .content{padding:16px}.post-item .content .badge{background:#a3de8f;border-radius:4px;color:#fff;display:inline-block;font-size:12px;font-weight:700;margin-bottom:8px;padding:4px 8px;text-transform:uppercase}.post-item .content h2{color:#333;font-size:1.2rem;line-height:1.4;margin:8px 0}.post-item .content h2 a{color:inherit;text-decoration:none;transition:color .2s ease}.post-item .content h2 a:hover{color:#0073e6}.post-item .content .read-more{color:#a3de8f;display:inline-block;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s ease}.post-item .content .read-more:hover{color:#129b76}