.custom-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.post-card{border:1px solid #ddd;background:#fff;transition:0.3s ease}.post-card:hover{transform:translateY(-5px)}.post-thumb img{width:100%;height:220px;object-fit:cover}.post-content{padding:20px}.post-title{font-size:20px;font-weight:700;margin-bottom:10px}.post-meta{font-size:14px;color:#888;margin-bottom:10px}.post-excerpt{font-size:15px;color:#555;line-height:1.6}@media (max-width:1024px){.custom-post-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.custom-post-grid{grid-template-columns:1fr}}