* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-action: auto;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;

    box-sizing: inherit;
    cursor: default;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 620px) {
    div[data-e2e-id="mobile-keypad-game-name"],
    div[data-e2e-id="mobile-keypad-game-producer"] {
        display: flex;
        align-items: center;
        min-height: 10px;
        font-size: 5.9px !important;
    }
}

.lm-mobile .lm-portrait .playui-dialog,
.lm-mobile .lm-portrait .play-ui {
    height: var(--lm-viewport-height, 100%);
}

.play-ui {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    pointer-events: none;
    top: 0;
    left: 0;
}

.playui-dialog > div {
    z-index: 1001;
}