:root {
  --ddm-card-border: rgba(99, 102, 241, 0.22);
}

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

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

.md-typeset table:not([class]) {
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--md-default-fg-color--lightest);
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 0.45rem;
}

.mermaid {
  margin: 1.25rem auto;
  padding: 1rem;
  border: 1px solid var(--ddm-card-border);
  border-radius: 0.65rem;
  background: var(--md-code-bg-color);
}

.arithmatex {
  overflow-x: auto;
}

.md-typeset div.arithmatex {
  margin: 1.15rem 0;
  padding: 0.35rem 0;
  min-height: 2.25rem;
  color: var(--md-typeset-color);
  white-space: normal;
}

.md-typeset div.arithmatex > mjx-container {
  color: var(--md-typeset-color);
  font-size: 112%;
  min-width: 0 !important;
}

.md-typeset span.arithmatex > mjx-container {
  color: var(--md-typeset-color);
}
