/* tbl-theme-3( used in adlab accordion ) */
.tbl-theme-3 {
  --th-bg: transparent;
  --th-fs: var(--fs-16);
  --td-fs: var(--fs-15);
  --th-fw: var(--fw-bold);
  --th-padding: var(--sp6) 0;
  --td-padding: var(--sp5) 0;
  --th-border-clr: var(--clr-primary-2);
  --td-border-clr: var(--border-clr3);
}

.tbl-theme-3 table {
  border: none;
}

.tbl-theme-3 td {
  border-left: none;
  border-right: none;
}

.tbl-theme-3 tbody tr:last-child td {
  border-bottom: none;
}

.tbl-theme-3 table a {
  --section-link-color: var(--clr-blue);
  --section-link-hover-color: var(--site-primary-color);
}

.tbl-theme-3 th:not(:last-child),
.tbl-theme-3 td:not(:last-child) {
  padding-right: 20px;
}
