
/* The My Kitchen hero banner is removed. The streamlined header in #mkxSec now
   carries the introduction, matching My Rhythm, Life Vault, Community and Care
   Circle — all five open on the product rather than a picture.
   The banner held no controls, so nothing is orphaned. The island wrapper is
   collapsed too: hiding the image alone would leave its height behind. */
#page-dashboard #huKitchenReact .hu-mk-hero,
#page-dashboard #huKitchenReact .hu-mk-hero-img{ display:none !important; }
#page-dashboard #huKitchenReact{ min-height:0 !important; }
/* the page took its nav clearance back for that artwork; with no banner the
   streamlined header needs the normal spacing again */
@media (min-width:769px){
  html body #page-dashboard.page.active{ padding-top:var(--nav-h,68px) !important; }
}
