
/* The 553px Care Circle hero banner is removed — the streamlined overview above
   the page now carries the introduction, matching My Rhythm, Life Vault, My
   Kitchen and Community.
   ONLY THE IMAGE GOES: `.cc-top` also holds the "← Back" control, which is the
   only back control on the page, so the container stays and keeps its button. */
#page-care-circle .cc-top > img{ display:none !important; }
#page-care-circle .cc-top{
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
/* `.cc-back` is absolutely positioned — it was placed over the banner artwork.
   With the banner gone its container is 0px tall, so the button floated on top of
   the overview below. Put it back into normal flow instead. */
#page-care-circle .cc-top > .cc-back{
  position:static !important;
  margin:14px clamp(16px,4vw,28px) 0 !important;
  inset:auto !important;
}
#page-care-circle .cc-top{
  display:block !important;
  max-width:1180px; margin:0 auto !important;
}
