.ls-top-nav {
  position: sticky;
  top: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 16px rgba(255, 183, 197, 0.25);
}
.ls-top-logo {
  font-weight: 800;
  color: #ec4899;
  text-decoration: none;
  font-size: 1.05rem;
}
.ls-top-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.ls-top-links a {
  color: #4a3728;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.82rem;
}
.ls-top-links a:hover,
.ls-top-links a.active {
  color: #ec4899;
}
