/* Small tweaks that sit on top of the compiled SCSS theme. */

/* Give the search overlay a little more presence */
.aa-DetachedSearchButton {
  border-radius: 6px;
}

/* Quarto's next/prev page links */
.nav-page a {
  font-weight: 600;
  color: #05606b;
}

/* Tighten list spacing inside cards and boxes */
.objectives ul li:last-child,
.recap ul li:last-child {
  margin-bottom: 0;
}

/* Inline "pill" for standards references, e.g. [SDTMIG 3.4]{.std} */
.std {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78em;
  background: #eef6f7;
  border: 1px solid #cbe6ea;
  color: #05606b;
  padding: 0.08em 0.42em;
  border-radius: 4px;
  white-space: nowrap;
}

/* Print: hide navigation chrome */
@media print {
  .navbar, .sidebar, .nav-footer, .toc-actions { display: none !important; }
}
