/* CJ Solves It Custom Styles */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.project-section {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.project-section h2 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.project-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: #3498db;
    border-color: #3498db;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

h1 {
    color: #2c3e50;
    font-weight: 600;
}

.lead {
    color: #7f8c8d;
}

/* Keyboard Shortcuts Page Styles */
.shortcuts-table {
    margin-top: 2rem;
}

.filter-controls {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.filter-input {
    margin-bottom: 1rem;
}

.stats {
    margin-bottom: 1rem;
    color: #6c757d;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .project-section {
        padding: 1rem;
    }
    
    .btn-primary {
        width: 100%;
        margin-top: 1rem;
    }
}