I did something like I brought up in this thread of using combinators and if you’re not using custom classes, this should work for all of your tables if you want it to be the first row. If you wanted it to be the second row, third row, etc, you can update the child number.
.table__row td:nth-child(2){text-decoration: underline;}
