.md-typeset .grid.cards > ul > li {
  border-radius: 6px;
}

.md-typeset table:not([class]) {
  font-size: 0.78rem;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 6px;
}

.md-nav__title,
.md-tabs__link {
  font-weight: 600;
}

.health-dashboard {
  margin: 1rem 0 1.5rem;
}

.health-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0.8rem 0;
}

.health-metric {
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 6px;
  padding: 0.8rem;
  background: var(--md-code-bg-color);
}

.health-metric-title {
  color: var(--md-default-fg-color--light);
  font-size: 0.78rem;
  margin-bottom: 0.2rem;
}

.health-metric-value {
  font-weight: 700;
  font-size: 1rem;
}

.health-metric-note,
.health-last {
  color: var(--md-default-fg-color--light);
  font-size: 0.78rem;
}

.health-table-wrap {
  overflow-x: auto;
}

.health-dashboard table {
  min-width: 720px;
}

@media (max-width: 720px) {
  .health-metrics {
    grid-template-columns: 1fr;
  }
}
