/* v0.54.2 – Existing External Intake Button Badge */

.cv-external-intake-existing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  margin-left: 8px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(0,0,0,0.22);
  color: #080808;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
}

.cv-external-intake-existing-badge.has-new {
  background: #ff8a8a;
  color: #080808;
  box-shadow: 0 0 0 3px rgba(255,138,138,0.18);
}
