table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 6px 12px;
    border-bottom: 1px solid var(--border);
    text-align: left;
}

th {
    background-color: #eceef1;
    font-weight: 600;
}

tbody tr:nth-child(even) {
    background-color: #fafbfc;
}

tbody tr:hover {
    background-color: #eef3fc;
}
