.mj-kam-404 .title {
    font-size: 16px;
    font-weight: 500;
}

.mj-kam-404 #dino-game {
    width: 100%;
    max-width: 500px;
    height: 150px;
    overflow: hidden;
}

.mj-kam-404 .controls {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.mj-kam-404 #startBtn {
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: #4ac3be;
    font-weight: bold;
    text-decoration: underline;
}

.mj-kam-404 #startBtn:disabled {
    background-color: transparent !important;
    cursor: not-allowed;
    opacity: 0.7;
}

.mj-kam-404 #dinoSVG {
    display: none;
}

.mj-kam-404 #game-over-title {
    display: none;
}

.mj-kam-404 #jumpBtn {
    width: 150px;
    height: 40px;
    background: linear-gradient(135deg, #4ac3be, #2a9d8f);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    display: none;
    align-items: center;
    justify-content: center;
}

.mj-kam-404 #jumpBtn:hover {
    background: linear-gradient(135deg, #3a8f8a, #1a6e6d);
}

.mj-kam-404 #jumpBtn:active {
    background: linear-gradient(135deg, #3a8f8a, #1a6e6d);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(4px);
}

.mj-kam-404 #jumpBtn:focus {
    outline: 3px solid #4ac3be;
}

/*# sourceMappingURL=404.css.map */
