.sidebar-section:has(a[href*="/custom/gpt-image-admin"]),
.sidebar-section:has(a[href*="/custom/gpt-image-user"]) {
  display: flex !important;
  flex-direction: column !important;
}

.sidebar-section a[href*="/custom/gpt-image-admin"],
.sidebar-section a[href*="/custom/gpt-image-user"] {
  order: -9999 !important;
}

/* 管理员的“我的账户”分组会同时包含 user 入口，隐藏它以避免重复和标题错位。 */
.sidebar-section:has(.sidebar-section-title) a[href*="/custom/gpt-image-user"] {
  display: none !important;
}
