/* Reproducible-fMRI Quarto site overrides.
 * Keeps the cosmo theme but tightens code-block spacing and adds a
 * subtle accent for the "BCBS-style" callouts we use in docs.
 */
.quarto-title-block .description {
  font-size: 1.15rem;
  color: #555;
}
pre code {
  font-size: 0.875rem;
}
.callout {
  border-left: 4px solid #2c3e50;
}
.callout-tip {
  border-left-color: #2e7d32;
}
.callout-warning {
  border-left-color: #ef6c00;
}
.callout-important {
  border-left-color: #c62828;
}
table {
  font-size: 0.92rem;
}
