/* v41 — requested Contact language visibility and Technology active-state fixes only. */
html[lang="zh-Hans"] .contact-details [data-lang-copy="en"][hidden],
html[lang="en"] .contact-details [data-lang-copy="zh"][hidden] {
  display: none !important;
}

html body .site-header .site-nav a[aria-current="page"]::after {
  right: 0 !important;
  background: #d7b774 !important;
}
