.br-game-container {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    max-width: 520px;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.br-answer-btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 500;
}

.br-answer-btn:hover {
    background: #ff6b81;
    color: white;
}

.br-next-btn {
    margin-top: 15px;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #6c5ce7;
    color: white;
    cursor: pointer;
}

.br-next-btn:hover {
    background: #5a4bd1;
}

#br-result {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
}
