/* Mobile bottom navigation fix */
@media(max-width:650px){
  .nav{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:calc(env(safe-area-inset-bottom, 0px) + 18px)!important;
    width:auto!important;
    height:68px!important;
    z-index:100!important;
    padding:6px 6px!important;
    background:#fff!important;
    border-top:1px solid #dce7f1!important;
    box-shadow:0 -6px 18px rgba(16,42,82,.12)!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
  }
  .nav-btn{
    position:relative!important;
    z-index:101!important;
    min-height:54px!important;
    min-width:max-content!important;
    margin:0!important;
    padding:10px 14px!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent;
  }
  .content{padding-bottom:105px!important}
}
