html,
body {
  min-height: 100%;
}

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

main {
  flex: 1;
}

.site-footer {
  margin-top: auto;
  padding: 18px 0 24px;
  color: #64748b;
  font-size: 14px;
}

.site-footer__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer__links {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-footer__links a {
  color: #475569;
  text-decoration: none;
  font-weight: 600;
}

.site-footer__links a:hover {
  text-decoration: underline;
}
