body.jbj-standalone-page {
    margin: 0 !important;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    background: #fff7fb;
}

body.jbj-standalone-page .jbj-standalone-content,
body.jbj-standalone-page .jbj-standalone-content > p,
body.jbj-standalone-page .entry-content,
body.jbj-standalone-page .elementor-widget-shortcode,
body.jbj-standalone-page .elementor-shortcode {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

.jbj-game-embed {
    width: 100%;
    height: var(--jbj-embed-height, 100vh);
    height: var(--jbj-embed-height, 100dvh);
    min-height: min(480px, 100dvh);
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff7fb;
}

.jbj-game-frame {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    background: #fff7fb;
}

@media (max-width: 820px) {
    .jbj-game-embed {
        min-height: 100vh;
        min-height: 100dvh;
    }
}
