div.w-full.min-h-\[600px\]>div .pw-ad-scroll-container {
    grid-column: 1 / -1 !important;
}

.pw-ad-scroll-container .pw-tag iframe {
    display: unset !important;
}

.overflow-y-auto {
    overflow-y: unset !important;
}

@media only screen and (min-width: 768px) {
    .pw-sticky {
        top: 100px !important;
    }
}

@media only screen and (max-width: 768px) {
    .pw-sticky {
        top: 70px !important;
    }
}

/*FLEX SKINS START*/

@media only screen and (min-width: 970px) {

    body.flex-skin-active,
    body.flex-skin-docked {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    body.flex-skin-active main,
    body.flex-skin-docked main {
        padding: 0 !important;
        max-width: 1100px !important;
        margin: 0 auto !important;
        background: var(--theme-background);
    }

    body.flex-skin-active .bg-gradient-mesh,
    body.flex-skin-docked .bg-gradient-mesh {
        background: none !important;
    }

    body.flex-skin-active #root>div.min-h-screen.flex.flex-col.text-white,
    body.flex-skin-docked #root>div.min-h-screen.flex.flex-col.text-white {
        background-color: transparent !important;
    }

    body.flex-skin-docked nav.sticky {
        top: 100px !important;
    }

}

@media only screen and (max-width: 600px) {
    body.flex-skin-docked nav.sticky {
        top: 70px !important;
    }

    body.flex-skin-active nav>div.fixed.top-16.right-0 {
        top: 210px;
    }

    body.flex-skin-docked nav>div.fixed.top-16.right-0 {
        top: 70px;
    }
}

/*FLEX SKINS END*/