.@{table-prefix-cls} {
	&-th {
		border-bottom: @table-border-width @table-border-style @table-color-border;
	}
}
.@{table-prefix-cls} {
	&-td {
	    border-bottom-color: var(--color-neutral-2);
	}
	tbody .@{table-cls-tr}:last-child .@{table-cls-td},
	tfoot .@{table-cls-tr}:last-child .@{table-cls-td} {
		border-bottom-color: @table-color-border;
	}
	&-border-cell {
		.@{table-cls-td} {
		    border-bottom-color: @table-color-border;
		}
	}
}