.single_post_wrapper .entry-title{
    color: var(--color-black);
    font-size: 50px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 72px;
}
.single_post_wrapper .author-head{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: flex-end;
    margin-bottom: 40px;
}
.single_post_wrapper .author-head .left{
    display: flex;
    align-items: center;
    column-gap: 26px;
}
.single_post_wrapper .author-head .right{
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.single_post_wrapper .author-head .left img{
    min-width: 60px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
.single_post_wrapper .author-head .left .author{
    font-family: var(--font-campton);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-black);
    margin-bottom: 8px;
}
.single_post_wrapper .author-head .left .post-detail{
    color: var(--color-black);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
}
.single_post_wrapper .thumbnail-image{
    margin: auto;  
    margin-bottom: 20px; 
    border-radius: 6px;
}
.about-author-part{
    padding: 48px 0;
}
.about-author-part .inner-wrapper{
    background-color: var(--color-light-gray);
    border-left: 6px solid var(--color-oja-yellow);
    padding: 30px 40px;
    border-radius: 5px;
}
.about-author-part .heading{
    font-weight: 500;
    color: var(--color-light-black);
    margin-bottom: 40px;
}
.about-author-part .about-part{
    display: flex;
    column-gap: 26px;
}
.about-author-part .about-part .avatar{
    min-width: 60px;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
.about-author-part .about-part .author{
    font-family: var(--font-campton);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-black);
    margin-bottom: 8px;
}
.about-author-part .about-part .author:last-child{
    margin-bottom: 0;
}
.about-author-part .about-part .post-detail{
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-black);
}
.about-author-part .bottom-part{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 30px;
    padding-top: 24px;
}
.releted-articles{
    padding: 48px 0;
}
.releted-archives .main-heading,
.releted-articles .main-heading{
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: var(--color-black);
    margin-bottom: 48px;
}
.releted-articles .article-item{
    margin-bottom: 32px;
}
.releted-articles .article-item:last-child{
    margin-bottom: 0;
}
.releted-articles .article-item .article-inner{
    display: grid;
    grid-template-columns: 330px 1fr;
    background-color: var(--color-background-white);
    border-radius: 5px;
    overflow: hidden;
}
.releted-articles .article-item .left-part img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.releted-articles .article-item .right-part{
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 32px;
}
.releted-articles .article-item .post-date{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: var(--color-black);
}
.releted-articles .article-item .short_desc,
.releted-articles .article-item .short_desc p{
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-black);
}
.releted-articles .article-item .title{
    font-family: var(--font-campton);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-black);
    margin-bottom: 8px;
}
.releted-articles .article-item .title:last-child{
    margin-bottom: 0;
}
.releted-archives{
    padding: 48px 0 141px;
}
.releted-archives .top-part{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 20px;
    margin-bottom: 48px;
}
.releted-archives .subtitle{
    font-weight: 500;
    color: var(--color-black);
    max-width: 511px;
}
.releted-archives .archive-item{
    background:var(--color-background-white);
    border-radius: 5px;
    overflow: hidden;
}
.releted-archives .archives{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 20px;
    row-gap: 40px;
}
.releted-archives .archive-item img{
    width: 100%;
    aspect-ratio: 464 / 400;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease;
}
.releted-archives .archive-item .img-wrapper{
    overflow: hidden;
}
.releted-archives .archive-item:hover img {
    transform: scale(1.1);
}
.releted-archives .archive-item .content-wrapper{
    padding: 24px 33px 30px;
}
.releted-archives .archive-item .category{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: var(--color-black);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.releted-archives .archive-item .category svg{
    width: 20px;
}
.releted-archives .archive-item .inner-top-part{
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 20px;
}
.releted-archives .archive-item .year{
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: var(--color-black);
}
.releted-archives .archive-item .title{
    font-family: var(--font-campton);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: var(--color-black);
    margin-bottom: 8px;
}
.releted-archives .archive-item .desc{
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-black);
    text-overflow: ellipsis;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}
.releted-archives .archive-item .desc:last-child{
    margin-bottom: 0;
}
.releted-archives .mobile-btn{
    display: none;
}

@media only screen and (max-width:992px){
    .single_post_wrapper .entry-title{
        font-size: 29px;
        line-height: normal;
        margin-bottom: 24px;
    }
}
@media only screen and (max-width:768px){
    .single_post_wrapper .author-head{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
        margin-bottom: 32px;
    }
    .single_post_wrapper .author-head .left{
        column-gap: 16px;
    }
    .about-author-part .about-part .avatar,
    .single_post_wrapper .author-head .left img{
        min-width: 40px;
        width: 40px;
        height: 40px;
    }
    .single_post_wrapper .author-head .left .author{
        font-size: 19px;
        line-height: normal;
        margin-bottom: 0;
    }
    .single_post_wrapper .author-head .left .post-detail{
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.15px;
    }
    .single_post_wrapper .author-head .right{
        padding-left: 56px;
    }
    .releted-articles,
    .about-author-part{
        padding: 32px 0;
    }
    .releted-archives{
        padding: 32px 0 40px;
    }
    .releted-articles .article-item .article-inner{
        grid-template-columns:250px 1fr;
    }
}
@media only screen and (max-width:500px){
    .single_post_wrapper .thumbnail-image{
        margin-bottom: 32px;
    }
    .about-author-part .inner-wrapper{
        padding: 24px;
    }
    .about-author-part .heading{
        margin-bottom: 24px;
    }
    .about-author-part .heading:last-child{
        margin-bottom: 0;
    }
    .about-author-part .about-part{
        column-gap: 16px;
    }
    .about-author-part .about-part .author{
        font-size: 19px;
        line-height: normal;
    }
    .about-author-part .about-part .post-detail{
        font-size: 15px;
        line-height: 23px;
    }
    .about-author-part .bottom-part{
        justify-content: flex-start;
        column-gap: 24px;
    }
    .releted-archives .main-heading,
    .releted-articles .main-heading{
        font-size: 29px;
        line-height: normal;
        margin-bottom: 24px;
    }
    .releted-archives .main-heading:last-child,
    .releted-articles .main-heading:last-child{
        margin-bottom: 0;
    }
    .releted-articles .article-item .article-inner{
        display: flex;
        flex-direction: column-reverse;
    }
    .releted-articles .article-item .right-part{
        padding: 28px 24px;
        row-gap: 20px;
    }
    .releted-articles .article-item .post-date{
        font-size: 12px;
        line-height: normal;
    }
    .releted-archives .archive-item .title,
    .releted-articles .article-item .title{
        font-size: 19px;
        line-height: normal;
    }
    .releted-archives .archive-item .desc,
    .releted-archives .archive-item .desc p,
    .releted-articles .article-item .short_desc,
    .releted-articles .article-item .short_desc p{
        font-size: 15px;
        line-height: 23px;     
    }
    .releted-archives .top-part{
        display: block;
        margin-bottom: 24px;
    }
    .releted-archives .top-part .btn{
        display: none;
    }
    .releted-archives .archives{
        grid-template-columns: 1fr;
    }
    .releted-archives .archive-item .content-wrapper{
        padding: 24px 20px;
    }
    .releted-archives .archive-item .desc,
    .releted-archives .archive-item .inner-top-part{
        margin-bottom: 20px;
    }
    .releted-archives .archive-item .desc:last-child{
        margin-bottom: 0;
    }
    .releted-archives .mobile-btn{
        display: block;
        width: fit-content;
        margin: auto;
        margin-top: 24px;
    }
}