/* Site-wide layout flow rules not handled by theme.json. */
.wp-site-blocks {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

.wp-site-blocks > main {
  flex: 1 0 auto;
}

.wp-site-blocks > footer {
  margin-top: auto;
}
