/* ════════════════════════════════════════════════
   PASTE THIS IN:
   Thrive Architect → Page Settings → Custom CSS
   (or WP Admin → Appearance → Customize → Additional CSS)
   ════════════════════════════════════════════════ */

/* Force dark background on the LOVE Formula landing page */
body.page-id-YOUR_PAGE_ID,
body.page-id-YOUR_PAGE_ID #content,
body.page-id-YOUR_PAGE_ID .entry-content,
body.page-id-YOUR_PAGE_ID .thrv_wrapper {
  background: #04100e !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove any white gaps Thrive/theme adds */
body.page-id-YOUR_PAGE_ID .tve-landing-page {
  background: #04100e !important;
}

/* ════════════════════════════════════════════════
   REPLACE "YOUR_PAGE_ID" with your actual WP page ID
   Find it in WP Admin → Pages → hover your page → 
   the URL shows ?post=1234 — use that number
   ════════════════════════════════════════════════ */