.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{border-radius:calc(var(--wizagent-border-radius, 8px)*1.5);overflow:hidden;height:100%;display:flex;flex-direction:column}.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%;object-fit:cover;transition:transform .5s ease}.fynd-posts-grid .fynd-post-card .fynd-post-card-content{padding:var(--wizagent-spacing-unit, 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:calc(var(--wizagent-spacing-unit, 1rem)*.25);margin-bottom:var(--wizagent-spacing-unit, 1rem)}.fynd-posts-grid .fynd-post-card .fynd-post-card-content .fynd-post-categories .fynd-post-category{padding:calc(var(--wizagent-spacing-unit, 1rem)*.25) calc(var(--wizagent-spacing-unit, 1rem)*.75);background-color:color-mix(in srgb, var(--wizagent-primary-color) 8%, transparent);color:var(--wizagent-primary-color);border-radius:9999px;font-size:.75rem;font-weight:600;text-decoration:none;transition:var(--wizagent-transition)}.fynd-posts-grid .fynd-post-card .fynd-post-card-content .fynd-post-categories .fynd-post-category:hover{background-color:var(--wizagent-primary-color);color:var(--wizagent-light);text-decoration:none}.fynd-posts-grid .fynd-post-card .fynd-post-card-meta{color:var(--wizagent-gray-700);font-size:.8rem;margin-bottom:calc(var(--wizagent-spacing-unit, 1rem)*.5);display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--wizagent-spacing-unit, 1rem)*.5)}.fynd-posts-grid .fynd-post-card .fynd-post-card-meta .fynd-post-card-meta-item{display:flex;gap:calc(var(--wizagent-spacing-unit, 1rem)*.25);align-items:center}.fynd-posts-grid .fynd-post-card .fynd-post-card-meta .fynd-post-card-meta-item a{color:var(--wizagent-gray-700)}.fynd-posts-grid .fynd-post-card h3.fynd-post-card-title{font-size:1.3rem;margin-bottom:calc(var(--wizagent-spacing-unit, 1rem)*.5);text-align:left}.fynd-posts-grid .fynd-post-card .fynd-post-card-excerpt{margin-bottom:var(--wizagent-spacing-unit, 1rem);flex-grow:1}@media(max-width: 992px){.fynd-posts-grid{grid-template-columns:repeat(2, 1fr);gap:var(--wizagent-spacing-unit, 1rem)}}@media(max-width: 576px){.fynd-posts-grid{grid-template-columns:1fr}}