/* Generated by scripts/build_topics.py; do not edit the built copy. */
html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body.ro-page,
body.kc-adc-body {
  margin: 0;
  font-family: "KCSourceHan", "Source Han Sans CN", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.ro-page img,
body.kc-adc-body img {
  max-width: 100%;
}

.kc-topic-skip-link {
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #07121f;
  color: #fff;
  transform: translateY(-160%);
}

.kc-topic-skip-link:focus {
  transform: translateY(0);
}
