
/* 语言切换器移动端适配 - 确保始终可见 */
.lang-switcher-mobile-wrapper {
  display: flex !important;
  align-items: center;
  margin-left: auto;
  z-index: 100;
}
@media (max-width: 768px) {
  .lang-switcher-mobile-wrapper {
    order: 10;
    margin-left: 8px;
  }
  .lang-switcher {
    padding: 6px 10px !important;
    font-size: 13px !important;
  }
  .lang-name {
    display: none !important;
  }
  .lang-dropdown {
    right: 0 !important;
    left: auto !important;
    min-width: 140px !important;
  }
}
