/* max 767 */
.tbl-theme-3 {
  --th-fs: var(--fs-13);
  --td-fs: var(--fs-12);
}

.tbl-theme-3 tr>*:not(:last-child) {
  padding-right: 10px;
}

.tbl-theme-3 th:not(:last-child),
.tbl-theme-3 td:not(:last-child) {
  padding-right: 15px;
}
