/* Simulation Boursière */

.bourse-container {
    margin: 20px 0;
    padding: 16px;
    background: #f0f0f0;
    border: 2px inset #808080;
}

#chartCanvas {
    display: block;
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: 0 auto;
    background: #1a1a1a;
}

.bourse-actions {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.game-score {
    font-family: "Impact", "Arial Black", sans-serif;
    font-size: 14px;
    color: #0000ff !important;
}
