/* MindMeditate manual — extra styles */

/* Slightly wider content area for our wide matrices */
.md-grid {
  max-width: 1280px;
}

/* Zebra-stripe tables for readability on the big 5x5 matrices */
.md-typeset table:not([class]) tbody tr:nth-child(even) {
  background-color: var(--md-default-fg-color--lightest);
}

/* Make the first column of 5x5 matrices stand out */
.md-typeset table:not([class]) td:first-child,
.md-typeset table:not([class]) th:first-child {
  font-weight: 600;
}

/* Tighter line-height inside dense table cells */
.md-typeset table:not([class]) td {
  line-height: 1.45;
}

/* Home page card grid polish */
.md-typeset .grid.cards > ul > li,
.md-typeset .grid.cards > ol > li {
  border-radius: 10px;
}

/* Big download button on the home page */
.md-typeset .md-button--primary {
  margin-top: 0.5rem;
}

/* Callout (admonition) corner radius */
.md-typeset .admonition,
.md-typeset details {
  border-radius: 8px;
}
