/* =========================
   Footer
========================= */
footer {
  height: 60px;
  z-index: 50;
  width: 100%;
  background: var(--color-background-footer);
  border-top: 1px solid var(--color-border);
  font-size: 0.775rem;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 16px;
  text-align: center;
}