2 border-collapse: collapse;
5 font-family: sans-serif;
7 box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
10.styled-table tr:first-child td,
11.styled-table tr:first-child th {
20.styled-table tbody tr {
21 border-bottom: 1px solid #dddddd;
24.styled-table tbody tr:nth-of-type(even) {
25 background-color: #f3f3f3;
28.styled-table tbody tr:last-of-type {
29 border-bottom: 2px solid #009879;
32.styled-table tbody tr:hover {
33 background-color: #f1f1f1; /* Highlight on hover */
36.styled-table tbody tr.active-row {
38 color: #009879; /* Different color for active row */
46.styled-table th::after {
53.styled-table th.sorted-asc::after {
57.styled-table th.sorted-desc::after {