/* sctrial docs – custom styles */

/* ── Copy button refinements ──────────────────────────────────────────── */

.copybtn {
  opacity: 0;
  transition: opacity 0.2s;
}

div.highlight:hover .copybtn {
  opacity: 0.7;
}

/* ── Overview figure ──────────────────────────────────────────────────── */

.bd-article-container img[alt*="overview"] {
  margin: 1.5rem 0;
}

/* ── Badge row spacing ────────────────────────────────────────────────── */

.bd-article-container > section > a > img {
  margin-right: 4px;
}
