:root{--table__border-width:var(--bw2);--table__border-color:var(--off-white)}.bg-offWhite{--table__border-color:var(--white)}.bg-white{--table__border-color:var(--off-white)}table{border-spacing:0;border-collapse:separate}th,td{text-align:left;vertical-align:top;line-height:var(--lh-single);padding:var(--s3) var(--s2);border-top:var(--table__border-width) solid var(--table__border-color)}td{font-family:var(--serif)}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}th{font-weight:500}th.label{all:revert}tbody th,tfoot th{font-weight:500}tbody:first-child tr:first-child th,tbody:first-child tr:first-child td,thead:first-child tr:first-child td,thead:first-child tr:first-child th{border-top:0}.layoutFixed{table-layout:fixed}@media (min-width:72em){.lg-layoutFixed{table-layout:fixed}}@media (min-width:90em){.xl-layoutFixed{table-layout:fixed}}