.@{table-prefix-cls} { 
  &-th {
    color: rgb(var(--gray-7));
    font-weight: 200;
  }
  thead > .@{table-prefix-cls}-tr > .@{table-prefix-cls}-th {
    border-bottom: 1px solid var(--color-neutral-2);
  }
  tbody > .@{table-prefix-cls}-tr > .@{table-prefix-cls}-td {
    border-bottom: 1px solid var(--color-neutral-2);
  }
}
