
.rcc[data-v-e72381ef] {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
}
.rcc__avatar[data-v-e72381ef] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  flex-shrink: 0;
}
.rcc__meta[data-v-e72381ef] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}
.rcc__name[data-v-e72381ef] {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.rcc__name--empty[data-v-e72381ef] {
  color: #94a3b8;
  font-style: italic;
  font-weight: 400;
}
.rcc__phone[data-v-e72381ef] {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  color: #94a3b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

/* ── Cores do avatar ── */
.rcc__avatar--emerald[data-v-e72381ef] { background: #ecfdf5; color: #047857;
}
.rcc__avatar--sky[data-v-e72381ef]     { background: #f0f9ff; color: #0369a1;
}
.rcc__avatar--amber[data-v-e72381ef]   { background: #fffbeb; color: #b45309;
}
.rcc__avatar--rose[data-v-e72381ef]    { background: #fff1f2; color: #be123c;
}
.rcc__avatar--indigo[data-v-e72381ef]  { background: #eef2ff; color: #4338ca;
}
.rcc__avatar--teal[data-v-e72381ef]    { background: #f0fdfa; color: #0f766e;
}
