table.table-styled{border-collapse:separate;border-spacing:0;width:100%}table.table-styled>thead{border-top-left-radius:var(--rounded-xl);border-top-right-radius:var(--rounded-xl);background-color:var(--white)}table.table-styled>thead>tr>th{padding:1rem 1.5rem;border-bottom:1px solid rgba(var(--gray-200-rgb),.8);font-weight:var(--font-weight-semibold);font-size:var(--font-size-base);color:var(--gray-700)}table.table-styled>thead>tr>th:first-child{border-top-left-radius:var(--rounded-xl)}table.table-styled>thead>tr>th:last-child{border-top-right-radius:var(--rounded-xl)}table.table-styled>tbody{background-color:var(--white)}table.table-styled>tbody>tr>td{padding:1rem 1.5rem;border-bottom:1px solid rgba(var(--gray-200-rgb),.8);vertical-align:middle;align-items:center}table.table-styled>tbody>tr:hover{background-color:rgba(var(--gray-100-rgb),.4);transition:background-color .2s ease-in-out}table.table-styled>tbody>tr:last-child>td{border-bottom:none}table.table-styled>tbody>tr:last-child>td:first-child{border-bottom-left-radius:var(--rounded-xl)}table.table-styled>tbody>tr:last-child>td:last-child{border-bottom-right-radius:var(--rounded-xl)}table.table-styled>tbody>tr.selected{background-color:rgba(var(--blue-100-rgb),.3)}table.table-styled>tbody>tr.selected>td{color:var(--blue-700)}table.table-outlined{border:1px solid rgba(var(--gray-200-rgb),.8);border-radius:var(--rounded-xl);overflow:hidden}table.table-outlined>thead{border-top-left-radius:calc(var(--rounded-xl) - 1px);border-top-right-radius:calc(var(--rounded-xl) - 1px)}