/*
 * NTIMA OS v13.9.2 — member mobile geolocation clearance.
 *
 * Member-mobile presentation only. The geolocation launcher and its panel are
 * lifted above the existing floating bottom navigation while retaining their
 * existing actions, visibility and desktop/administration positions.
 */
@media (max-width:900px){
  body.genesis-pwa-member .ntima-geo-launcher{
    bottom:calc(94px + env(safe-area-inset-bottom,0px))!important;
  }

  body.genesis-pwa-member .ntima-geo-self-panel{
    bottom:calc(150px + env(safe-area-inset-bottom,0px))!important;
    max-height:calc(100dvh - 174px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;
  }
}

@media (max-width:360px){
  body.genesis-pwa-member .ntima-geo-launcher{
    right:14px!important;
  }
}
