/* 0.5.29 — usa o visualViewport real para manter toda a mesa dentro da tela. */
@media(max-width:760px){
  body.emr-mobile-mix-open #emr-mobile-mix-root:not([hidden]){
    position:fixed!important;inset:auto 0 auto 0!important;
    top:var(--emr-mobile-visible-top,0px)!important;right:0!important;bottom:auto!important;left:0!important;
    width:100vw!important;height:var(--emr-mobile-visible-height,100dvh)!important;min-height:0!important;max-height:none!important;
    margin:0!important;padding:0!important;overflow:hidden!important
  }
  #emr-mobile-mix-root .emr-mobile-console{
    position:absolute!important;inset:3px!important;display:grid!important;
    grid-template-rows:46px 38px 42px minmax(88px,1fr) clamp(220px,40%,320px) 72px!important;
    width:auto!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden!important
  }
  #emr-mobile-mix-root .emr-mobile-source-room{grid-row:4!important;align-self:stretch!important;align-content:center!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important}
  #emr-mobile-mix-root .emr-mobile-channel-stage{grid-row:5!important;align-self:stretch!important;width:100%!important;height:100%!important;min-height:0!important;overflow:hidden!important}
  #emr-mobile-mix-root .emr-mobile-channels{height:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:hidden!important}
  #emr-mobile-mix-root .emr-mobile-channel{height:100%!important;min-height:0!important;max-height:100%!important;overflow:hidden!important}
  #emr-mobile-mix-root .emr-mobile-rack-nav{height:27px!important;min-height:27px!important}
  #emr-mobile-mix-root .emr-mobile-transport{grid-row:6!important;position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;height:72px!important;min-height:0!important;overflow:visible!important}
}

@media(max-width:380px){
  #emr-mobile-mix-root .emr-mobile-console{
    grid-template-rows:44px 36px 40px minmax(84px,1fr) clamp(198px,40%,270px) 68px!important
  }
  #emr-mobile-mix-root .emr-mobile-transport{height:68px!important}
}
