.ChatIaAcompanhamento { color: #30485e; font-size: 12px; min-width: 0; }
.ChatIaAcompanhamentoCabecalho { display: flex; align-items: center; gap: 6px; min-width: 0; }
.ChatIaAcompanhamentoTitulo, .ChatIaAcompanhamentoEstado { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }
.ChatIaAcompanhamentoTitulo { font-size: 11px; }
.ChatIaAcompanhamentoEstado { font-weight: 600; }
.ChatIaAcompanhamento .ChatIaAcompanhamentoDetalhes { margin-left: auto; font-weight: 400; flex-shrink: 0; }
.ChatIaAcompanhamento .ChatIaAcompanhamentoFechar { margin-left: 0; width: 30px; padding: 0; font-size: 18px; flex-shrink: 0; }
.ChatIaAcompanhamentoTrilho { height: 4px; margin: 3px 0; background: #dcecf9; border-radius: 0; }
.ChatIaAcompanhamentoTrilho .progress-bar { min-width: 0; transition: none; }
.ChatIaAcompanhamentoLinha { display: flex; align-items: center; gap: 8px; min-height: 17px; font-size: 11px; }
.ChatIaAcompanhamentoProgresso { flex-shrink: 0; }
.ChatIaAcompanhamentoAviso { color: #795000; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ChatIaAcompanhamentoInformacoes { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 13px; }
@media (max-width: 576px) {
  .ChatIaAcompanhamentoLinha { display: block; }
  .ChatIaAcompanhamentoProgresso, .ChatIaAcompanhamentoAviso { height: 17px; line-height: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
