/* Sticky footer layout for full-height pages */
html, body {
  height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.container.mt-4 {
  flex: 1 0 auto;
}
.site-footer {
  flex-shrink: 0;
}
