html[data-cil-localization="zh-CN"] [lang="zh-CN"],
html[data-cil-localization="zh-CN"] [data-cil-localized],
html[data-cil-localization="zh-CN"] .wwj-localization-shell {
  font-family: "hnr", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Noto Sans SC", "Source Han Sans SC", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

.wwj-localization-shell {
  position: absolute;
  top: calc(100% + 18rem);
  left: 0;
  display: grid;
  width: 416rem;
  gap: 6rem;
  color: #111;
  pointer-events: none;
  z-index: 2;
}

.wwj-localization-brand,
.wwj-localization-subtitle,
.wwj-localization-entry {
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.wwj-localization-brand {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.35;
}

.wwj-localization-subtitle {
  font-size: 13rem;
  line-height: 1.55;
  color: #333;
}

.wwj-localization-entry {
  display: flex;
  align-items: center;
  gap: 10rem;
  margin-top: 2rem;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.4;
}

.wwj-localization-entry::after {
  content: "";
  display: block;
  width: 32rem;
  border-top: 1px solid currentColor;
}

#remarks [data-cil-localized="loading.sound-hint"] {
  line-height: 1.55;
  text-align: center;
  white-space: normal;
}

#menuopenbutton [data-cil-localized="menu.trigger"] {
  display: block;
  max-width: 168rem;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
}

#menu [data-cil-localized] {
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

#menu .menulistlinktextdesc[data-cil-localized] {
  line-height: 1.6;
}

#menu .menumessagelinktext {
  min-width: 0;
}

html[data-cil-localization="zh-CN"] [role="button"]:focus-visible,
html[data-cil-localization="zh-CN"] button:focus-visible,
html[data-cil-localization="zh-CN"] a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .wwj-localization-shell {
    top: auto;
    bottom: calc(100% + 14rem);
    width: 210rem;
    gap: 4rem;
  }

  .wwj-localization-brand {
    font-size: 14rem;
  }

  .wwj-localization-subtitle {
    font-size: 11rem;
    line-height: 1.45;
  }

  .wwj-localization-entry {
    gap: 8rem;
    margin-top: 0;
    font-size: 12rem;
  }

  #remarks {
    width: calc(100% - 40rem);
    justify-content: center;
  }

  #menuopenbutton [data-cil-localized="menu.trigger"] {
    max-width: 132rem;
    font-size: 14rem;
  }

  #menu .dialoghead [data-cil-localized="menu.title"] {
    max-width: calc(100% - 56rem);
    font-size: 18rem;
  }

  #menu .menulistlinktextdesc[data-cil-localized] {
    font-size: 11rem;
    line-height: 1.55;
  }
}
