.cr-content h2:not(.cr-chapter-title) {
  width: auto;
  font-size: inherit;
  text-align: left;
  padding: 0;
  margin: 0;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  color: inherit;
  isolation: auto;
}
.cr-content h2:not(.cr-chapter-title)::before {
  content: none;
}
.cr-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem 3rem;
}
.cr-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #8b4513;
}
.cr-main-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2b140b;
  margin: 0 0 0.3rem;
}
.cr-version {
  color: #777;
  font-size: 0.9rem;
  margin: 0;
}
.cr-section {
  margin-bottom: 3rem;
}
.cr-chapter-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2b140b;
  margin: 0 0 1.5rem;
  padding: 0 0 0.5rem 0;
  width: auto;
  text-align: left;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: currentColor;
  isolation: auto;
  border-bottom: 2px solid #8b4513;
}
.cr-chapter-title::before {
  content: none;
}
.cr-body h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #c8956c;
  color: #2b140b;
}
.cr-body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.5rem 0 0.6rem;
  padding-left: 0.6rem;
  border-left: 3px solid #8b4513;
  color: #2b140b;
}
.cr-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 1.2rem 0 0.5rem;
  padding-left: 0.6rem;
  border-left: 2px solid #c8956c;
  border-bottom: 1px solid #c8956c;
}
.cr-body h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #555;
  margin: 1rem 0 0.4rem;
  padding-left: 0.8rem;
  border-bottom: 1px solid #c8956c;
}
.cr-body h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #666;
  margin: 0.8rem 0 0.3rem;
  padding-left: 1rem;
  border-bottom: 1px solid #e0d0c8;
}
.cr-body p {
  color: #333;
  line-height: 1.8;
  margin: 0.5rem 0;
  text-indent: 1em;
}
.cr-body ul,
.cr-body ol {
  color: #333;
  line-height: 1.8;
  margin: 0.5rem 0;
  padding-left: 0;
  list-style: none;
}
.cr-body li {
  color: #333;
  line-height: 1.8;
  margin: 0.5rem 0;
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style: none;
}
.cr-body li.cr-bulleted {
  list-style: disc inside;
  padding-left: 1.5em;
  text-indent: 0;
}
.cr-table {
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
  color: #333;
}
.cr-table caption {
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.4rem;
  color: #2b140b;
}
.cr-table th,
.cr-table td {
  border: 1px solid #c8956c;
  padding: 0.4rem 0.8rem;
  text-align: left;
  vertical-align: top;
}
.cr-table th {
  background: rgba(139,69,19,0.08);
  font-weight: 700;
  white-space: nowrap;
}
.cr-index {
  margin: 2rem 0;
}
.cr-index-list {
  list-style: none;
  padding-top: 1rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.cr-index-list li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.cr-page-nav {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0 0.5rem;
}
.cr-page-nav a {
  color: #1a6bbf;
  text-decoration: none;
  font-size: 0.9rem;
}
.cr-page-nav a:hover {
  text-decoration: underline;
}
.cr-page-nav-prev {
  margin-right: auto;
}
.cr-page-nav-next {
  margin-left: auto;
}
.cr-page-links {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0d0c8;
  text-align: center;
}
.cr-page-links a {
  color: #1a6bbf;
  text-decoration: none;
  font-size: 0.95rem;
}
.cr-page-links a:hover {
  text-decoration: underline;
}
.cr-back-link {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0d0c8;
  text-align: center;
}
.cr-back-link a {
  color: #1a6bbf;
  text-decoration: none;
  font-size: 0.95rem;
}
.cr-back-link a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .cr-content {
    padding: 0 0.75rem 2rem;
  }
  .cr-main-title {
    font-size: 1.3rem;
  }
  .cr-chapter-title {
    font-size: 1.2rem;
  }
  .cr-body h2 {
    font-size: 1.1rem;
  }
  .cr-body h3 {
    font-size: 1rem;
  }
}
