.elementor-42 .elementor-element.elementor-element-3f08da0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-999eebe *//* ==========================================================
   BLCKSPACE Galaxy Puzzle Privacy Page
   Page ID 42 only
   Paste into: Appearance > Customize > Additional CSS
   ========================================================== */

/* Remove the white WordPress/Genesis background */
body.page-id-42,
body.page-id-42 .site-container,
body.page-id-42 .site-inner,
body.page-id-42 .content-sidebar-wrap,
body.page-id-42 .content,
body.page-id-42 .entry,
body.page-id-42 .entry-content,
body.page-id-42 .site-footer {
  background: #05081a !important;
}

/* Make the Elementor page use the full browser width */
body.page-id-42 .site-inner,
body.page-id-42 .content-sidebar-wrap,
body.page-id-42 .content,
body.page-id-42 .entry,
body.page-id-42 .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Full-width dark BLCKSPACE header */
body.page-id-42 .site-header {
  background:
    radial-gradient(circle at 15% 0%, rgba(109, 68, 233, .36), transparent 28rem),
    linear-gradient(110deg, #05081a, #0b1640 58%, #061426) !important;
  border-bottom: 1px solid rgba(85, 230, 255, .28);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

body.page-id-42 .site-header .wrap {
  width: min(100% - 44px, 1120px);
  padding: 20px 0;
}

/* Replace the generic WordPress site title on this page only */
body.page-id-42 .site-title,
body.page-id-42 .site-title a {
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body.page-id-42 .site-title a::after {
  content: "BLCKSPACE";
  display: block;
  color: #f4fbff;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .14em;
  text-shadow: 0 0 18px rgba(85, 230, 255, .55);
}

body.page-id-42 .site-description {
  color: #55e6ff !important;
  font-size: 10px !important;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.page-id-42 .site-description::before {
  content: "Galaxy Puzzle App";
  font-size: 10px;
}

body.page-id-42 .site-description {
  font-size: 0 !important;
}

/* Remove extra space created by the theme */
body.page-id-42 .site-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Make the page content truly edge-to-edge */
body.page-id-42 .blckspace-privacy {
  min-height: calc(100vh - 100px);
}

/* Hide default footer on this one App Privacy page */
body.page-id-42 .site-footer {
  display: none;
}

/* Mobile polish */
@media (max-width: 700px) {
  body.page-id-42 .site-header .wrap {
    width: calc(100% - 30px);
    padding: 16px 0;
  }

  body.page-id-42 .site-title a::after {
    font-size: 20px;
  }
}/* End custom CSS */