/* turbine-bench — cosmetic tweaks for the results site. */

/* Wider page body. */
.md-grid {
  max-width: 1400px;
}

/* Drop the right-hand table-of-contents panel and let content use the space. */
.md-sidebar--secondary {
  display: none !important;
}

/* Denser, smaller result tables: smaller font + tighter row height. */
.md-typeset table:not([class]) {
  font-size: 0.62rem;
}
.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* Comparison bars in the header's brand colour. */
.cbar {
  color: var(--md-primary-fg-color);
  letter-spacing: -0.05em;
}
