/* ============================================================
   TDB custom front-end overrides
   Loaded after style.css (see functions.php enqueue).
   ============================================================ */

/* Hide BeTheme's built-in single-post meta bar (Categories / Tags / author)
   and the prev/next post navigation — but ONLY on our self-contained custom
   articles. Scoped via :has() so ordinary blog posts keep their own meta. */
body:has(.tdb-t2-art) .post-nav,
body:has(.tdba2-page) .post-nav,
body:has(.tdb-t2-art) .post-header,
body:has(.tdba2-page) .post-header { display: none !important; }
