.p-chip {
  display: inline-flex;
  align-items: center;
}

.p-chip-text {
  line-height: 1.5;
}

.p-chip-icon.pi {
  line-height: 1.5;
}

.pi-chip-remove-icon {
  line-height: 1.5;
  cursor: pointer;
}

.p-chip img {
  border-radius: 50%;
}
