.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8em;
  padding: 1rem 0.5rem;
  border-top: 1px solid var(--c-border);
  color: var(--c-footer);
  text-align: center;
  margin-top: 2rem;
}

.footer__copyright {
  color: var(--c-footer_copyright);
}

.footer img {
  width: auto;
  height: 32px;
  max-width: none;
}

.footer__row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}

.footer > *:not(.footer__row) .footer__content {
  text-align: center;
}

.footer > *.footer__row .footer__content {
  text-align: left;
}
