.mobile-bottom-nav {
  display: none;
}

.mobile-bottom-nav__item {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  display: grid;
  place-items: center;
  gap: 2px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff0c4;
  font-size: 12px;
  font-weight: 700;
}

.mobile-bottom-nav__item svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.mobile-bottom-nav__item.is-active {
  color: #ffffff;
  background: rgba(255, 229, 138, 0.18);
}
