/* Hide WordPress footer credit */
.site-info { display: none !important; }
.wp-block-paragraph a[href*="wordpress.org"] { display: none !important; }
.wp-block-paragraph:has(a[href*="wordpress.org"]) { display: none !important; }

/* --- Logo sizing --- */
.peprive-mark--asset {
  gap: 12px !important;
}
.peprive-mark--asset img[src*="label-mark"] {
  height: 46px !important;
  width: auto !important;
}
.peprive-mark--asset img[src*="label-wordmark"] {
  height: 20px !important;
  width: auto !important;
}

/* Force peprive homepage to full width — overrides is-layout-constrained */
.entry-content .peprive-home,
.wp-block-post-content .peprive-home,
.is-layout-constrained > .peprive-home,
.is-layout-constrained > :where(.peprive-home) {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}
/* Hide page title on homepage */
.home .entry-header,
.home .wp-block-post-title,
.home .page-header { display: none !important; }

/* Remove top padding/margin on homepage content */
.home .entry-content,
.home .wp-block-post-content { padding-top: 0 !important; margin-top: 0 !important; }

/* Full width for peprive-home div */
.entry-content .peprive-home,
.wp-block-post-content .peprive-home,
.is-layout-constrained > .peprive-home,
.is-layout-constrained > :where(.peprive-home) {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}

/* Full width for pp-page divs (Quality, FAQ, RUO pages) */
.entry-content .pp-page,
.wp-block-post-content .pp-page,
.is-layout-constrained > .pp-page,
.is-layout-constrained > :where(.pp-page) {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
}

/* Also hide page title on our custom pages */
.page-id-219 .entry-header,
.page-id-220 .entry-header,
.page-id-221 .entry-header { display: none !important; }

/* Fix inner pages: hide title block + separator, dark body */
body.page-id-219,body.page-id-220,body.page-id-221{background:#09090f !important;}
.page-id-219 article > .wp-block-group:first-child,
.page-id-220 article > .wp-block-group:first-child,
.page-id-221 article > .wp-block-group:first-child{display:none !important;}
.page-id-219 .wp-block-spacer,.page-id-220 .wp-block-spacer,.page-id-221 .wp-block-spacer{display:none !important;}
.page-id-219 .wp-block-separator,.page-id-220 .wp-block-separator,.page-id-221 .wp-block-separator{display:none !important;}


/* ===== Dark theme: inner content pages ===== */
body.page-id-210,body.page-id-211,body.page-id-21,body.page-id-12,body.page-id-10,body.page-id-3 {
  background: #09090f !important;
  color: #f2f2ee !important;
}
/* Headings */
.page-id-210 h1,.page-id-210 h2,.page-id-210 h3,.page-id-210 h4,.page-id-210 h5,.page-id-210 h6,
.page-id-211 h1,.page-id-211 h2,.page-id-211 h3,.page-id-211 h4,.page-id-211 h5,.page-id-211 h6,
.page-id-21 h1,.page-id-21 h2,.page-id-21 h3,.page-id-21 h4,.page-id-21 h5,.page-id-21 h6,
.page-id-12 h1,.page-id-12 h2,.page-id-12 h3,.page-id-12 h4,.page-id-12 h5,.page-id-12 h6,
.page-id-10 h1,.page-id-10 h2,.page-id-10 h3,.page-id-10 h4,.page-id-10 h5,.page-id-10 h6,
.page-id-3 h1,.page-id-3 h2,.page-id-3 h3,.page-id-3 h4,.page-id-3 h5,.page-id-3 h6 {
  color: #f2f2ee !important;
}
/* Body text */
.page-id-210 p,.page-id-210 li,.page-id-210 td,.page-id-210 th,.page-id-210 label,
.page-id-211 p,.page-id-211 li,.page-id-211 td,.page-id-211 th,.page-id-211 label,
.page-id-21 p,.page-id-21 li,.page-id-21 td,.page-id-21 th,.page-id-21 label,
.page-id-12 p,.page-id-12 li,.page-id-12 td,.page-id-12 th,.page-id-12 label,
.page-id-10 p,.page-id-10 li,.page-id-10 td,.page-id-10 th,.page-id-10 label,
.page-id-3 p,.page-id-3 li,.page-id-3 td,.page-id-3 th,.page-id-3 label {
  color: rgba(242,242,238,0.85) !important;
}
/* In-content links */
.page-id-210 .entry-content a,
.page-id-211 .entry-content a,
.page-id-21 .entry-content a,
.page-id-12 .entry-content a,
.page-id-10 .entry-content a,
.page-id-3 .entry-content a {
  color: #4a90e2 !important;
}
/* Page title block */
.page-id-210 .wp-block-post-title,.page-id-211 .wp-block-post-title,.page-id-21 .wp-block-post-title,.page-id-12 .wp-block-post-title,.page-id-10 .wp-block-post-title,.page-id-3 .wp-block-post-title {
  color: #f2f2ee !important;
}
/* Single product pages */
.single-product body { background: #09090f !important; color: #f2f2ee !important; }
.single-product h1,.single-product h2,.single-product h3,.single-product h4 { color: #f2f2ee !important; }
.single-product p,.single-product li,.single-product td { color: rgba(242,242,238,0.85) !important; }
.single-product .woocommerce-Price-amount { color: #f2f2ee !important; }