* {
  box-sizing: border-box;
}
.data-section {
  margin-bottom: 40px;
}
.data-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.pic {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.data-json {
  overflow: auto;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #ccc;
  font-family: monospace;
  margin: 0;
  width: 100%;
}
body {
  background-color: #fff;
  margin: 0;
  padding: 30px;
  position: relative;
  font-family: Inter;
}
.content-section {
  margin-bottom: 40px;
}
.content-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.content-hint {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 10px;
}
.content-richtext {
  margin-top: 30px;
  position: relative;
  color: #000;
  font-size: 15px;
  line-height: 1.4;
}
.content-richtext > * {
  margin-top: 0.6em;
}
.content-richtext > *:first-child {
  margin-top: 0;
}
.content-richtext hr {
  margin-top: 3em;
  margin-bottom: 3em;
  border: none;
  border-top: 1px solid #999;
}
.content-richtext b {
  font-weight: 600;
}
.content-richtext em {
  font-style: italic;
}
.content-richtext.limitedWidth {
  max-width: 900px;
}
.content-richtext a:not([class]) {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}
.content-richtext a:not([class]):hover {
  text-decoration: underline;
}
.content-richtext p,
.content-richtext ul,
.content-richtext ol,
.content-richtext h1,
.content-richtext h2 {
  max-width: 900px;
}
.content-richtext h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
}
.content-richtext h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.content-richtext h3 {
  font-size: 1.7em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.content-richtext ul {
  list-style-type: disc;
  padding-left: 1em;
}
.content-richtext ul.lsn {
  margin-left: 0;
  padding-inline-start: 0 !important;
  padding-left: 0;
  list-style: none;
}
.content-richtext ol {
  list-style-type: decimal;
  padding-left: 1em;
}
.content-richtext ul ul,
.content-richtext ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 1em;
}
.content-richtext ol ol,
.content-richtext ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 1em;
}
.content-richtext ul li:not(:last-child),
.content-richtext ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.content-richtext pre {
  display: block;
  overflow-x: auto;
  background-color: #ddd;
  padding: 3px 6px;
  margin-left: -3px;
  border-radius: 4px;
  font-family: monospace;
  color: #000;
}
.content-richtext code {
  background-color: #ddd;
  color: #000;
  padding: 1px 6px;
  margin-left: -3px;
  border-radius: 4px;
  font-family: monospace;
}
