/* Sticky footer styles using Bootstrap 4 flex utilities */
html, body {
  height: 100%;
}

#page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#content-wrapper {
  flex: 1;
}

footer {
  margin-top: auto;
}
