.default-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  height: 24px;
  padding: 1px 8px 0;

  background-color: var(--gray);
  -webkit-border-radius: 20px;
  border-radius: 20px;

  font-family: "Basis Grotesque Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: var(--blue);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
}

.default-tag p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
