/* Keep Malay bottom navigation identical to the Malay home navigation. */
html[lang="ms"] .bottom-navigation,
html[lang="ms"] .bottom-navigation__item {
  font-family: "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

html[lang="ms"] .bottom-navigation__item {
  padding-right: 2px !important;
  padding-left: 2px !important;
  font-size: 9.5px !important;
  font-weight: 400 !important;
  line-height: 12.5px !important;
  text-align: center;
}

html[lang="ms"] .bottom-navigation__item.active {
  font-weight: 600 !important;
}

html[lang="ms"] .bottom-navigation__item > span:last-child {
  max-width: 100% !important;
  min-height: 0 !important;
  margin-top: 3px !important;
  padding-right: 2px !important;
  padding-left: 2px !important;
  white-space: normal;
  overflow-wrap: anywhere;
}

html[lang="ms"] .bottom-navigation__item.exchange > span:last-child {
  top: 39px !important;
  width: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: 9.5px !important;
  font-weight: 650 !important;
  line-height: 11.5px !important;
}
