/* Stop archive grid items from "jumping" / repacking on refresh */
.is-layout-grid{
  grid-auto-flow: row !important; /* disable dense repacking */
}

/* Give post cards a more stable height behavior */
.is-layout-grid > *{
  align-self: start;
}
