.gridjs-th {
    background: #f6f9fc;
    color: #5e72e4;
    font-weight: 700;
    border-bottom: 2px solid #e9ecef;
}
.gridjs-td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}
.gridjs-tr {
    border-bottom: 1px solid #e9ecef;
}
.gridjs-table {
    border-radius: 0.5rem;
    overflow: hidden;
}