.nav .navbar .nav-box .logo-container {
  margin-right: 32px !important;
}

.glumoo-ai-entry {
  box-sizing: border-box;
  flex: 0 0 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-right: 28px;
  color: #333;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 80px;
  text-decoration: none;
}

.glumoo-ai-entry:hover,
.glumoo-ai-entry:focus-visible {
  color: #333;
  background: transparent;
  font-weight: 600;
  outline: none;
}

.glumoo-ai-entry:focus-visible {
  box-shadow: inset 0 -3px #00e462;
}

@media (max-width: 1180px) {
  .nav .navbar .nav-box .logo-container {
    margin-right: 16px !important;
  }

  .glumoo-ai-entry {
    flex-basis: 100px;
    margin-right: 12px;
    font-size: 16px;
  }

  .nav .navbar .nav-box .nav-links {
    width: 560px !important;
    gap: 16px !important;
  }

  .nav .navbar .nav-box .isLogin {
    margin-left: 32px !important;
  }
}
