@charset "utf-8";
body,
html {
  background-color: var(--bg-color-grayer) !important;
  padding-bottom: 3rem;
}
.sub_title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.faq {
  margin-top: 1.5rem;
  padding: 0 0.75rem;
}
.faq .faq_list {
  margin-top: 0.5rem;
  background-color: var(--bg-color);
  border-radius: 0.5rem;
  padding: 0.25rem 0;
}
.faq .faq_list .block {
  padding: 0 1rem;
}
.faq .faq_list .block .question {
  padding: 0.75rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}
.faq .faq_list .block .question h3 {
  width: 18.1875rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--title-color);
  line-height: 1.5rem;
  word-break: break-word;
}
.faq .faq_list .block .question .arrow {
  min-height: 1rem;
  height: 100%;
  line-height: 100%;
  width: 1rem;
  background: url("https://staticcdn.buzud.com/help/goto.svg") no-repeat center center;
  background-size: 100% auto;
}
.faq .faq_list .block:last-of-type .question {
  border-bottom: none;
}
.faq .faq_list .block.zh-cn .question h3 {
  word-break: break-all;
}
body.dark .faq .faq_list .block .question .arrow {
  background: url("https://staticcdn.buzud.com/help/goto-dark.svg") no-repeat center center;
  background-size: 100% auto;
}


/*# sourceMappingURL=faq_questions.74f9bfea.css.map*/