/* region Table Head */
.wp-block-table table thead {
    border-bottom: 1px solid #D1D5DC !important;
}
table thead tr th {
    text-align: left;
    border: none !important;
    color: #6b7280;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: normal;
    letter-spacing: .05rem;
}
/* endregion Table Head */

/* region Table Body */
table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #ebe6e7 !important;
}
table tbody tr td {
    border: none !important;
}
table thead tr th,
table tbody tr td {
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
}
table thead tr th:first-of-type,
table tbody tr td:first-of-type {
    padding-left: 0;
}
table tbody tr td:first-of-type {
    font-weight: 500;
}

table thead tr th:not(:first-of-type),
table tbody tr td:not(:first-of-type) {
    padding-left: .75rem;
    padding-right: .75rem;
}
table tbody tr td:not(:first-of-type),
table tbody tr td:not(:first-of-type) a
{
    color: #6A7282;
}
/* endregion Table Body */
