.extra-key-value {
  margin-right: 32px;
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-start;
  height: 50px;
  overflow: hidden;
}
.ux-list-item__content__block.extra-key-value {
  width: var(--extra-key-value--large-width, 300px);
  height: 50px;
  align-items: flex-start;
}
.ux-list-item__content__block.extra-key-value--small {
  width: var(--extra-key-value--small-width, 134px);
}
.extra-key-value__key {
  font-size: 8px;
  color: var(--ux-swatch--grey-p500);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
.extra-key-value__value {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
}
.extra-key-value__icon {
  margin-right: 8px;
}
.extra-key-value--translated-array .extra-key-value__value {
  
}
.extra-key-value__extra {
  font-size: 12px;
  color: var(--ux-swatch--grey-p600);
}
.extra-key-value__value .ux-chip {
  transform: scale(0.75) translateX(-18px);
}
