/* V16.01.0014 — visual/interaction cleanup after the V16.01.0012/13 shell fixes. */
@media(max-width:900px){
  body.is-authenticated #mb-assistant-launcher{
    right:14px!important;
    top:auto!important;
    bottom:calc(96px + env(safe-area-inset-bottom,0px))!important;
    width:52px!important;
    height:52px!important;
  }
  body.is-authenticated #mb-assistant-panel{
    left:8px!important;
    right:8px!important;
    top:auto!important;
    bottom:calc(158px + env(safe-area-inset-bottom,0px))!important;
    width:auto!important;
    max-height:calc(var(--mb-v29-viewport-height,100dvh) - 180px)!important;
  }
  body.mb-v29-keyboard-open #mb-assistant-launcher,
  body.mb-v29-keyboard-open #mb-assistant-panel{display:none!important;pointer-events:none!important;}
  .app-overlay .app-container,.app-overlay .messages-wrap,.app-overlay .public-profile-wrap{padding-bottom:max(112px,calc(96px + env(safe-area-inset-bottom,0px)))!important;}
  #admin-panel-overlay .btn,.app-overlay .btn{white-space:normal;overflow-wrap:anywhere;line-height:1.2;}
  #admin-panel-overlay .panel{margin-bottom:12px!important;}
}
