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

.tpc-related-posts{

    margin:90px 0 40px;

}

.tpc-related-header{

    text-align:center;

    margin-bottom:45px;

}

.tpc-related-header h2{

    margin-bottom:12px;

}

.tpc-related-header p{

    color:#64748B;

}

.tpc-related-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.tpc-related-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(15,23,42,.05);

    transition:.3s;

}

.tpc-related-card:hover{

    transform:translateY(-8px);

}

.tpc-related-image img{

    width:100%;

    height:220px;

    object-fit:cover;

    display:block;

}

.tpc-related-content{

    padding:24px;

}

.tpc-related-category{

    display:inline-block;

    margin-bottom:12px;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    color:#16A34A;

}

.tpc-related-content h3{

    margin-bottom:18px;

    font-size:24px;

    line-height:1.35;

}

.tpc-related-content h3 a{

    color:#0F172A;

    text-decoration:none;

}

.tpc-related-link{

    font-weight:700;

    color:#16A34A;

    text-decoration:none;

}

@media (max-width:768px){

    .tpc-related-posts{

        margin:70px 0 30px;

        padding:0 20px;

    }

    .tpc-related-header{

        margin-bottom:35px;

    }

    .tpc-related-header h2{

        margin-bottom:10px;

    }

    .tpc-related-header p{

        max-width:320px;

        margin:0 auto;

        line-height:1.7;

    }

    .tpc-related-grid{

        grid-template-columns:1fr;

        gap:20px;

    }

    .tpc-related-card{

        border-radius:20px;

    }

    .tpc-related-content{

        padding:28px;

    }

    .tpc-related-content h3{

        font-size:30px;

        line-height:1.25;

        margin-bottom:20px;

    }

}