.flappy-bird-canvas {
    display: block;
    width: 100%;
    height: 148px;
    border: 1px solid rgba(96, 165, 250, 0.18);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(14, 23, 38, 0.94), rgba(10, 16, 28, 0.96));
    cursor: pointer;
}

#gamesDock.games-active .flappy-bird-canvas {
    height: 100%;
    border: 0;
    border-radius: 0;
}

@media (max-width: 640px) {
    .flappy-bird-canvas {
        height: 120px;
    }
}
