/* Terminal captures are wide SVGs; keep them inside the content column. */
.terminal-capture img {
  width: 100%;
  max-width: 900px;
  border-radius: 6px;
  display: block;
  margin: 1.5rem auto;
}

/* The generated CLI reference is dense; give its option lists room. */
dl.simple > dd {
  margin-bottom: 0.6rem;
}

/* Command output is shown under the command that produced it, in a captioned
   block. The caption is a label rather than a title, so play it down. */
.code-block-caption {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pst-color-text-muted);
  margin-bottom: 0.2rem;
}

/* Pull an output block up against the command block above it. */
div[class^="highlight-"] + div.literal-block-wrapper {
  margin-top: -0.7rem;
}

/* The caption is a label, not a section; it needs no permalink. */
.code-block-caption .headerlink {
  display: none;
}
