.global-language-switch {
  display: none;
  position: absolute;
  right: 62px;
  top: 12px;
  /* The legacy responsive header creates a 999999 / 99999999 stacking layer. */
  z-index: 100000000;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #1267c4;
  border-radius: 999px;
  color: #1267c4;
  background: #fff;
  box-shadow: 0 4px 18px rgba(20, 70, 120, .14);
  font: 700 14px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-decoration: none;
}

@media (min-width: 1025px) {
  html[lang="en"] body:has(#smv_Main > :is(#smv_con_7_37, #smv_con_4_30)) > .global-language-switch {
    display: inline-flex;
    position: fixed;
    right: 24px;
    top: 20px;
  }
}

@media (max-width: 1024px) {
  .global-language-switch {
    display: inline-flex;
  }

  a[aria-label="View English site"]:not(.global-language-switch),
  a[aria-label="View Chinese site"]:not(.global-language-switch) {
    display: none !important;
  }

  #smv_tem_104_56 {
    display: none !important;
  }
}
