p {
  overflow: hidden;
  color: var(--sub-text, #808080);
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 400;
}
.minor {
  display: inline-flex;
  color: var(--sub-text, #808080);
  margin-left: calc(var(--gap-small) / 2);
}

.icon {
  --_size: 16px;
  width: var(--_size);
  height: var(--_size);
  font-size: var(--_size);
  display: flex;
  align-items: center;
  justify-content: center;
}