.md-footer--custom {
  border-top: 1px solid var(--md-default-fg-color--lightest);
  background: linear-gradient(180deg, rgba(15, 17, 23, 0.04), rgba(15, 17, 23, 0.08));
}

.hypercontext-footer {
  width: 100%;
  padding: 1rem 0 1.5rem;
  text-align: center;
  color: var(--md-default-fg-color--light);
  font-size: 0.78rem;
  line-height: 1.6;
}

.hypercontext-footer__line + .hypercontext-footer__line {
  margin-top: 0.25rem;
}

.hypercontext-footer a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}
