.eat-counter {
  display: none;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  padding: 4px 12px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--bg2);
  white-space: nowrap;
  user-select: none;
}

.eat-counter.eat-counter-show,
.eat-counter.nav-ach-count {
  display: flex;
}
