body:has(.new-single-post__columns) {
    background: #f6f8fb;
}

.new-single-post__content .elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0!important;
}

.new-single-post__columns {
    display: flex;
    gap: 25px;
    margin-top: 120px;
    margin-bottom: 120px;
}

html:has(.new-single-post__columns), body:has(.new-single-post__columns) {
    overflow-x: unset;
}

html:has(.new-single-post__columns) .header:not(.white), body:has(.new-single-post__columns) .header:not(.white) {
    background: #FFF;
}

.new-single-post__wrapper {
    flex-basis: 730px;
}

.new-single-post__side-bar {
    flex-basis: 385px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.new-single-post__side-bar::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #DADFF6;
    border-radius: 100%;
    width: 1px;
}

.new-single-post__sticky-wrapper {
    position: relative;
}


.new-single-post__sticky {
    position: sticky;
    top: 115px;
}


.new-single-post__heading {
    font-weight: 600!important;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 48px;
    color: #1e2731;
    font-family: 'Sora', sans-serif;
}

.new-single-post__featured-image {
    margin-top: 30px;
}

.new-single-post__featured-image img {
    border-radius: 20px;
    max-height: 461px;
    object-fit: cover;
}

.new-single-post__content {
    margin-top: 30px;
}

.elementor-section .elementor-element.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
    color: #1e2731;
    line-height: 1.5;
    font-weight: 600!important;
    margin-bottom: 14px;
}

/* Headings */
 h2.elementor-heading-title {
    font-size: 28px;
}

 h3.elementor-heading-title {
    font-size: 24px;
}

 h4.elementor-heading-title {
    font-size: 22px;
}

 h5.elementor-heading-title {
    font-size: 21px;
}

 h6.elementor-heading-title {
    font-size: 20px;
}
/* Headings */


.new-single-post__content p {
    margin-bottom: 40px;
}

.new-single-post__content .elementor-widget p + p,
.new-single-post__content .elementor-widget p{
    margin-bottom: 10px;
    font-size: 18px;
}


.new-single-post__content .elementor-widget p:last-child {
    margin-bottom: 40px;
}

.new-single-post__content .elementor-widget:not(:last-child),
.new-single-post__content .elementor-widget:last-child {
    margin-bottom: 0;
}

.new-single-post__content .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0;
}

@media screen and (max-width: 1023.98px) {
    .new-single-post__content .elementor-widget p + p,
    .new-single-post__content .elementor-widget p{
       font-size: 16px;
    }

    .new-single-post__featured-image img {
        border-radius: 10px;
    }

    /* Headings */
    h2.elementor-heading-title {
        font-size: 22px;
    }

    h3.elementor-heading-title {
        font-size: 20px;
    }

    h4.elementor-heading-title {
        font-size: 19px;
    }

    h5.elementor-heading-title {
        font-size: 18px;
    }

    h6.elementor-heading-title {
        font-size: 17px;
    }
    /* Headings */

    .new-single-post__columns {
        flex-direction: column;
        gap: 0;
        margin-top: 90px;
        margin-bottom: 70px;
    }

    .new-single-post__featured-image {
        margin-top: 20px;
    }

    .new-single-post__content {
        margin-top: 20px;
    }

    .elementor-section .elementor-element.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
        margin-bottom: 10px;
    }

    .new-single-post__content .elementor-widget p:last-child {
        margin-bottom: 20px;
    }

    .new-single-post__heading {
        font-size: 32px;
        font-weight: 700!important;
    }

    .new-single-post__side-bar {
        margin-top: 50px;
        padding-top: 50px;
        position: relative;
        border-top: 1px solid #DADFF6;
    }

}
