.c-tag {
  @apply inline-flex;
  @apply items-center;
  @apply overflow-hidden;
  @apply font-semibold;
}

.c-tag--round {
  @apply justify-center;
}

.c-tag > * {
  @apply overflow-hidden;
  @apply text-ellipsis;
  @apply whitespace-nowrap;
}

.c-tag--pill > *,
.c-tag--round > * {
  @apply text-center;
}

.c-tag__avatar {
  @apply shrink-0;
}
