body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
}

/* Court Theme Customization */
.gridjs-container {
    font-family: 'Inter', sans-serif !important;
    color: #1e293b;
}

.gridjs-wrapper {
    border-radius: 4px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.gridjs-th {
    background-color: #f1f5f9 !important;
    font-weight: 700 !important;
    color: #000080 !important;
    /* Navy Blue */
    border-bottom: 2px solid #94a3b8 !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.gridjs-td {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 12px 16px !important;
}

.gridjs-search {
    width: 100% !important;
    margin-bottom: 1rem;
}

.gridjs-search-input {
    width: 300px !important;
    border-radius: 4px !important;
    border: 1px solid #94a3b8 !important;
    font-size: 0.875rem;
    padding: 8px 14px !important;
    float: right;
    outline: none;
    transition: border-color 0.2s;
}

.gridjs-search-input:focus {
    border-color: #000080 !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 128, 0.1) !important;
}

.gridjs-pagination {
    border-top: 1px solid #cbd5e1 !important;
    padding: 12px 16px !important;
    background-color: #f8fafc !important;
}

.gridjs-pages button {
    border-radius: 4px !important;
    font-weight: 600 !important;
    color: #334155 !important;
}

.gridjs-pages button.gridjs-currentPage {
    background-color: #000080 !important;
    color: white !important;
    border-color: #000080 !important;
}