/* Source Excerpt Styles */
.source-excerpt {
  margin-top: 4px;
  margin-left: 24px; /* Indent to align with text, excluding badge */
  font-size: 0.85em;
  color: var(--text-secondary);
  border-left: 2px solid var(--border-color);
  padding-left: 8px;
  line-height: 1.4;
  white-space: pre-wrap; /* Preserve newlines */
  overflow: hidden;
  max-height: 150px; /* Cap height to prevent explosion */
  text-overflow: ellipsis;
}
