/* Auto-fix: keep WebSite X5 layout intact, remove unwanted page background, keep content visible */
html, body { margin:0; padding:0; width:100%; overflow-x:hidden; }

/* Remove outer page background only (optional) */
#imPageExtContainer{
  background-image: none !important;
  background-color: transparent !important;
}

/* DO NOT override the grid/columns of #imPage (WebSite X5 uses it for centering) */
#imPage{
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Ensure header/footer/sticky content blocks can center */
#imHeaderObjects, #imFooterObjects, 

/* Sticky bar blue background should be only as wide as the menu (per template.css widths) */


/* Safety: if X5 anim/JS doesn't run, still show objects */
.animable, .imHidden, [data-anim]{
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
