/* GModLab 21.0.4 — футер у нижней границы на коротких страницах. */
html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body > header,
body > .php-flash,
body > script {
  flex: 0 0 auto;
}

body > main {
  flex: 1 0 auto;
}

body > .site-footer.php-footer {
  flex: 0 0 auto;
  margin-top: auto;
}

@supports not (min-height: 100dvh) {
  body { min-height: 100vh; }
}
