.fynd-posts-grid{display:grid;grid-template-columns:repeat(var(--wizagent-posts-per-row, auto-fill), 1fr);gap:var(--wizagent-grid-gap)}.fynd-posts-grid .fynd-post-card{background:var(--wizagent-light);border-radius:8px;overflow:hidden;box-shadow:var(--wizagent-shadow-md);height:100%;display:flex;flex-direction:column;transition:var(--wizagent-transition)}.fynd-posts-grid .fynd-post-card:hover{transform:translateY(-5px);box-shadow:var(--wizagent-shadow-lg)}.fynd-posts-grid .fynd-post-card:hover .fynd-post-card-image img{transform:scale(1.05)}.fynd-posts-grid .fynd-post-card .fynd-post-card-image{height:200px;overflow:hidden}.fynd-posts-grid .fynd-post-card .fynd-post-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.fynd-posts-grid .fynd-post-card .fynd-post-card-content{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.fynd-posts-grid .fynd-post-card .fynd-post-card-content .fynd-post-categories{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem}.fynd-posts-grid .fynd-post-card .fynd-post-card-content .fynd-post-categories .fynd-post-category{padding:0 .75rem;background-color:var(--wizagent-primary-color);color:var(--wizagent-light);border-radius:.5rem}.fynd-posts-grid .fynd-post-card .fynd-post-card-meta{color:var(--wizagent-gray-400);font-size:.8rem;margin-bottom:.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.fynd-posts-grid .fynd-post-card .fynd-post-card-meta .fynd-post-card-meta-item{display:flex;gap:.25rem;align-items:center}.fynd-posts-grid .fynd-post-card .fynd-post-card-meta .fynd-post-card-meta-item a{color:var(--wizagent-gray-400)}.fynd-posts-grid .fynd-post-card h3.fynd-post-card-title{font-size:1.3rem;margin-bottom:.5rem;text-align:left}.fynd-posts-grid .fynd-post-card .fynd-post-card-excerpt{margin-bottom:1rem;flex-grow:1}@media(max-width: 992px){.fynd-posts-grid{grid-template-columns:repeat(2, 1fr);gap:1rem}}@media(max-width: 576px){.fynd-posts-grid{grid-template-columns:1fr}}