.custom-top-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.custom-top-menu li {
  list-style: none;
  position: relative;
}
.custom-top-menu .badge-new {
  background: #ff006e;
  color: white;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 4px;
  margin-left: 5px;
}

    
    
