/* ==============================================
   GOSOCIAL.ME — WordPress deploy overrides
   Loaded AFTER styles.css on WP pages ONLY.
   Neutralizes Phlox Pro / Elementor global styles injected by wp_head()
   so the page renders EXACTLY like the standalone index.html.
   Not used by the standalone site.
   ============================================== */

/* Elementor sets body.elementor-page-#### { background: var(--e-global-...) }
   at higher specificity than our plain `body`. Force the near-black bg. */
html,
body {
  background: #0c0c0e !important;
  color: #f4f2ea !important;
  margin: 0 !important;
  padding: 0 !important;
}
