.post_content.fl-module-html > p, .post_content.fl-module-html >ul, .post_content.fl-module-html >ol{
    max-width: 900px;
    margin:auto;
    /* margin-bottom:36px; */
    margin-bottom:20px;
}
.post_content.fl-module-html > h1, .post_content.fl-module-html > h2, .post_content.fl-module-html > h3 {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom:20px
}

.post_content.fl-module-html > .image-container{
    max-width: 1088px;
}
.post_content.fl-module-html > .image-container img{
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    height: 640px;
    object-fit: cover;
    margin: 50px 0;
}
@media only screen and (max-width: 992px) {
    .post_content .fl-module-content > .image-container img {
        height: 440px;
    }
}
@media only screen and (max-width: 768px) {
    .post_content.fl-module-html > .image-container img {
        margin: 6px 0;
        height: 240px;
    }
}

.gated-content {
    display: none;
}

.gated-content.gated-unlocked {
    display: block;
}
.post_content:has(.gated-form){
    overflow: visible;
    @media only screen and (max-width: 536px) {
        overflow: hidden;
    }
}
.fl-builder-content:has(.gated-content) #review-row,
.fl-builder-content:has(.gated-content) #footer-signup-form{
    display: none;
}
.fl-builder-content:has(.gated-content.gated-unlocked) #review-row{
    display: block;
}
.gated-form{
    position: relative;
}
.gated-form:before{
    display: block;
    content:'';
    width:100vw;
    position: absolute;
    top: -75px;
    left: 250px;
    height: 30px;
    background-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, 0.2));
    transform: translateX(-50%);
    @media only screen and (max-width: 536px) {
        width: 536px;
        left: -18px;
        transform: none;
    }
}
.gated-form {
    margin: 40px 0 40px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding-top: 26px;
    padding-right: 42px;
    padding-bottom: 26px;
    padding-left: 42px;
    border-color: #99ffe8;
    border-top-style: solid;
    border-top-width: 14px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
    @media only screen and (max-width: 992px) {
        padding-top: 26px;
        padding-right: 18px;
        padding-bottom: 26px;
        padding-left: 18px;
    }
}

.gated-divider {
    border-top: 1px solid #d8d8d8;
    margin-bottom: 30px;
}

.gated-title {
    margin-bottom: 20px;
}

.gated-form > .klaviyo-form {
    
}