/* Only the company profile labels; values and other site tables stay unchanged. */
.company-profile-table .company-profile-heading {
  font-weight: 400;
  text-align: start;
}
.company-profile-label {
  display: block;
  max-width: 100%;
  line-height: 1.9;
  white-space: normal;
  text-align: start;
  text-align-last: auto;
}
:is(html[lang="ja"],html[lang="zh-Hans"],html[lang="zh-Hant"]) .company-profile-table .company-profile-heading {
  min-width: calc(5em + 44px);
}
:is(html[lang="ja"],html[lang="zh-Hans"],html[lang="zh-Hant"]) .company-profile-label {
  width: 5em;
  text-align: justify;
  text-align-last: justify;
  /* Native Japanese/CJK justification keeps Latin runs such as Fax intact. */
  text-justify: auto;
  letter-spacing: normal;
}
@media (max-width: 600px) {
  :is(html[lang="ja"],html[lang="zh-Hans"],html[lang="zh-Hant"]) .company-profile-table .company-profile-heading {
    min-width: calc(5em + 28px);
  }
}
