.cmp-wrap { overflow-x: auto; margin-top: 24px; -webkit-overflow-scrolling: touch; border: 1px solid var(--border-l); border-radius: 14px; }
.cmp-table { width: 100%; min-width: 660px; border-collapse: collapse; font-size: 15px; }
.cmp-table th, .cmp-table td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--border-l); vertical-align: top; }
.cmp-table thead th { font-family: var(--body); font-weight: 600; font-size: 13px; color: var(--ink); background: var(--off-white); }
.cmp-table thead th.ts { color: var(--purple); }
.cmp-table tbody th { font-weight: 600; color: var(--ink); font-size: 14px; width: 24%; }
.cmp-table td { color: var(--ink-2); font-weight: 300; line-height: 1.6; }
.cmp-table td.ts { color: var(--ink); font-weight: 400; }
.cmp-table tbody tr:last-child th, .cmp-table tbody tr:last-child td { border-bottom: 0; }
