.site-header .desktop-nav {
  gap: clamp(14px, 1.65vw, 25px);
  margin-right: 0;
}

.site-header .desktop-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #d9dcde;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.site-header .desktop-nav a:hover,
.site-header .desktop-nav a:focus-visible {
  background: transparent;
  color: #00aeef;
}

@media (max-width: 900px) {
  .site-header .desktop-nav.open {
    gap: 4px;
    margin: 0;
  }

  .site-header .desktop-nav.open a {
    width: 100%;
    min-height: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
}
