/* Hot 8: distinguish human-written private notes from the CS Agent's.
   Agent notes (sender initials "H8") keep Chatwoot's default amber.
   Human notes get a muted sage green. */
li.hot8-note-human .bubble.is-private{
  background:#e8f0e3 !important;
  border-color:#a3c293 !important;
}
