@charset "utf-8";
body,
html {
  padding-bottom: 3rem;
}
.question {
  padding: 0.75rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.answer {
  margin-top: 1.5rem;
  padding: 0 1rem 3rem;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  word-break: break-word;
}
.answer h2 {
  font-size: 1.125rem;
  font-weight: 500;
}
.answer h3 {
  font-size: 1rem;
  font-weight: 500;
}
.answer p,
.answer h2,
.answer h3 {
  margin-top: 1.5rem;
}
.answer p:first-of-type,
.answer h2:first-of-type,
.answer h3:first-of-type {
  margin-top: 0;
}
.answer ul,
.answer ol {
  padding-left: 1.5rem;
  list-style-position: outside;
}
.answer ul li::marker,
.answer ol li::marker {
  font-family: Barlow, sans-serif;
  font-weight: 400;
}
.answer ul {
  list-style-type: disc;
}
.answer ul ul {
  list-style-type: circle;
}
.answer ol {
  list-style-type: decimal;
}
.answer ol.alpha-beta {
  list-style-type: lower-alpha;
}
.answer strong {
  font-weight: 500;
}


/*# sourceMappingURL=detail.04799609.css.map*/