/*! @tacc/core-styles 2.56.1+ | MIT | github.com/TACC/Core-Styles */@supports selector(:has(table)){table:has(table) :is(td,th){white-space:nowrap}table:has(table) tr:nth-child(2n) :is(th,td){background:var(--global-color-background--app)}td:has(table) tr:nth-child(2n) :is(th,td){background:var(--global-color-primary--x-light)}td:has(table){padding:0}}@supports not selector(:has(table)){table.has-table :is(td,th){white-space:nowrap}table.has-table tr:nth-child(2n) :is(th,td){background:var(--global-color-background--app)}td.has-table tr:nth-child(2n) :is(th,td){background:var(--global-color-primary--x-light)}td.has-table{padding:0}}thead+tbody tr table{--offset-distance:calc(var(--cell-pad-vert) * 2 + var(--cell-line-height) * var(--font-size) + var(--global-border-width--normal));--offset:calc(var(--offset-distance) * -1);margin-bottom:var(--offset);transform:translateY(var(--offset))}thead+tbody tr:first-of-type thead{background:var(--global-color-background--app)}thead+tbody tr:not(:first-of-type) thead{visibility:hidden}thead+tbody tr:not(:first-of-type) tbody :is(td,th){border-color:var(--global-color-primary--light)}td:not(:first-child) td:first-child,td:not(:first-child) th:first-child{padding-inline-start:8px}td:not(:last-child) td:last-child,td:not(:last-child) th:last-child{padding-inline-end:8px}