.text-align-center {
    text-align: center;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.md-footer__inner {
    /* display: none */
}

:root {
    --md-admonition-icon--documentation: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 7V5h2V4a2 2 0 0 1 2-2h6v7l2.5-1.5L18 9V2h1c1.05 0 2 .95 2 2v16c0 1.05-.95 2-2 2H7c-1.05 0-2-.95-2-2v-1H3v-2h2v-4H3v-2h2V7H3m4 4H5v2h2v-2m0-4V5H5v2h2m0 12v-2H5v2h2Z"/></svg>')
  }
  .md-typeset .admonition.documentation,
  .md-typeset details.documentation {
    border-color: rgb(255, 200, 87);
  }
  .md-typeset .documentation > .admonition-title,
  .md-typeset .documentation > summary {
    background-color: rgba(43, 155, 70, 0.1);
  }
  .md-typeset .documentation > .admonition-title::before,
  .md-typeset .documentation > summary::before {
    background-color: rgb(255, 200, 87);
    -webkit-mask-image: var(--md-admonition-icon--documentation);
            mask-image: var(--md-admonition-icon--documentation);
  }

/* Maximum width of the main text. */
.md-grid {
  max-width: 80%;
}
