/* assets/css/chess-mastery.css */
#chess-board, #tutorial-board {
    margin: 20px auto;
}
.board-b72b1 {
    width: 400px !important; /* Use !important to override any inline styles */
}

#move-history {
    margin-top: 10px;
    font-size: 0.9em;
}

#ai-move {
    margin-top: 10px;
    font-weight: bold;
}

#lesson-content {
    padding: 20px;
}

#lesson-content h2 {
    margin-bottom: 10px;
}

#lesson-content p {
    margin-bottom: 15px;
}

#complete-lesson {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

#complete-lesson:hover {
    background-color: #45a049;
}
