.md-footer {
  display: none;
}

.doc-type {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--md-default-fg-color--lighter);
}

/* Green-ish tip box */
.md-typeset .admonition.tip,
.md-typeset details.tip {
  border-color: #2e7d32;
}

.md-typeset .tip > .admonition-title,
.md-typeset .tip > summary {
  background-color: rgba(0, 255, 13, 0.1);
}

.md-typeset .tip > .admonition-title::before,
.md-typeset .tip > summary::before {
  background-color: #43a948;
}

.md-typeset .caption {
  font-size: 0.85em;
  font-style: italic;
  color: rgba(0, 0, 0, 0.6); /* adjust for theme */
  margin-top: -0.35em;
  margin-bottom: 1.25em;
}