/* Belco-stijl bubbelkleuren voor Chatwoot agent-dashboard.
   Geinjecteerd via nginx sub_filter. Scoped op .message-bubble-container. */

/* Onze reactie (uitgaand: tekst + e-mail) -> Belco-geel */
.message-bubble-container .bg-n-solid-blue { background-color: #FFD83A !important; }
.message-bubble-container .bg-n-solid-blue,
.message-bubble-container .bg-n-solid-blue :where(p,span,div,a,li,strong) { color: #2a2300 !important; }
.message-bubble-container .from-n-solid-blue { --tw-gradient-from: #FFD83A !important; }

/* Interne notitie -> lichtgeel/creme */
.message-bubble-container .bg-n-solid-amber { background-color: #FCF6DD !important; }

/* Systeem / AI (bot/template) -> zacht lichtblauw */
.message-bubble-container .bg-n-solid-iris { background-color: #DCEBFF !important; }
.message-bubble-container .bg-n-solid-iris,
.message-bubble-container .bg-n-solid-iris :where(p,span,div,a,li,strong) { color: #16314f !important; }
