/* Footer compact design support */
.md-footer-copyright a {
  color: var(--md-footer-fg-color);
  text-decoration: none;
}

.md-footer-copyright a:hover {
  text-decoration: underline;
}
