/* ══════════════════════════════════════════════
SECTION 5 — PAGE 746 (Booster Pack)
Every rule prefixed with .page-id-746
══════════════════════════════════════════════ */
/* Dark background */
.page-id-746,
.page-id-746 body,
.page-id-746 #page,
.page-id-746 .site-content {
background: #0b0c1a !important;
}
/* Keep announcement bar */
.page-id-746 #lusAnnounceBarWrap {
display: block !important;
}
/* Strip ALL width constraints from every Elementor layer */
.page-id-746 .elementor-section,
.page-id-746 .elementor-top-section,
.page-id-746 .elementor-container,
.page-id-746 .elementor-column,
.page-id-746 .elementor-col-100,
.page-id-746 .elementor-widget-wrap,
.page-id-746 .elementor-widget,
.page-id-746 .elementor-widget-container {
max-width: 100% !important;
width: 100% !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
/* Remove section top/bottom padding so sections butt up cleanly */
.page-id-746 .elementor-section {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* bp-wrap fills full width — internal padding handled by the HTML itself */
.page-id-746 .bp-wrap {
width: 100% !important;
max-width: 100% !important;
}
/* Hide default WP page title if showing */
.page-id-746 .entry-title,
.page-id-746 h1.entry-title {
display: none !important;
}