.btmbm-nav{display:none}

@media (max-width:767px){
  body{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}
  .btmbm-nav{
    position:fixed;
    z-index:99999;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    align-items:stretch;
    justify-content:space-around;
    min-height:64px;
    padding:4px 8px env(safe-area-inset-bottom,0px);
    border-top:1px solid rgba(25,92,70,.14);
    background:#fff;
    box-shadow:0 -5px 20px rgba(0,0,0,.08);
    direction:rtl;
  }
  .btmbm-nav a{
    display:flex;
    flex:1 1 25%;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    min-width:0;
    padding:6px 2px;
    color:#195c46!important;
    font-size:11px;
    font-weight:700;
    line-height:1.2;
    text-align:center;
    text-decoration:none!important;
    -webkit-tap-highlight-color:transparent;
  }
  .btmbm-nav .dashicons{
    width:24px;
    height:24px;
    color:#195c46;
    font-size:24px;
    line-height:24px;
  }
  .btmbm-nav a.is-active{background:rgba(25,92,70,.08);border-radius:12px}
}
