.fbg-shortcode-wrap{
    width:100%;
    max-width:1200px;
    margin:20px auto;
    position:relative;
}
.fbg-game-frame{
    display:block;
    width:100%;
    height:var(--fbg-height,820px);
    max-height:88vh;
    min-height:520px;
    border:0;
    border-radius:20px;
    background:#06131f;
    overflow:hidden;
    box-shadow:0 12px 34px rgba(0,0,0,.24);
}
.fbg-help{
    margin:10px 4px 0;
    color:#44566b;
    font-size:14px;
    line-height:1.6;
    text-align:center;
}
.fbg-ad-section{
    width:100%;
    min-height:100px;
    margin:22px auto 6px;
    padding:10px 8px;
    overflow:hidden;
    background:#fff;
    border-radius:12px;
    text-align:center;
    clear:both;
}
.fbg-ad-label{
    margin:0 0 7px;
    color:#8a929b;
    font-size:10px;
    line-height:1;
    letter-spacing:.08em;
    text-align:center;
}
.fbg-ad-section .adsbygoogle{
    width:100%;
    min-height:90px;
}
@media (max-width:767px){
    .fbg-shortcode-wrap{
        width:100vw;
        max-width:none;
        margin:10px calc(50% - 50vw) 20px;
    }
    .fbg-game-frame{
        height:82vh;
        min-height:560px;
        max-height:none;
        border-radius:0;
    }
    .fbg-help{
        padding:0 12px;
        font-size:13px;
    }
    .fbg-ad-section{
        width:calc(100% - 20px);
        margin:18px 10px 4px;
        padding:8px 4px;
        border-radius:10px;
    }
}
