.site-footer {
  background: var(--mp-paper);
  border-top: 1px solid var(--mp-line);
  padding: 26px var(--gutter-x);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.site-footer__logo { height: 22px; width: auto; }

.site-footer__note {
  font-size: 12px;
  color: var(--mp-ink-muted);
  text-align: right;
}
