/* RMCS v332 — POSITION / SCROLL FIXES
   1) Customer Login gets a dedicated centered row beneath the sales banner.
   2) Admin Session / Current Health / Sign Out returns to normal page flow.
*/

/* ---------- PUBLIC CUSTOMER LOGIN ---------- */
#rmcsCustomerLoginDock332{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  z-index:1002!important;
  width:100%!important;
  min-height:48px!important;
  margin:0!important;
  padding:6px 12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(180deg,#080b0e,#050709)!important;
  border-bottom:1px solid #29353e!important;
  box-shadow:none!important;
}
#rmcsCustomerLoginDock332 #rmcsCustomerHeader248,
#rmcsCustomerHeader248.rmcs-v332-docked{
  position:static!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  margin:0!important;
  z-index:1!important;
  float:none!important;
}
@media(max-width:640px){
  #rmcsCustomerLoginDock332{display:none!important}
}

/* ---------- ADMIN SESSION CONTROLS ---------- */
body #rmcsAdminSession252{
  position:static!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  z-index:auto!important;
  width:max-content!important;
  max-width:calc(100% - 32px)!important;
  margin:18px auto 28px!important;
  transform:none!important;
  float:none!important;
}
@media(max-width:680px){
  body #rmcsAdminSession252{
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:calc(100% - 16px)!important;
    max-width:none!important;
    margin:14px auto 22px!important;
  }
}
