.single_news_page_wrapper {
    padding: 100px 0;
    background-color: var(--color_light_yellow2);
}

.single_news_data_wrap {
    display: flex;
    flex-wrap: wrap;
}

.single_news_data_wrap .single_new_details_col {
    width: 50%;
    padding-right: 30px;
}

.single_news_data_wrap .single_new_image_col {
    width: 50%;
}

.single-news .heading_sec {
    margin: 0 0 50px;
}

.single-news .tag_name_text {
    color: var(--color_blue);
}

.single-news .post_title {
    color: var(--color_blue);
}

.single-news .listen_link_sec {
    margin-top: 25px;
    text-align: center;
}

.single_news_page_wrapper .news_post_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.single-news .entry-content p {
    color: var(--color_black_text);
    /* line-height: 32px; */
}

.single-news .entry-content h2, .single-news .entry-content h4 {
    font-size: 30px;
}

.single-news .entry-content h1 b,
.single-news .entry-content h2 b,
.single-news .entry-content h3 b,
.single-news .entry-content h4 b,
.single-news .entry-content h5 b,
.single-news .entry-content h6 b,
.single-news .entry-content h1 strong,
.single-news .entry-content h2 strong,
.single-news .entry-content h3 strong,
.single-news .entry-content h4 strong,
.single-news .entry-content h5 strong,
.single-news .entry-content h6 strong {
    font-family: inherit;
}

.single-news .featured-image {
    padding-left: 30px;
}

.single-news .featured-image img {
    width: 100%;
    height: 100%;
}

.single-news .type-news {
    margin-top: 0;
}

.single_news_page_wrapper .single_news_left {
    display: flex;
}

.single_news_page_wrapper .single_news_share_sec {
    width: 60px;
}

.single_news_share_sec .share_sec__inner {
    max-width: 18px;
    text-align: center;
    margin-left: 0;
}

.single_news_share_sec .share_insta a {
    background-image: url('/wp-content/themes/vedic/assets/images/sm-icon-instagram-dark.png');
    width: 15px;
    height: 16px;
    display: inline-block;
    background-size: cover;
}

.single_news_share_sec .share_facebook a {
    background-image: url('/wp-content/themes/vedic/assets/images/sm-icon-facebook-dark.png');
    width: 8.5px;
    height: 19px;
    display: inline-block;
    background-size: cover;
}

.single_news_share_sec .share_twitter a {
    background-image: url('/wp-content/themes/vedic/assets/images/twitterx-dark.png');
    width: 19.5px;
    height: 17px;
    display: inline-block;
    background-size: cover;
}

.single_news_data_sec {
    width: calc(100% - 60px);
}

.single_news_video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /* padding-top: 25px; */
    height: 0;
}

.single_news_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.single-news .news_heading_filter_section .heading_text {
    max-width: 100%;
}

.single-news .heading_sec {
    margin: 0 0 50px;
}

.single-news .for_desk {
    display: block;
}

.single-news .for_mob {
    display: none;
}

.single_news_data_sec .entry-content hr {
    color: transparent;
    background: transparent;
}

@media (max-width: 1199px) {
    .single_news_page_wrapper {
        padding: 80px 0;
    }
}



@media (max-width: 991px) {

    .single_news_page_wrapper__inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .single_news_data_wrap .single_new_details_col {
        width: 100%;
        padding-right: 0;
    }

    .single_news_data_wrap .single_new_image_col {
        width: 100%;
    }

    .single_news_data_wrap .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: 100%;
        width: 100%;
    }

    .single-news .featured-image {
        padding-left: 0;
        margin-top: 30px;
    }

    .single-news .for_desk {
        display: none;
    }

    .single-news .single_new_details_col {
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .single-news .single_new_image_col {
        display: flex;
        flex-direction: column;
        order: 1;
    }

    .single-news .type-news {
        display: flex;
        flex-direction: column;
    }

    .single-news .featured-image {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .single_news_left {
        flex-wrap: wrap;
    }

    .single_news_data_sec {
        width: 100%;
    }

    .single_news_share_sec {
        width: 100%;
    }

    .single_news_share_sec .share_sec__inner {
        display: flex;
        column-gap: 15px;
    }

    .single-news .heading_sec {
        margin: 0 0 20px;
    }

    .single_news_share_sec {
        margin-bottom: 40px;
    }

    .single-news iframe {
        margin-bottom: 10px;
    }

    .single-news .for_mob {
        display: block;
    }
}

@media (max-width: 767px) {
    .single_news_page_wrapper {
        padding: 60px 0;
    }

    .single-news .featured-image {
        text-align: center;
    }

    .single-news .entry-content h2, .single-news .entry-content h4 {
        font-size: 24px;
    }

}