/* The complete legacy catalog can run inside the current account workspace.
 * Only duplicate navigation is removed; search, filters, configurators and
 * checkout keep using the same production code as the public catalog. */
html.embedded-catalog,
body.embedded-catalog{min-height:100%;background:#06110b}
body.embedded-catalog .landing,
body.embedded-catalog .sidebar,
body.embedded-catalog .topbar{display:none!important}
body.embedded-catalog.show-demo .app-shell{display:block!important;min-height:100%;background:#06110b!important}
body.embedded-catalog .workspace{width:100%;min-width:0}
body.embedded-catalog .dashboard-main.catalog-v2{width:100%;max-width:none;margin:0;padding:0 0 18px}
body.embedded-catalog .dashboard-main.catalog-v2>.catalog-hero,
body.embedded-catalog .dashboard-main.catalog-v2>#catalog-brief{display:none!important}
body.embedded-catalog .catalog-workbench{margin:0;border-radius:17px;box-shadow:none}
body.embedded-catalog .catalog-workbench:before{background:linear-gradient(90deg,transparent,#75dfa080,transparent)}
body.embedded-catalog .product-configurator,
body.embedded-catalog .service-configurator{margin:0}
body.embedded-catalog .config-topline{padding-top:6px}
body.embedded-catalog dialog::backdrop{background:#020905e8}

@media(max-width:620px){
  body.embedded-catalog .dashboard-main.catalog-v2{width:100%;padding-bottom:10px}
  body.embedded-catalog .catalog-workbench{border-radius:13px}
}
