* {
    -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;
    }
}
