/* ----------------MOBILE START----------------- */



/* rich-text__inner_single-post start */




.rich-text__inner_single-post {
    padding: 63px 0 49px;
}





/* rich-text__inner_single-post end */





/* blog-post start */



.blog-post__inner {
    padding: 0 0 74px;
    background-color: #F7F5F2;
}

.blog-post__img {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 45px;
}

.blog-post__content h2{font-weight: 500;margin-bottom: 22px;}
.blog-post__content h3{font-weight: 500;}
.blog-post__content h5{font-size: 22px; font-weight: 500;margin-bottom: 22px;}
.blog-post__content h6{font-size: 20px; font-weight: 500; margin-bottom: 20px;}

.blog-post__content .post-intro-title h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    color: var(--secondry-color);
    margin-bottom: 20px;
}

.blog-post__content p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}


.blog-post__content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.blog-post__content .post-date {
    font-size: 13px;
    line-height: 130%;
    border-top: 1px solid var(--primary-color);
    padding-top: 34px;
    margin-top: 65px;
    font-weight: 400;
}

.blog-post__content .post-date em {
    font-style: normal;
    font-weight: 500;
}

.aligncenter figcaption{ text-align: center;}
.wp-block-image{margin-bottom: 20px;}

.blog-post__share-wrap p {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    color: var(--primary-color);
}

.blog-post__share-wrap {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 30px;
}

.blog-post__content ul li {
    font-size: 16px;
    line-height: 140%;
    list-style-type: disc;
    margin-bottom: 10px;
}

.blog-post__content ol li{
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
}

.blog-post__content ol  li::marker{

}

.blog-post__content ul li:last-child {
    margin-bottom: 0;
}

.blog-post__content ul, .blog-post__content ol {
    margin-bottom: 20px;
        padding-inline-start: 21px;
}

.blog-post__content a {
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
}



/* blog-post end */




/* like start */



.like__inner {
    padding: 70px 0 86px;
    background-color: #F0EEE9;
}

.like__headding h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 130%;
}

.like__headding {
    margin-bottom: 35px;
}


.like__img {
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.like__img img {
        transition: 0.3s;
        aspect-ratio: 41 / 29;
        object-fit: cover;
    }

.like__content h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.like__content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.like__content p {
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-color);
}

.like__item {
    margin-right: 30px;
}

.like__items {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding-left: 20px;
}

.like__items .slick-list {
    padding-right: 45px;
}




/* like end */







/* ----------------MOBILE END----------------- */












/* ----------------DESKTOP START----------------- */



@media (min-width: 1024px) {

    .rich-text h1{font-size: 60px;
        font-weight: 400;
            margin-bottom: 18px;
        text-align: center;
        line-height: 110%;
        text-transform: capitalize;}



    /* rich-text__inner_single-post start */


    .rich-text__inner_single-post .rich-text__content {
        max-width: 752px;
    }

    .rich-text__inner_single-post {
        padding: 171px 0 80px;
    }





    /* rich-text__inner_single-post end */




    /* blog-post start */


    .blog-post__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }

    .blog-post__img {
        margin-bottom: 75px;
        border-radius: 30px;
    }

    .blog-post__content h3 {
        margin-bottom: 22px;
    }

    .blog-post__content h4 {
        margin-bottom: 22px;
    }

    .blog-post__content .post-date {
        margin-top: 45px;
    }

    .blog-post__inner {
        padding: 0 0 85px;
    }

    .blog-post__share-wrap {
        gap: 0 8px;
        margin-top: 0;
        position: sticky;
        top: 83px;
        height: fit-content;
    }

    .blog-post__content-wrap {
        display: flex;
        flex-direction: row-reverse;
        gap: 0 119px;
        justify-content: flex-end;
        margin-left: 110px;
    }

    .blog-post__content {
        max-width: 628px;
        width: 100%;
    }



    /* blog-post end */



    /* like start */


    .like__inner {
        padding: 60px 0 75px;
    }

    .like__headding h3 {
        font-size: 45px;
        text-align: center;
    }

    .like__headding {
        margin-bottom: 58px;
    }

    .like__item {
        margin-right: 0;
        flex: 1 0 25%;
        max-width: calc(100% / 3 - 17.33px);
        opacity: 0;
        transform: translateY(150px);
        transition: 0.3s;
    }

    .like__item.insight {
        transform: translateY(0);
        opacity: 1;
    }

    .like__items {
        width: 100%;
        margin: 0;
        padding-left: 0;
        display: flex;
        gap: 26px;
        flex-wrap: wrap;
    }

    .like__content {
        padding-right: 30px;
    }

    .like__img:hover img {
        scale: 1.1;
    }

    .like__img img {
        transition: 0.3s;
    }




    /* like end */






}









/* ----------------DESKTOP END----------------- */