/*
 * NTIMA OS v12.0.15 — member-app final-content clearance.
 * Keeps the final notification onboarding card fully scrollable above the
 * fixed member bottom navigation. Administration selectors are excluded.
 */
@media (max-width:900px){
  body.genesis-pwa-member #genesis-push-onboarding:not([hidden]),
  body:has(.wfms-app.wfms-member-v1082) #genesis-push-onboarding:not([hidden]){
    box-sizing:border-box!important;
    margin-right:10px!important;
    margin-left:10px!important;
    margin-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important;
    scroll-margin-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important;
  }

  .wfms-app.wfms-member-v1082 .wfms-main > #genesis-push-onboarding:not([hidden]){
    width:auto!important;
    margin-bottom:16px!important;
    scroll-margin-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important;
  }
}

@media print{
  #genesis-push-onboarding{display:none!important}
}
