.md-typeset .admonition,
.md-typeset details {
  border-width: 0;
  border-left-width: 4px;
}

/* Inline code in tables: same size/weight as surrounding table text.
   Material defaults to a smaller monospace chip, which looks inconsistent
   next to plain cells in the same column. */
.md-typeset table code {
  font-size: inherit;
  font-family: var(--md-text-font-family);
  font-weight: inherit;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  word-break: break-word;
}