table.tablepress{border:1px solid var(--tablepress-border-color,#ffffff);border-collapse:separate;border-spacing:0;background:var(--tablepress-background,var(--block-bg,#2d3042));border-radius:var(--tablepress-border-radius,10px);margin:20px auto;overflow:hidden;font-size:var(--tablepress-font-size,16px)}table.tablepress thead tr th{font-weight:600;padding:14px 18px;color:var(--tablepress-text-color,#fff);background:var(--tablepress-thead-background,#1a1c24);border-bottom:1px solid var(--tablepress-border-color,#ffffff)}table.tablepress thead tr th.column-2{font-weight:400}table.tablepress thead tr th:first-child{border-top-left-radius:var(--tablepress-border-radius,10px)}table.tablepress thead tr th:last-child{border-top-right-radius:var(--tablepress-border-radius,10px)}table.tablepress tr td{font-weight:600;padding:14px 18px;color:var(--tablepress-text-color,#fff);background:var(--tablepress-background,var(--block-bg,#2d3042));border-bottom:1px solid var(--tablepress-border-color,#ffffff)}table.tablepress tr td.column-2{font-weight:400}table.tablepress tr:last-child td{border-bottom:0}table.tablepress tbody tr:last-child td:first-child{border-bottom-left-radius:var(--tablepress-border-radius,10px)}table.tablepress tbody tr:last-child td:last-child{border-bottom-right-radius:var(--tablepress-border-radius,10px)}.no-head-table thead tr th{background:none}