html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) {
  --quickbar-height: 80px;
  position: fixed !important;
  inset: auto 0 0 0 !important;
  z-index: 1100 !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  height: calc(var(--quickbar-height) + env(safe-area-inset-bottom)) !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 6px 12px env(safe-area-inset-bottom) !important;
  overflow: visible !important;
  border: 0 !important;
  border-top: 1px solid #e6e9ee !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: 0 -10px 28px rgb(15 23 42 / 9%) !important;
}

html body:has(.realq-mobile-nav) {
  padding-bottom: calc(80px + env(safe-area-inset-bottom)) !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item,
html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:hover,
html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:focus,
html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:active {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: auto !important;
  min-width: 0 !important;
  height: 70px !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 5px 1px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #8f969e !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transform: none !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item.is-active {
  color: #111318 !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon,
html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-phone {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  color: inherit !important;
  background-color: currentColor !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  -webkit-mask-size: contain !important;
  mask-repeat: no-repeat !important;
  mask-position: center !important;
  mask-size: contain !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:nth-child(1) .sticky-bottom-nav-icon {
  -webkit-mask-image: url("../images/rocket-lunch-quickbar.svg") !important;
  mask-image: url("../images/rocket-lunch-quickbar.svg") !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:nth-child(2) .sticky-bottom-nav-icon {
  -webkit-mask-image: url("../images/search-quickbar.svg") !important;
  mask-image: url("../images/search-quickbar.svg") !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:nth-child(3) .sticky-bottom-nav-icon {
  -webkit-mask-image: url("../images/home-quickbar.svg") !important;
  mask-image: url("../images/home-quickbar.svg") !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:nth-child(4) .sticky-bottom-nav-icon {
  -webkit-mask-image: url("../images/comment-alt-quickbar.svg") !important;
  mask-image: url("../images/comment-alt-quickbar.svg") !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item:nth-child(5) .sticky-bottom-nav-icon {
  -webkit-mask-image: url("../images/user-quickbar.svg") !important;
  mask-image: url("../images/user-quickbar.svg") !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon::before,
html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon::after {
  display: none !important;
  content: none !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon img {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 0 !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-icon svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .sticky-bottom-nav-item > span:not(.sticky-bottom-nav-icon) {
  color: inherit !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .realq-mobile-nav-home {
  overflow: visible !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .realq-mobile-nav-home .sticky-bottom-nav-icon {
  position: static !important;
  z-index: auto !important;
  flex: 0 0 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background-color: currentColor !important;
  box-shadow: none !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .realq-mobile-nav-home .sticky-bottom-nav-icon svg {
  width: 24px !important;
  height: 24px !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .realq-mobile-nav-home .sticky-bottom-nav-icon img {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
}

html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) .realq-mobile-nav-home > span:last-child {
  display: inline !important;
  letter-spacing: 0 !important;
}

@media (min-width: 761px) {
  html body .sticky-bottom-nav.realq-mobile-nav:not(#sticky-nav-reference) {
    left: 50% !important;
    width: min(720px, 100%) !important;
    transform: translateX(-50%) !important;
    border-right: 1px solid #e6e9ee !important;
    border-left: 1px solid #e6e9ee !important;
    border-radius: 18px 18px 0 0 !important;
  }
}
