/* V7 7H4 integrated Admin polish: retain the normal GPB site shell while giving
   the embedded V7 admin its proven preview width and no embedded sticky owner. */
.gpb-v7-admin-embed{
  width:min(1440px,calc(100vw - 32px))!important;
  max-width:none!important;
  margin:0 auto!important;
  position:relative;
  left:auto;
  background:transparent!important;
}
.gpb-v7-admin-embed>.shell.gpb-admin-layout{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  background:transparent!important;
}
.gpb-v7-admin-embed .admin-shell-nav,
.gpb-v7-admin-embed .topbar{
  position:static!important;
  top:auto!important;
}
@media(max-width:1080px){
  .gpb-v7-admin-embed{width:min(1180px,calc(100vw - 32px))!important}
}
@media(max-width:680px){
  .gpb-v7-admin-embed{width:calc(100vw - 20px)!important}
}