/* =========================================================
   PP STYLE LAYERS v1.8.0 — STANDALONE EVIDENCE WEB SURFACE
   Applies only when Page ID 4876 is no longer the static front page.
   Evidence Web owns its own launcher, map, dossier, browse, and mobile UI.
========================================================= */

body.pp-surface-evidence-web :where(
  .ct-page-title,
  .hero-section:has(.page-title),
  .hero-section:has(.entry-title),
  .entry-header:has(.page-title),
  .entry-header:has(.entry-title),
  header.entry-header
) {
  display: none !important;
}

body.pp-surface-evidence-web :where(
  .site-main,
  #main,
  .content-area,
  .entry-content
) {
  width: 100% !important;
  max-width: none !important;
}

body.pp-surface-evidence-web .entry-content > .wp-block-shortcode:first-child,
body.pp-surface-evidence-web .entry-content > .wp-block-html:first-child {
  margin-top: 0 !important;
}

body.pp-surface-evidence-web :where(
  .pp-article-navigator,
  .pp-article-guide,
  #pp-article-navigator,
  #pp-article-guide,
  [data-pp-article-navigator],
  [data-pp-article-guide],
  [class^="ppan-"],
  [class*=" ppan-"],
  [class*="article-navigator"],
  [class*="article-guide"],
  [id*="article-navigator"],
  [id*="article-guide"]
) {
  display: none !important;
}
