<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylelint-disable property-no-vendor-prefix */

/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

.correlation-encyclopedia-issue .correlation-content .content-title {
  width: 100% !important;
}

.correlation-encyclopedia-issue {
  margin-top: 0px !important;
}

.correlation-encyclopedia-issue {
  margin-bottom: 20px;
}

.question-answer-session {
  margin-top: 0 !important;
}

.top-box {
  background: var(--background-primary);
  border-radius: 10px;
  padding: 33px 26px;
  margin-bottom: 20px;
}

.top-box .top-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color-primary);
  line-height: 18px;
  margin-bottom: 20px;
}

.top-box .top-describe {
  color: var(--text-color-primary);
  margin-top: 30px;
}

.top-box .top-content-collect {
  font-size: 16px;
  color: #999999;
  line-height: 16px;
}

.top-box .top-content-collect .content {
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid var(--color-primary);
}

.top-box .top-content-collect span {
  font-weight: bold;
  color: var(--text-color-primary);
  padding-right: 8px;
}

.top-box .top-box-content {
  margin-top: 20px;
  border-top: 1px solid var(--border-color-base);
  /* margin-bottom: -20px; */
}

.recommend-topic-list {
  margin-top: 0;
  padding-top: 1px;
}

.question-answer-session .question-title .big-title .title {
  margin-right: 10px;
  font-weight: normal;
}

.question-answer-session .question-title .big-title .title.checked {
  color: var(--color-primary);
  font-weight: bold;
}

/* çƒ­é—¨å›¾æ&nbsp;‡ */
.hot-icon {
  width: 18px;
  height: 24px;
  margin-top: -3px;
}

/* ä½œè€…å¤´åƒ */
.list-author-photo {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.recommend-wiki-list {
  margin-top: 0;
  padding-top: 1px;
}

/* ä¸­é—´æ&nbsp;‡ç­¾ */
.label-content {
  margin-top: 20px;
  background: none;
  border-radius: 10px;
  min-height: 434px;
  align-content: flex-start;
}

.label-content a {
  width: 101px;
  line-height: 46px;
  padding: 0 4px;
  text-align: center;
  height: 46px;
  background: var(--background-regular);
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin: 0 16px 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.label-content .checked,
.label-content a:hover {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);;
}
</pre></body></html>