/**
 * AIOX Demo Mode — body push-down only.
 *
 * 5.50.161 — The actual banner is now rendered by JS (a real DOM
 * element with inline !important styles, see aiox-demo-runtime.js).
 * This stylesheet exists only to push body content down by 40px so
 * the banner doesn't cover the dashboard's own header.
 *
 * If a late-loading stylesheet overrides this margin, the banner
 * still renders (position:fixed) — content just slides up under it,
 * which is uglier but not broken.
 */

html {
    margin-top: 40px !important;
}
