.more-or-less-widget {
    font-family: sans-serif;
}

.more-or-less-widget_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #000;
    text-align: left;
    margin: 0 0 20px;
}

.more-or-less-widget .game-inputs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.more-or-less-widget input.user-number {
    width: auto;
    margin-right: 10px;
    height: 45px;
    max-width: 100%;
}

.more-or-less-widget .number-display {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #000;
    text-align: left;
    font-weight: bold;
    margin: 20px 0;
}

.more-or-less-widget .result {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    background: transparent;
    margin: 20px 0 0 !important;
    border-radius: 3px;
    padding: 7px 0;
}

.more-or-less-widget .result.win {
    background: #F5F5F5;
    color: #34C200;
}

.more-or-less-widget .result.lose {
    background: #F5F5F5;
    color: #983C3C;
}

.check-number {
    padding: 0 10px;
}