/* Slim shell for MineSTEM app pages (replaces Avada + 6k-line child style.css on routes). */
html,
body {
    margin: 0;
    padding: 0;
}

.minestem-root,
.minestem-main,
.minestem-page-content {
    width: 100%;
    max-width: 100%;
}

.minestem-app #wpadminbar {
    display: none;
}

/* Legacy Fusion layout hooks some pathtoexcel JS still references — keep harmless stubs */
.fusion-tb-header,
.fusion-header-wrapper,
.fusion-footer,
.fusion-sharing-box {
    display: none !important;
}

#wrapper .fusion-row,
#main > .fusion-row {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}