/* campmc docs — small tweaks on top of scanpydoc / sphinx-book-theme */

.bd-main .bd-content {
  max-width: 60rem;
}

/* Slightly roomier card grid on the landing page */
.sd-card {
  height: 100%;
}

.sd-card .sd-card-body {
  font-size: 0.95rem;
}

/* Keep code blocks from feeling cramped next to admonitions */
div.admonition + div[class*="highlight"],
div.admonition + div.literal-block-wrapper {
  margin-top: 1rem;
}
