/* QuickGrid — RTL tables (AuditLog and future grids) */
table.quickgrid-table {
    width: 100%;
    border-collapse: collapse;
}

table.quickgrid-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    padding: 10px 12px;
    border-bottom: 2px solid #e2e8f0;
    text-align: right;
    white-space: nowrap;
}

table.quickgrid-table tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
    vertical-align: middle;
}

table.quickgrid-table tbody tr:hover td {
    background: #f8fafc;
}

table.quickgrid-table .col-sortable button {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
}

table.quickgrid-table .col-sortable .sort-indicator {
    margin-inline-start: 4px;
}
