/* uniprot-mcp documentation site — custom styling.
 *
 * Kept minimal; we lean on Material defaults and add only what makes
 * the technical content easier to read. */

/* Wider tables in tool reference. */
.md-typeset table:not([class]) {
  font-size: 0.85rem;
}

/* Keep code blocks tight; we want lots of them readable above the
 * fold on landing / quickstart pages. */
.md-typeset pre > code {
  font-size: 0.82rem;
  line-height: 1.4;
}

/* Status badges in the home-page summary table render better with a
 * monospace fallback. */
.md-typeset table:not([class]) td:nth-child(2) {
  font-variant-numeric: tabular-nums;
}
