/**
 * Holodepth — demo / figure altı çok parçalı açıklama.
 * İç içe kutu yok: yalnızca dikey boşluk + küçük üst başlık + gövde metni.
 * Herhangi bir figure altında .doc-demo-cap ile kullanılabilir.
 */

.doc-demo-cap {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  text-align: start;
}

.doc-demo-cap__block {
  margin: 0;
}

.doc-demo-cap__title {
  margin: 0 0 0.38rem;
  padding: 0;
  font-family: var(--font-sans, system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25;
  color: rgba(140, 205, 255, 0.95);
}

.doc-demo-cap__title--note {
  color: rgba(200, 186, 255, 0.92);
}

.doc-demo-cap__text {
  margin: 0;
  font-size: inherit;
  line-height: 1.55;
  color: inherit;
}

.doc-demo-cap__text code {
  font-family: var(--font-mono, "JetBrains Mono", ui-monospace, monospace);
  font-size: 0.86em;
  padding: 0.08em 0.28em;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
