.ptc-posts-page {
    background: #f5f5f7;
}

/* --- Main post cards --- */
.ptc-card {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
}

.ptc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.ptc-card-img {
    height: 200px;
    object-fit: cover;
}

.ptc-title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .5rem;
    max-height: 2.9em;
    overflow: hidden;
}

.ptc-subtitle {
    font-size: .9rem;
    color: #555;
    max-height: 4em;
    overflow: hidden;
    margin-bottom: 0;
}

.ptc-tag {
    display: inline-block;
    font-size: .75rem;
    padding: 2px 10px;
    border-radius: 999px;
    background: rgba(249, 36, 122, .1);
    color: #f9247a;
    text-decoration: none;
}

/* --- Sidebar --- */
.ptc-sidebar-card .card-header {
    background: #f9247a;
    color: #fff;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
}

.ptc-sidebar-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eee;
}

.ptc-sidebar-link {
    color: #212529;
    font-size: .9rem;
}

.ptc-sidebar-link:hover {
    color: #f9247a;
}

.ptc-sidebar-title {
    max-height: 2.4em;
    overflow: hidden;
    line-height: 1.2;
    display: inline-block;
}

.ptc-sidebar-thumb {
    height: 50px;
    width: 100%;
    object-fit: cover;
}
