/* Install UX V1 — calm nav entry styling */

.nav__install-link {
  color: #4ecdc4 !important;
  font-size: 0.9em;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.nav__install-link:hover {
  opacity: 1;
}
