/* Maximum space for text block */
.md-grid {
    max-width: 80%; /* or 100%, if you want to stretch to full-width */
  }

/* Hide footer next page globally https://github.com/squidfunk/mkdocs-material/discussions/3489 */
.md-footer__inner:not([hidden]) {
    display: none
}
