/*
 * LegalContext keeps LibreChat's conversation checkpoint summaries for
 * long-running context continuity, but they are internal state and should not
 * appear as user-facing message content.
 *
 * Summary.tsx owns this stable component class. Hiding the component does not
 * remove the summary content from the conversation payload or database.
 */
.group\/summary > .group\/summary-container {
  display: none !important;
}

.group\/summary > .legalcontext-live-progress--summary {
  display: block;
}
