.list-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.meta-item__property {
  color: var(--text-color-light-gray);
}
.meta-item__value {
  color: var(--primary-color);
}
.meta.meta--gap {
  row-gap: unset;
  column-gap: calc(var(--grid-gap) / 2);
}
