/* Shared category, tag and archive grids: never exceed four cards per row. */
.cosy-list-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.cosy-list-cover{height:205px}

@media(max-width:1500px){
  .cosy-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:1100px){
  .cosy-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:860px){
  .cosy-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:600px){
  .cosy-list-grid{grid-template-columns:1fr}
  .cosy-list-cover{height:215px}
}
