.orderItemView {
  display: flex;
  align-items: center;
  margin: 6px 0;

  .itemViewLeft {
    max-width: 58px;
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: normal;
    font-size: 12px;
  }

  .itemViewRight {
    flex-grow: 1;
    min-width: 0;
    color: rgba(0, 0, 0, 0.85);
    word-break: break-all;
  }
}