table.table-custom-border tbody td,
table.table-custom-border thead th {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    line-height: normal;
}

table.table-custom-border thead tr th:first-child,
table.table-custom-border tbody tr td:first-child {
    padding-left: 0;
}

table.table-custom-border thead tr th:last-child,
table.table-custom-border tbody tr td:last-child {
    padding-right: 0;
    text-align: right;
}