/* Hide duplicate navigation when page is embedded in dashboard iframe */
html.admin-embed-mode #sidebar-overlay,
html.admin-embed-mode #sidebar-backdrop,
html.admin-embed-mode #main-sidebar,
html.admin-embed-mode #labels-sidebar,
html.admin-embed-mode #open-sidebar-btn,
html.admin-embed-mode #sidebar-open-btn,
html.admin-embed-mode #close-sidebar-btn,
html.admin-embed-mode .sidebar,
html.admin-embed-mode .admin-embed-hide-when-embedded {
    display: none !important;
}

html.admin-embed-mode #inv-main-shell,
html.admin-embed-mode #pur-main-shell,
html.admin-embed-mode #pur-list-shell,
html.admin-embed-mode #pos-main-shell {
    padding-left: 0 !important;
}

/* labels.html: sidebar is lg:static — reset layout in embed */
html.admin-embed-mode body.labels-page-layout {
    display: block !important;
}

html.admin-embed-mode .labels-main-with-sidebar {
    margin-left: 0 !important;
    width: 100% !important;
}

/* courier.html: full-width app content when sidebar hidden */
html.admin-embed-mode .app-content {
    width: 100% !important;
    max-width: 100% !important;
}
