/* ===== VIDEO WRAP ===== */
#postVideoWrap {
    background: #000;
    width: 100%;
    position: relative;
    margin-top: 60px;
}
#postVideoWrap iframe {
    width: 100%;
    display: block;
    border: 0;
}

/* ===== NAV ARROWS ===== */
#PREV_POST, #NEXT_POST { display: none; }

/* ===== TAGS ===== */
#postTags {
    padding: 16px 20px;
    border-top: 1px solid #1c1c1c;
    text-align: center;
}
#postTags a {
    display: inline-block;
    margin: 4px;
    padding: 7px 16px;
    background: #1a1a1a;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2a2a2a;
    transition: all .2s ease;
}
#postTags a:hover {
    background: #ff3c00;
    border-color: #ff3c00;
    color: #fff;
}

/* ===== RELATED SECTION ===== */
#relatedSection { border-top: 1px solid #1c1c1c; }
#relatedSection h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 20px;
    border-bottom: 2px solid #ff2a2a;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #0d0d0d;
}

/* ===== LIVE STRIP OVERRIDE ===== */
#liveStrip { margin-top: 0 !important; }
#page { padding-top: 0 !important; margin-top: 0 !important; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    #postMetaTitle { font-size: 14px; }
    #postMeta { padding: 10px 12px; gap: 6px; }
    .postMetaBtns .btn-outline-secondary { padding: 4px 10px; font-size: 12px; }
}
/* Desktop: show flex grid, hide mobile cards */
#relatedSection .mobile-related { display: none; }
#relatedSection .desktop-related { display: block; }