.md-typeset table:not([class]) {
  font-size: 0.72rem;
}
.md-typeset code {
  font-size: 0.85em;
}
.mermaid {
  text-align: center;
  margin: 1.2rem auto;
}
.md-typeset h1 {
  font-weight: 700;
  border-bottom: 3px solid var(--md-accent-fg-color);
  padding-bottom: 0.3rem;
}
.md-typeset h2 {
  font-weight: 600;
  margin-top: 2.2rem;
}
.md-typeset h3 {
  font-weight: 600;
  color: var(--md-primary-fg-color);
}
.md-typeset table:not([class]) th {
  background-color: var(--md-primary-fg-color);
  color: var(--md-primary-bg-color);
  font-weight: 600;
}
.md-typeset table:not([class]) tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}
[data-md-theme="slate"] .md-typeset table:not([class]) tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.04);
}
.md-typeset .admonition {
  border-radius: 8px;
}
.md-typeset pre > code {
  border-radius: 8px;
}
.md-typeset details {
  border-radius: 6px;
  border: 1px solid var(--md-default-fg-color--lightest);
  padding: 0.4rem 0.8rem;
  margin: 0.8rem 0;
}
