/* Default footer */
.footer-block {
  width: 100%;
}

/* Sticky footer (opt-in) */
.footer-block.footer-sticky {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: #fff;
}

