/* BIMYOURSELF v0.5.5 RC7 — archive grid alignment microfix.
 * WordPress block-flow spacing must not offset individual Query Loop items
 * once the post template is rendered as the BIMYOURSELF CSS grid.
 */
.wp-block-post-template.journal-grid > li,
.journal-grid > * {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
  align-self: stretch;
}
