.section--table{max-inline-size:calc(100vw - var(--mobile-margin)*2);overflow:auto}.section--table table{--border-radius:8px;width:100%;line-height:120%;border-collapse:collapse;background-color:#fff;border-radius:var(--border-radius);overflow:hidden}.section--table caption{margin-bottom:1rem;font-family:var(--font-family-secondary);font-weight:500;font-size:var(--fs-headline6)}.section--table :where(th,td){padding:.5rem}.section--table thead th:first-child{border-radius:var(--border-radius)0 0 0}.section--table thead th:last-child{border-radius:0 var(--border-radius)0 0}.section--table th{padding-top:.75rem;padding-bottom:.75rem;font-family:var(--font-family-secondary);font-size:var(--fs-body1);font-weight:700}.section--table thead{background-color:var(--color-neutral-100)}.section--table tbody tr+tr{border-top:1px solid var(--color-neutral-100)}