/* Eluria — alinha o acento do Chatwoot (#2781F6) ao azul da marca (#215AFF).
   Injetado pelo sidecar (sub_filter no </head>, após o CSS do Chatwoot → vence).
   Escopo mínimo: só recolore o acento; NÃO mexe em superfícies/layout do Chatwoot. */
.bg-n-brand,
.hover\:bg-n-brand:hover { background-color: #215AFF !important; }

.text-n-brand,
.hover\:text-n-brand:hover { color: #215AFF !important; }

.border-n-brand,
.hover\:border-n-brand:hover { border-color: #215AFF !important; }

.outline-n-brand { outline-color: #215AFF !important; }
.ring-n-brand { --tw-ring-color: #215AFF !important; }
.fill-n-brand { fill: #215AFF !important; }
.stroke-n-brand { stroke: #215AFF !important; }
