.category-posts{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.category-posts .category-post{transition:box-shadow .3s;box-shadow:0 0 4px 1px #0003}.category-posts .category-post a{flex-direction:column;height:100%;display:flex}.category-posts .category-post:hover{box-shadow:0 0 4px 1px var(--global-color-primary)}.category-posts .category-post-image-container{display:inline-flex}.category-posts .category-post-image{object-fit:cover;object-position:center;width:100%}.category-posts .category-post-content{flex-direction:column;justify-content:space-between;height:100%;padding:15px;display:flex}.category-posts .category-post-content time{color:var(--text-color);justify-content:flex-end;align-items:center;gap:5px;font-size:14px;display:flex}.category-posts .category-post-title{font-size:18px}.category-posts .category-post-date{justify-content:space-between;align-items:center;display:flex}@media (width<=1024px){.category-posts{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.category-posts{grid-template-columns:1fr}}
