body {
  background: #f6f7fb;
  font-size: 0.95rem;
}
.vignette-text {
  white-space: pre-wrap;
  line-height: 1.5;
}
.rag-answer {
  white-space: pre-wrap;
  max-height: 360px;
  overflow-y: auto;
  font-size: 0.92rem;
  line-height: 1.5;
}
.tag-grid {
  max-height: 180px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.5rem;
  background: #fff;
}
.progress-table td,
.progress-table th {
  font-size: 0.85rem;
}
details > summary {
  cursor: pointer;
}
.card .card-header {
  font-size: 0.95rem;
}
