/* CSS Custom Highlight API — kept out of the Vite/Lightning CSS pipeline
   (Lightning CSS does not recognize ::highlight as a pseudo-element). */
::highlight(lumen-quote-highlight) {
  background: color-mix(in srgb, var(--accent-soft) 82%, transparent);
  color: var(--text-main);
}
