.card-item {
  display: inline-flex;
  height: 22px;
}

.card-item:not(:last-child) {
  margin-right: 2px;
}

.card-item img {
  height: 100%;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  object-fit: fill;
  width: 33px;
}
