.chip-with-icon {
  padding: 4px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
}
