.list-wrapper .list-column {
  &:nth-child(1) {
    width: 26px;
  }
  &:nth-child(2) {
    width: calc((100% - 74px) * 30 / 100);
  }
  &:nth-child(3) {
    width: calc((100% - 74px) * 25 / 100);
  }
  &:nth-child(4) {
    width: calc((100% - 74px) * 24 / 100);
  }
  &:nth-child(5) {
    width: calc((100% - 74px) * 10 / 100);
  }
  &:nth-child(6) {
    width: calc((100% - 74px) * 11 / 100);
  }
}

/* mobile mode column widths */
[view-mode="1"] .list-wrapper .list-column {
  &:nth-child(1) {
    width: 26px;
  }
  &:nth-child(2) {
    width: calc((100% - 136px) * 60 / 100);
  }
  &:nth-child(3) {
    width: calc((100% - 136px) * 40 / 100);
  }
  &:nth-child(4) {
    display: none;
  }
  &:nth-child(5) {
    display: none;
  }
  &:nth-child(6) {
    width: 80px;
  }
}
