/* Site footer. */
.gu-footer {
  border-top: 1px solid var(--gu-border);
  background: var(--gu-bg-footer);
}

.gu-footer__inner {
  padding-block: 44px;
  gap: 20px;
}

.gu-footer__brand {
  font-weight: 800;
  font-size: 17px;
}

.gu-footer__brand-accent {
  color: var(--gu-accent);
}

.gu-footer__note {
  font-size: 12.5px;
  color: var(--gu-text-faint);
  margin-top: 6px;
}

.gu-footer__links {
  gap: 24px;
  font-size: 13px;
}

.gu-footer__link {
  color: var(--gu-text-dim);
}

.gu-footer__copy {
  font-size: 12.5px;
  color: var(--gu-text-faint);
}
