/*
 * Legacy production stylesheet kept for cache-safe deployments.
 * The current interface is deliberately single-language at every viewport.
 */
.i18n-en,
.i18n-zh,
.i18n-other { display: contents; }

[data-lang="en"] .i18n-zh,
[data-lang="en"] .i18n-other,
[data-lang="zh"] .i18n-en,
[data-lang="zh"] .i18n-other { display: none !important; }

.i18n-en,
.i18n-zh {
  margin: 0 !important;
  opacity: 1 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
