/* tüm sanatçılar */
[page-mode="all-sanatcis"] .list-wrapper .list-column {
  &:nth-child(1) {
    width: 26px;
  }
  &:nth-child(2) {
    width: calc((100% - 83px) * 22 / 100);
  }
  &:nth-child(3) {
    width: calc((100% - 83px) * 22 / 100);
  }
  &:nth-child(4) {
    width: calc((100% - 83px) * 21 / 100);
  }
  &:nth-child(5) {
    width: calc((100% - 83px) * 10 / 100);
  }
  &:nth-child(6) {
    width: calc((100% - 83px) * 11 / 100);
  }
  &:nth-child(7) {
    width: calc((100% - 83px) * 14 / 100);
  }
}

/* tüm sanatçılar (mobile) */
[view-mode="1"] [page-mode="all-sanatcis"] .list-wrapper .list-column {
  &:nth-child(1) {
    width: 26px;
  }
  &:nth-child(2) {
    width: calc((100% - 145px) * 37 / 100);
  }
  &:nth-child(3) {
    width: calc((100% - 145px) * 37 / 100);
  }
  &:nth-child(4) {
    display: none;
  }
  &:nth-child(5) {
    display: none;
  }
  &:nth-child(6) {
    width: 80px;
  }
  &:nth-child(7) {
    width: calc((100% - 145px) * 26 / 100);
  }
}

/* X sanatçısı */
[page-mode="sanatci-based"] .list-wrapper .list-column {
  &:nth-child(1) {
    width: 26px;
  }
  &:nth-child(2) {
    width: calc((100% - 74px) * 33 / 100);
  }
  &:nth-child(3) {
    display: none;
  }
  &:nth-child(4) {
    width: calc((100% - 74px) * 32 / 100);
  }
  &:nth-child(5) {
    width: calc((100% - 74px) * 10 / 100);
  }
  &:nth-child(6) {
    width: calc((100% - 74px) * 11 / 100);
  }
  &:nth-child(7) {
    width: calc((100% - 74px) * 14 / 100);
  }
}

/* X sanatçısı (mobile) */
[view-mode="1"] [page-mode="sanatci-based"] .list-wrapper .list-column {
  &:nth-child(1) {
    width: 26px;
  }
  &:nth-child(2) {
    width: calc((100% - 136px) * 70 / 100);
  }
  &:nth-child(3) {
    display: none;
  }
  &:nth-child(4) {
    display: none;
  }
  &:nth-child(5) {
    display: none;
  }
  &:nth-child(6) {
    width: 80px;
  }
  &:nth-child(7) {
    width: calc((100% - 136px) * 30 / 100);
  }
}
