.bbx-pill-badge {
  font-size: 14px;
  font-weight: 500;
  background: #f0f7ff;
  color: var(--bbx-color-link);
  padding: 4px 12px;
  border-radius: var(--bbx-radius-pill);
  border: 1px solid rgba(0, 102, 255, 0.1);
  display: inline-block;
  width: fit-content;
}

.ley-footer-logo {
  width: 230px;
}

.nav-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-right-area {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav-auth-links {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  white-space: nowrap;
}

.nav-auth-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-auth-link:hover {
  color: #ff5f16;
}

.nav-auth-link--register {
  color: #ff5f16;
  font-weight: 500;
}

.nav-auth-link--user {
  color: #333;
  font-weight: 500;
}

.nav-auth-link--user i {
  color: #ff5f16;
  font-size: 16px;
}

.nav-auth-sep {
  color: #ddd;
  margin: 0 2px;
}

.layui-nav.ley-nav-ul {
  flex: 1;
  max-width: calc(100% - 200px);
}

/* 修复子菜单被 overflow 裁剪 */
.ley-nav .ley-inner {
  overflow: visible;
}

@media (max-width: 992px) {
  .layui-nav.ley-nav-ul {
    max-width: calc(100% - 160px);
  }
}
