table.data-record {

  th[scope="row"] {
    width: 1%;
    white-space: nowrap;
  }

  tr.sub-value {
    background-color: var(--tbody-tr-even-background-color);
  }

  tr.sub-value th[scope="row"] {
    text-align: right;
  }

  tr.sub-value.disabled th[scope="row"] {
    color: var(--clr-canvas-text-disabled);
    pointer-events: none;
  }


  &.consent {
  
    th[scope="row"] {
      white-space: unset;
      width: unset;
    }
  }
}