.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.07);
  pointer-events: auto;
  touch-action: manipulation;
  transition: none;
}

.bottom-nav a {
  text-align: center;
  color: #1d5c46;
  font-size: 0.75rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.bottom-nav img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
