@media (max-width:1060px) {
    .app-wrapper{
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .question-text{
        width: 80%;
        margin: 0 auto;
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width:920px) {
    .app-report-inner{
        width: 90%;
    }
}

@media (max-width:820px) {
    .game-tag{
        font-size: 12px;
    }

    .expand-text h1{
        font-size: 15px;
    }
}

@media (max-width:720px) {

    .hero-txt h1{
        font-size: 60px;
        line-height: 60px;
    }

    .game-tags{
        background-color: var(--secondary-background);
        display: block;
        padding: 20px;
        border-radius: 10px;
        left: 20px;
    }

    .game-tag{
        padding: 2px;
        transform: scale(1) !important;
    }

    .end-text .end-title{
        font-size: 80px;
        margin-bottom: 10px;
        line-height: 80px;
    }
    .time-progress{
        position: fixed;
        bottom:0;
        width: 100%;
        left: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .time-progress .progress-bar-thumb{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .overlay-create .app-top-bar{
        background-color: rgba(0, 0, 0, 0.24);
        backdrop-filter: blur(10px);
        width: 90%;
        left: 20px;
        right: 20px;
        top: 20px;
        border-radius: 20px;
    }


    .config-title{
        width: 100%;
        font-size: 50px;
        line-height: 40px !important;
        text-align: center;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .game-config .config-tag{
        width: 95%;
        margin: 0 auto;
        font-size: 18px;
        text-align: center;
        margin-bottom: 50px;
    }
    .config-section{
        display: block;
    }

    .create-wrap .app-main{
        display: block;
        padding: 20px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .config-sub{
        margin: 0;
        background-color: transparent;
        font-size: 30px;
    }

    .choose-box{
        width: 100%;
        border-radius: 50px;
        transform: scale(1) !important;
    }

    .choose-box h2{
        text-align: center;
        width: 100%;
    }

    .choose-input{
        width: 100% !important;
    }

    .overlay-multiplayer .app-wrapper {
        width: 100%;
        max-width: unset;
        height: 100%;
    }

    .people-info .config-tag{
        width: 100%;
        font-size: 15px;
    }
    .go-btn-multip, .link-box{
        width: 100% !important;
        margin:  0 auto !important;
    }

    .game-craft{
        margin-top: 100px;
    }
}

@media (max-width: 520px) {
    .hero-txt h1{
        width: 90%;
        font-size: 50px;
        letter-spacing: -3px;
        line-height: 50px;
        margin: 0 auto;
    }

    .hero-txt h3{
        width: 80% !important;
    }

    .settings-pop{
        width: calc(100% - 30px);
        position: fixed;
        left: 10px;
        right: 10px;
        bottom: 50px;
    }

    .user-edit-name{
        width: 90%;
    }
}

@media (max-width: 520px) {
    .config-title{
        width: 100%;
        font-size: 40px;
    }

    .config-tag{
        width: 95%;
    }

    .button-wrap{
        display: block;
    }

    .button-wrap .ui-button{
        width: 80%;
        margin: 0 auto;
        display: flex;
        margin-bottom: 10px;
    }

    .expand-text h1{
        font-size: 12px;
    }

    .status-box{
        padding: 5px 10px;
    }

    .game-header h1{
        font-size: 50px;
    }
}

@media (pointer:coarse) {
    .button-keycode {
        display: none;
    }
}