.sej-ld-form-inner, .sej-ld-latest {
    border-top: 4px solid var(--theme-color-primary)
}

.blocked-post .sec-art {
    position: relative;
    overflow: hidden
}

.blocked-post .narrow-cont, .blocked-post .sej-under-post {
    display: none
}

.sej-ld-form {
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .28), #fff 150px);
    position: absolute;
    padding: 150px 0 45px;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
    bottom: 0;
    font-family: Inter, san-serif
}

.sej-ld-form a {
    text-decoration: none;
    border: none
}

.sej-ld-form-height {
    min-height: 280px
}

.sej-ld-form-inner {
    background-color: #fff;
    padding: 55px 0 0
}

.sej-ld-form-h {
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center
}

.sej-ld-form form {
    max-width: 430px;
    margin: auto
}

.sej-ld-form-footer {
    max-width: 380px;
    margin: auto
}

.sej-ld-latest {
    padding-top: 55px;
    margin-top: 55px
}

.sej-ld-rel-img {
    padding-bottom: 52%;
    margin-bottom: 10px
}

.sej-ld-rel-img img {
    margin: 0;
    height: inherit
}
.post-template-single-lead-gating .sidebar-sign-up-form,
.post-template-single-lead-gating  .sej-under-post .sej-wdg-form{
    display: none;
}
@media screen and (min-width: 768px) {
    .sej-ld-form-h {
        font-size: 36px
    }
}

@media screen and (max-width: 767px) {
    .blocked-post .sej-sidebar {
        display: none
    }
}