/* ── Code blocks ─────────────────────────────────────────────────── */
pre.sourceCode {
  border-radius: 6px;
  border: 1px solid #e1e4e8;
  font-size: 0.87em;
}

/* ── Diagrams – centre and cap width ────────────────────────────── */
.quarto-figure img {
  max-width: 90%;
  margin: 1.5rem auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

/* ── Tables ──────────────────────────────────────────────────────── */
table {
  font-size: 0.92em;
  border-collapse: collapse;
  width: 100%;
  margin: 1.2em 0;
}
thead th {
  background: #f6f8fa;
  border-bottom: 2px solid #d0d7de;
  padding: 0.5em 0.9em;
  text-align: left;
}
tbody td {
  padding: 0.4em 0.9em;
  border-bottom: 1px solid #eaecef;
}
tbody tr:last-child td {
  border-bottom: none;
}

/* ── Chapter headings ────────────────────────────────────────────── */
h1.title { margin-bottom: 0.25em; }
h2 { margin-top: 2rem; padding-top: 0.5rem; border-top: 1px solid #eaecef; }

/* ── Callout tweaks ──────────────────────────────────────────────── */
.callout { border-radius: 6px; }
