/* Hide "Made with Zensical" and "Made with" text in footer */
.md-copyright {
  font-size: 0 !important;
}

.md-copyright__highlight {
  font-size: 0.64rem !important;
}

/* Hide Zensical link */
.md-copyright > a[href*="zensical.org"] {
  display: none !important;
}

/* Hide any text nodes in copyright (includes "Made with") */
.md-copyright > *:not(.md-copyright__highlight) {
  display: none !important;
}
