h1 {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4.2vw, 44px);
  letter-spacing: .3px;
  line-height: 1.15;
  margin: 10px 0 6px;
  padding-bottom: 6px;
  border-bottom: 4px solid currentColor;
  /* subtle, clean emphasis */
  color: #fff;
}
.china_page p{
  color: #fff;
}
.china_page ul {
  color: #fff;
}
.china_page ol {
  color: #fff;
}
.byline {
  color: #fff;
  margin: 0 0 14px 0;
  font-size: 14px
}

main {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;
  line-height: 1.65;
  color: #111
}

h2 {
  margin: 18px 0 8px
}

ul,
ol {
  padding-left: 18px
}

.kws {
  font-size: 13px
}

.kws code {
  display: inline-block;
  margin: 3px 6px 0 0;
  padding: 2px 6px;
  border: 1px solid #e6e6e7;
  border-radius: 6px
}

details {
  border: 1px solid #e6e6e7;
  border-radius: 10px;
  padding: 10px;
  margin: 8px 0
}

details>summary {
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}

.cta a {
  margin-right: 12px
}