.mbnbnw-bar{
  position:fixed;left:0;right:0;bottom:0;
  display:flex;justify-content:space-around;
  background:#fff;border-top:1px solid rgba(0,0,0,.1);
  padding:.35rem 0 env(safe-area-inset-bottom);
  z-index:9990;font-family:system-ui,Arial,sans-serif
}
.mbnbnw-item{
  flex:1;text-align:center;text-decoration:none;
  color:#333;font-size:.78rem;line-height:1.1;
  padding:.25rem 0 .2rem
}
.mbnbnw-item .mbnbnw-icon{
  display:block;width:24px;height:24px;margin:0 auto .15rem
}
.mbnbnw-item .mbnbnw-icon svg{width:100%;height:100%;fill:currentColor}
.mbnbnw-item[href*="wa.me"] svg{fill:#25D366}
@media(min-width:769px){.mbnbnw-bar{display:none}}
