.md-typeset__table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.md-typeset__table table:not([class]) {
  min-width: 40rem;
  width: 100%;
}

.md-typeset__table th,
.md-typeset__table td {
  vertical-align: top;
}

.md-typeset__table code {
  overflow-wrap: normal;
  word-break: normal;
}

.md-typeset .evidence-contrast > ul {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.md-typeset .evidence-contrast > ul > li:last-child {
  border-color: var(--md-accent-fg-color);
}
