

.site-footer {
  padding: 28px 24px 32px;
  text-align: left;
  background: #f8fafc;
  border-top: 1px solid #eef2f7;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.55;
}

.site-footer__inner {
  max-width: var(--page-width, 960px);
  margin: 0;
}

.site-footer__line {
  margin: 0;
}

.site-footer__line + .site-footer__line {
  margin-top: 3px;
}

.site-footer a {
  color: #94a3b8;
  text-decoration: none;
}

.site-footer a:hover {
  color: #64748b;
  text-decoration: underline;
}

.site-footer__links {
  margin: 12px 0 0;
}

.site-footer__sep {
  margin: 0 0.35rem;
  color: #cbd5e1;
}

.site-footer__copy {
  margin: 10px 0 0;
  font-size: 10px;
  color: #cbd5e1;
}
