/* 导航 logo 强制正方形（修复横向拉伸） */
.header-title .logo {
  width: 1.5em !important;
  height: 1.5em !important;
  object-fit: contain !important;
}
