/* Hide all built-in chrome */ .Header, .SiteHeader, header, .sqs-header, .Footer, .SiteFooter, footer { display:none !important; } /* Remove template padding so our page is truly edge-to-edge */ .page-section, .content, .site-wrapper, .sqs-layout, .sqs-block-html, .sqs-editable-container { padding:0 !important; margin:0 !important; } /* Prevent any horizontal scroll from template containers */ html, body { overflow-x:hidden; } /* Extra cleanup if anything remains */ .sqs-announcement-bar, .header-announcement-bar { display:none !important; } .sqs-template .site-wrapper, .sqs-template .content, .sqs-template .main-content, section, .page-section { margin:0 !important; padding:0 !important; }