.qst-mobile-menu{position:fixed!important;left:0!important;right:0!important;bottom:var(--qst-mobile-menu-bottom)!important;z-index:2147483000!important;display:flex!important;align-items:center!important;justify-content:space-around!important;gap:1px;min-height:50px;padding:4px max(6px,env(safe-area-inset-left)) calc(4px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-right));background:var(--qst-mobile-menu-bg);border-top:1px solid var(--qst-mobile-menu-border);box-shadow:0 -6px 18px rgba(15,23,42,.10);box-sizing:border-box}
.qst-mobile-menu *,.qst-mobile-menu *:before,.qst-mobile-menu *:after{box-sizing:border-box}
.qst-mobile-menu-item{min-width:0;flex:1 1 0;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--qst-mobile-menu-text);text-decoration:none;line-height:1.05;font-family:inherit;-webkit-tap-highlight-color:transparent;padding:0 2px}
.qst-mobile-menu-item:hover,.qst-mobile-menu-item:focus,.qst-mobile-menu-item:active{color:var(--qst-mobile-menu-active);text-decoration:none;outline:none}
.qst-mobile-menu-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:currentColor;flex:0 0 20px}
.qst-mobile-menu-icon svg{width:20px;height:20px;fill:currentColor;display:block}
.qst-mobile-menu-icon img{width:20px;height:20px;object-fit:contain;display:block}
.qst-mobile-menu-label{display:block;max-width:100%;font-size:10px;font-weight:600;color:currentColor;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}
.qst-mobile-menu-highlight .qst-mobile-menu-icon{width:28px;height:28px;flex-basis:28px;margin-top:-12px;border-radius:999px;background:var(--qst-mobile-menu-active);color:#fff;box-shadow:0 4px 10px rgba(249,115,22,.32)}
.qst-mobile-menu-highlight .qst-mobile-menu-icon svg,.qst-mobile-menu-highlight .qst-mobile-menu-icon img{width:18px;height:18px}
.qst-mobile-menu-highlight .qst-mobile-menu-label{color:var(--qst-mobile-menu-text)}
@media (min-width:1025px){.qst-mobile-menu.qst-mobile-only{display:none!important}}
@media (max-width:1024px){.qst-mobile-menu.qst-mobile-only{display:flex!important}}
@media (max-width:360px){.qst-mobile-menu-label{font-size:9px}.qst-mobile-menu-icon{width:19px;height:19px}.qst-mobile-menu-icon svg,.qst-mobile-menu-icon img{width:19px;height:19px}}

/* UX Builder mobile menu preview */
.qst-mobile-menu-preview-box{
  overflow:hidden;
}
.qst-mobile-menu.qst-mobile-menu-preview{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  z-index:1!important;
  display:flex!important;
  width:100%!important;
  max-width:420px;
  margin:0 auto;
  border-radius:14px;
  overflow:hidden;
}
