.mobile-sticker {position:fixed;bottom:0;left:0;width:100vw;z-index:9999;background:#fff;box-shadow:0 -2px 12px rgba(0,0,0,0.08);display:flex;justify-content:center;align-items:center;padding:0.3rem 0;min-height:44px;}
.sticker-handle {display:none;}
.combined-menu {display:flex;justify-content:space-around;align-items:center;width:100vw;max-width:100vw;}
.menu-btn {display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#222;font-size:14px;font-weight:500;flex:1;transition:color 0.2s;padding:2px 0;min-height:38px;}
.menu-btn.active,.menu-btn:active,.menu-btn:focus {color:#e60023;}
.menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.menu-icon img,
.menu-icon svg {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .menu-icon {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
  .menu-icon img,
  .menu-icon svg {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1024px) {
  .menu-icon {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  .menu-icon img,
  .menu-icon svg {
    width: 30px;
    height: 30px;
  }
}
.menu-btn .menu-icon svg, .menu-btn .menu-icon img {width:20px;height:20px;}
.menu-btn.selected .menu-icon {background:#ffe066;border-radius:16px;padding:6px;box-shadow:0 2px 8px rgba(255,224,102,0.3);}
.menu-btn.selected {color:#e60023;}