.md-typeset {
  line-height: 1.72;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  letter-spacing: 0;
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset h2 {
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.25rem;
}

.md-typeset img[src$=".svg"] {
  display: block;
  width: min(100%, 960px);
  height: auto;
  margin: 1.25rem auto 0.4rem;
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 8px;
  background: var(--md-default-bg-color);
}

.md-typeset img + em {
  display: block;
  margin: 0 auto 1.4rem;
  color: var(--md-default-fg-color--light);
  text-align: center;
  font-size: 0.82rem;
}

.md-typeset .md-button {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.md-typeset .md-typeset__table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
}

.md-typeset table:not([class]) th {
  background: var(--md-default-fg-color--lightest);
  color: var(--md-default-fg-color);
  font-weight: 700;
}

.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
  min-width: 9rem;
  vertical-align: top;
}

.md-typeset pre > code {
  font-size: 0.76rem;
  line-height: 1.6;
}

.md-typeset code {
  border-radius: 4px;
}

.md-typeset .highlight {
  border-radius: 8px;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 8px;
  box-shadow: none;
}

.md-typeset blockquote {
  border-left: 0.2rem solid var(--md-accent-fg-color);
  color: var(--md-default-fg-color);
  background: var(--md-code-bg-color);
  border-radius: 0 6px 6px 0;
  padding: 0.4rem 0.8rem;
}

.md-search__input {
  font-size: 0.85rem;
}

.md-nav__link {
  line-height: 1.35;
}

.md-footer-meta {
  background: var(--md-default-bg-color);
}

:focus-visible {
  outline: 3px solid var(--md-accent-fg-color);
  outline-offset: 2px;
}

@media screen and (max-width: 44.9844em) {
  .md-typeset {
    font-size: 0.82rem;
    line-height: 1.66;
  }

  .md-typeset h1 {
    font-size: 1.7rem;
  }

  .md-typeset h2 {
    font-size: 1.25rem;
  }

  .md-typeset img[src$=".svg"] {
    margin-top: 1rem;
    border-radius: 6px;
  }

  .md-typeset table:not([class]) th,
  .md-typeset table:not([class]) td {
    min-width: 11rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

[data-md-color-scheme="slate"] .md-typeset img[src$=".svg"] {
  background: #0b0e14;
  border-color: rgba(148, 163, 184, 0.28);
}

[data-md-color-scheme="slate"] .md-typeset table:not([class]) th {
  background: rgba(148, 163, 184, 0.12);
}

[data-md-color-scheme="slate"] .md-typeset blockquote {
  background: rgba(88, 166, 255, 0.08);
}

