.wp-site-blocks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.admin-bar .wp-site-blocks {
  min-height: calc(100vh - 32px);
}
@media only screen and (max-width: 782px) {
  body.admin-bar .wp-site-blocks {
    min-height: calc(100vh - 46px);
  }
}

footer {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
footer > .wp-block-group {
  flex-grow: 1;
}

a, .wp-block-button__link {
  transition: all 0.1s;
}
