/* 易乐SUP 品牌：侧栏显示「易乐SUP」文字 + 小图标 */
.sidebar-logo-container {
  padding: 10px 12px !important;
  line-height: 1 !important;
}

.sidebar-logo-container .sidebar-logo-link {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  gap: 10px;
}

/* 侧栏用小图标，文字用 .sidebar-title 显示「易乐SUP」 */
.sidebar-logo-container .sidebar-logo,
.yile-brand-logo {
  display: block !important;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  object-fit: cover !important;
  object-position: left center !important;
  border-radius: 4px !important;
  flex-shrink: 0;
}

.sidebar-logo-container .sidebar-title {
  display: block !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 避免 InitConfig 返回「易售」时刷新闪一下 */
  font-size: 0 !important;
  position: relative;
}

.sidebar-logo-container .sidebar-title::before {
  content: "易乐SUP";
  font-size: 16px !important;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
}

.sidebar-logo-container.collapse .sidebar-title {
  display: none !important;
}

.sidebar-logo-container.collapse .sidebar-logo {
  width: 32px !important;
  height: 32px !important;
  margin: 0 auto;
}

.login .logo img,
.login-logo img,
.loginBox .logo img,
.logoBox img,
.yile-login-logo {
  width: auto !important;
  max-width: 320px !important;
  height: auto !important;
  max-height: 80px !important;
  object-fit: contain !important;
}
