.single-post-wrap{
    background-color: var(--backgorund-color);
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: 120px;
}
.entry-thumbnail {
    margin: 0 auto;
    max-width: 860px;
}
.entry-thumbnail img{
	width:100%
}

.entry-header,
.entry-content {
    max-width: 560px;
    margin: 0 auto;
}
.entry-meta{
    margin-top: 20px;
    margin-bottom: 80px;
}
.entry-meta .author{
   font-size: 15px;
   line-height: 1.5; 
}
.entry-title {
    font-size: 60px;
    line-height: 0.9;
    letter-spacing: 1px;

}
.entry-header{
    padding-top:80px
}
.entry-header .date{
    padding-bottom: 80px; 
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}
.entry-content{
    margin-top: 95px;
}
.entry-content p{
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 1.5;
     margin-bottom: 40px;
}
.entry-content h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.entry-content h3{
    font-size: 25px;
     margin-bottom: 20px;
}
.entry-content h3{
    font-size: 20px;
     margin-bottom: 20px;
}
.entry-content a{
    text-decoration: none;
    color: var(--ternary-color)
}
.related-posts h2{
    font-size: 25px;
    margin-bottom: 65px;
    padding-top: 20px;
    border-top: 1px solid var(--black);
    line-height: 0.9;
    letter-spacing: 0;
}
.related-post{
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 45px 30px 25px;
    position: relative;
}
.related-post h3{
    font-size: 25px;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 100px;
}
.related-posts-wrap{
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 115px;
    gap:17px
}
.related-post svg{
    stroke: var(--black);
    height: 42px;
}
.related-post .bottom-section{
    align-items: baseline;
    justify-content: space-between;
        position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
}
.text-ellipse-line {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        height: 80px;
}
.related-post .date{
    font-size: 14px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .entry-title{
        font-size:32px ;
    }
    .entry-header, .entry-content{
        max-width: none;
        padding-top: 35px;
    }
    .entry-content{
        margin-top: 65px;
        padding-top: 0;
    }
    .entry-content h2{
        font-size: 28px;
    }
    .entry-thumbnail img{
        width: 100%;
        height: 100%;
    }
    .single-post-wrap{
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-top: 80px;
    }
    .related-posts-wrap{
        grid-template-columns: 1fr;
    }
    .related-posts h2{
        font-size: 16px;
        margin-bottom: 45px;
    }
    .related-post h3{
        font-size: 25px;
    }
    .related-post{
            padding: 35px 25px 25px;
    }
    .entry-header .date{
        padding-bottom: 40px;
        font-size: 12px;
    }
    .entry-meta{
        margin-bottom: 35px;
        margin-top: 10px;
    }
    
}
