body { 
    font-family: 'Inter', sans-serif; 
}

.form-input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.form-label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

.section-title {
    font-weight: 600;
    color: #111827;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.table-header {
    position: sticky;
    top: 0;
}

.selected-row {
    background-color: #eff6ff; /* blue-50 */
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}