.wp-category-grid{display:grid;gap:20px}.wp-category-grid.columns-2{grid-template-columns:repeat(2,1fr)}.wp-category-grid.columns-3{grid-template-columns:repeat(3,1fr)}.wp-category-grid.columns-4{grid-template-columns:repeat(4,1fr)}.wp-category-grid .category-item{text-align:center}.wp-category-grid .category-item img{width:100%;border-radius:8px;margin-bottom:10px}