/* Override piccolo e cache-safe per le bozze HITL: il testo deve restare
   leggibile anche mentre il foglio principale e' ancora nella cache CDN. */
.hitl-draft {
  color: var(--fg-1);
  background: color-mix(in srgb, var(--surface) 68%, var(--bg-2));
  border: 1px solid var(--line);
  font-style: normal;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
