.md-footer-meta__inner {
  align-items: center;
}

.md-footer-meta__inner .md-copyright:empty {
  display: none;
}

.md-footer-meta__inner .md-social {
  margin-left: 0;
  margin-right: auto;
}

.md-footer-legal {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: var(--md-footer-fg-color--lighter);
  font-size: 0.64rem;
  line-height: 1;
  margin-left: 0.8rem;
  min-height: 1.6rem;
  padding-right: 0.6rem;
  white-space: nowrap;
}

.md-footer-legal a {
  color: inherit;
}

.md-footer-legal__separator {
  margin: 0 0.45rem;
}

.md-footer-legal a:hover {
  color: var(--md-footer-fg-color);
}

@media screen and (max-width: 44.984375em) {
  .md-footer-legal {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
    padding-right: 0.6rem;
    text-align: right;
  }
}
