.styled-table table{table-layout:fixed;width:100%}.styled-table td,.styled-table th{padding:1rem;text-align:left;vertical-align:top}.styled-table th{background-color:hsl(var(--background));font-size:.75rem;text-transform:uppercase}.styled-table th:first-child{border-top-left-radius:calc(var(--radius) - 2px)}.styled-table th:last-child{border-top-right-radius:calc(var(--radius) - 2px)}.styled-table td{font-size:.875rem}.styled-table tbody tr+tr{border-color:hsl(var(--background));border-top-width:1px}.styled-table .styled-table-empty-row{border-color:hsl(var(--muted-foreground));border-top-width:1px}.styled-table-empty-row td{line-height:0;padding:0}
