.c-row-cascade {
  .za-cell__content {
    justify-content: flex-end;
  }
  .cc-value {
    width: 60vw;
    max-width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
  }
}
