/* =========================
RELATED POSTS
========================= */

.tn-related-posts{
margin-top:40px;
}

.tn-related-posts h2{
font-size:32px;
margin-bottom:25px;
}

.tn-related-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.tn-related-card{
background:#ffffff;
border:1px solid #e2e8f0;
border-radius:12px;
overflow:hidden;
}

.tn-related-card img{
width:100%;
height:220px;
object-fit:cover;
}

.tn-related-content{
padding:20px;
}

.tn-related-category{
color:#dc2626;
font-size:12px;
font-weight:700;
text-transform:uppercase;
}

.tn-related-title{
margin:12px 0;
font-size:20px;
line-height:1.4;
}

.tn-related-excerpt{
color:#64748b;
font-size:15px;
margin-bottom:15px;
}

.tn-related-meta{
display:flex;
flex-wrap:wrap;
gap:10px;
font-size:13px;
color:#64748b;
}

@media(max-width:992px){


.tn-related-grid{
    grid-template-columns:repeat(2,1fr);
}


}

@media(max-width:768px){


.tn-related-grid{
    grid-template-columns:1fr;
}

}
