/* Soften legacy page chrome when shared redesign CSS is loaded.
   Only hide legacy chrome when #site-chrome is present (avoids blanking admin/seller without shared header). */
body:has(#site-chrome) > header.topbar,
body:has(#site-chrome) > .topbar,
body:has(#site-chrome) > header:not(.site-header),
body:has(#site-chrome) .bottom-nav,
body:has(#site-chrome) #mobile-bottom-nav,
body:has(#site-chrome) .mobile-bottom-nav {
  display: none !important;
}
body:has(#site-chrome) {
  padding-bottom: 0 !important;
}
