/* Responsibility: Shared site footer. */

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding: 28px 22px 40px;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-weight: 750;
}

.sub-page .footer {
  background: #10100f;
  color: #fff;
}

.sub-page .footer-inner {
  max-width: 1180px;
  padding: 26px 22px;
}
