.luna-site-links {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 400;
  white-space: nowrap;
}

.luna-site-links a {
  color: inherit;
  text-decoration: none;
}

.luna-site-links__home {
  font-weight: 700;
}

.luna-site-links__subtle {
  font-weight: 400;
  opacity: 0.85;
}

.luna-site-links a:hover {
  text-decoration: underline;
}

.luna-site-links__sep {
  opacity: 0.55;
}
