/* QQG.NET v22: preserve MagicCube's real session state in the storefront header.
   Vue v-show writes an inline display:none on the inactive account control.
   Older v15 styling used display!important, which forced both controls visible. */
body.dy8-store-page .el-header .header-right-item[style*="display: none"] {
  display: none !important;
}
