/* Figma 2643:2929 and 2643:3013, shared across all pages. */
.bottom-nav-trigger,
.bottom-nav-trigger img { width: 200px; height: 48px; }
.bottom-nav-shell::before { bottom: 46px; }
.bottom-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 190px;
  height: 160px;
  padding: 16px 0;
  border: 0;
  box-shadow: none;
  border-radius: 8px;
  background: #fff;
}
/* Paint the continuous outline above every row background. */
.bottom-nav-menu::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  box-shadow: inset 0 0 0 .5px var(--stroke-color);
  pointer-events: none;
}
.bottom-nav-menu .bottom-nav-link {
  position: static;
  flex: 0 0 26px;
  height: 26px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -.24px;
  color: #4e4e4e;
}
.bottom-nav-menu .bottom-nav-link.is-active {
  color: #00694e;
  background: #f2f2f2;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
