.blog_content_sec p, .blog_content_sec ul li, .blog_content_sec ol li {
    line-height: var(--lh-24);
    font-size: var(--fs-14);
    font-weight: var(--fw-400);
}



.blog_content_sec .single-description ul{
    list-style: disc;
    padding-left: 20px;
}



/* tablecss  */

.blog_content_sec table,.blog_content_sec ul li, .blog_content_sec ol li{
    margin-top: 10px;
}

.blog_content_sec table th, .blog_content_sec table th p{
    font-weight: var(--fw-500);
}

.blog_content_sec table{
    width: 100%;
}

.blog_content_sec table, .blog_content_sec table th, .blog_content_sec table tr, .blog_content_sec table td {
    border: 1px solid #ccc;
    padding: 5px;
    border-collapse: collapse;
}

/* tablecss end */





/* main page background  */

.main_wrap {
    background: #f1f1f1;
}

/* main page background end  */

/* main content padding  */

.blog_content_sec {
    padding: 50px 0 100px;
}

/* main content padding end  */




/* main heading css */
.blog_heading h1 {
    font-size: var(--fs-34);
    color: var(--c-tab-changer);
    font-weight: var(--fw-600);
}
.single-description p {
    text-align: justify;
}

/* main heading css end */

/* content css start  */

/* author and sociel icons css  */

.author_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 15px 0 0;
}

.author_name p {
    color: var(--c-heading-font);
    font-weight: var(--fw-400);
}

.author_name .pub_date {
    margin-top: 20px;
}

.author_name:not(.pub_date p) p{
    display: inline;
}

.author_name .pub_date span,.author_name .author li {
    color: #000;
    font-weight: var(--fw-400);
}

.author_name span {
    font-weight: var(--fw-500);
    color: var(--bg-header);
}

/* author and sociel icons css end */


/* inner content css  */
@media screen and (min-width: 768px){
    .left_content .banner_img:has(img) .publishing_details{
        position: absolute;
        bottom: 0;
        z-index: 1;
        background: rgba(241, 241, 241, 0.8);
        padding: 25px;
        width: 100%;
    }    
}


.left_content:has(.sociel_icons) .sociel_icons{
    margin-top: 50px;
}


.left_content:has(.pub_date) .pub_date{
    margin-top: 0;
}
.inner_content {
    display: grid;
    grid-template-columns: calc(70% - 25px) calc(30% - 25px);
    align-items: flex-start;
    gap: 50px;
    word-wrap: break-word;
}

.left_content h2,.left_content h3,.left_content h4,.left_content h5 {
    margin-top: 25px;
}

.left_content:has(a) a{
    text-decoration: underline;
    color: #000;
    transition: 0.2s;
}

.left_content:has(a) a:hover{
    color: var(--bg-header);
}


.left_content .single-description {
    margin-top: 20px;
}
.left_content .single-description p:not(:first-child) {
    margin-top: 10px;
}


/* author card css  */


.author_card {
    padding: 35px 25px;
    background: var(--c-white);
}

.author_content p a {
    color: #000;
    font-weight: var(--fw-600);
}

.author_heading {
    margin-bottom: 20px;
}

/* .author_img img {
    max-height: 250px;
    object-fit: cover;
} */

.author_heading h2{
    font-size: 22px;
}

.author_content p {
    color: var(--c-tab-changer);
    margin: 20px 0;
}

.read_more a {
    color: var(--c-heading-font);
    text-decoration: underline;
    text-decoration-color: #fcd553;
    text-underline-offset: 5px;
}

/* author card css end */



/* next prev css  */

.nxt_prev_btns {
    grid-column: span 2;
    margin-bottom: 50px;
}

.nxt_prev_btns ul {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}

.nxt_prev_btns ul li a {
    display: inline-block;
    background-color: var(--c-white);
    padding: 8px 15px;
    font-size: var(--fs-12);
    line-height: var(--lh-22);
    color: #000;
    font-weight: var(--fw-400);
    position: relative;
}

.nxt_prev_btns ul li:last-child a::after {
    content: "";
    background: url(../images/default/rea_arrow.svg);
    height: 10px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 15px;
    filter: invert(1);
}

.nxt_prev_btns ul li:first-child a::before {
    content: "";
    background: url(../images/default/rea_arrow.svg);
    height: 10px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 15px;
    filter: invert(1);
    rotate: 180deg;
}


/* next prev css end */

/* inner content css end */



/* related blog section css */


.related_blog_sec {
    padding: 50px 0 0;
}

.section_heading h2 {
    text-align: left;
}

.posts_grid {
    display: flex;
    column-gap: 30px;
    margin-top: 35px;
}

.post_item {
    width: 100%;
    max-width: 25%;
}

.post_info h4 {
    margin: 20px 0 0px;
}

div.post_info ul li ,.post_info p{
    font-weight: var(--fw-500);
}

.post_info h4 a{
    font-size: var(--fs-15);
    line-height: var(--lh-22);
    color: var(--bg-header);
    font-weight: var(--fw-700);
}

.post_info p a, .post_info ul li {
    color: #000;
    font-weight: var(--fw-400);
}

.post_info p{
    font-size: var(--fs-13);
    display: inline;
}


.related_blog_sec .post_img img {
    /* min-height: 210.75px; */
    aspect-ratio: 3/2;
    object-fit: cover;
}

/* related blog section css end  */



/* sociel icons css  */

.sociel_icons ul{
    column-gap: 10px;
}

.sociel_icons ul li img{
    max-width: 15px;
}

/* sociel icons css end */

/* content css start end  */

p.forexcerpt {
    font-size: 15px;
    color: #000;
    font-weight: bold;
}




/* speacial reports page css  */



/* speacial reports page css end */

@media screen and (max-width: 768px) {

    /* table td th css  */

    .blog_content_sec table, .blog_content_sec table th, .blog_content_sec table tr, .blog_content_sec table td{
        display: block;
        width: 100%;
    }

    /* table td th css end */


    /* main heading css  */

    .left_content .banner_img:has(img) .publishing_details{
        margin: 20px 0 30px;
    }

    .blog_heading h1 {
        font-size: var(--fs-25);
    }

    /* main heading css end */


    /* sociel icons css  */

    .author_wrap {
        flex-wrap: wrap;
        gap: 20px;
    }

    .author_name .pub_date {
        margin-top: 0;
    }

    /* sociel icons css end  */


    /* inner content css  */

    .inner_content {
       display: block;
    }

    .nxt_prev_btns {
        grid-column: unset;
        margin-bottom: 0;
    }

    .right_content {
        order: 2;
    }

    .left_content p:not(:first-child) {
        margin-top: 35px;
    }

    .nxt_prev_btns ul {
        column-gap: 25px;
    }

    /* inner content css end  */

    /* related css  */

    .posts_grid {
        flex-wrap: wrap;
        gap: 30px;
    }

    .posts_grid .post_item {
        max-width: 100%;
    }

    /* related css end */
}