[type=button].active,
[type=submit].active,
button.active {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

.defi-game-discount {
    background-color: #ffd302;
    background-size: cover;
    background-repeat: no-repeat;
    border: 10px solid #000000;
    border-radius: 8px;
    margin-top: 35px;
    padding: 40px 50px 60px;
}

.defi-game-discount h1,
.defi-game-discount h2,
.defi-game-discount h3,
.defi-game-discount h4,
.defi-game-discount h5,
.defi-game-discount h6 {
    font-weight: 700;
}

.defi-game-discount__countdown {
    text-align: center;
}

.defi-game-discount__content {
    line-height: 120%;
    text-align: center;
}

.defi-note-form.de_puzzle_form {
    max-width: inherit;
}

.defi-note-form button {
    margin-top: 25px;
}

.defi-jigsaw-game-puzzle-pieces {
    background-color: transparent;
    position: relative;
    height: 500px;
}

.defi-jigsaw-game-puzzle-piece.draggable {
    touch-action: none;
}

.defi-jigsaw-game-puzzle-piece {
    max-width: initial !important;
    height: auto;
    position: absolute;
}

.defi-jigsaw-game-puzzle-piece:hover {
    opacity: 0.7;
}