@charset "UTF-8";
.editor-styles-wrapper h2,
.wp-block-post-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  margin: 24px 0 20px;
}
.editor-styles-wrapper h2:first-child,
.wp-block-post-content h2:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .editor-styles-wrapper h2,
  .wp-block-post-content h2 {
    font-size: 20px;
  }
}
.editor-styles-wrapper h3,
.wp-block-post-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #444;
  margin: 20px 0 16px;
}
.editor-styles-wrapper h3:first-child,
.wp-block-post-content h3:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .editor-styles-wrapper h3,
  .wp-block-post-content h3 {
    font-size: 18px;
  }
}
.editor-styles-wrapper p,
.wp-block-post-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0 0 16px;
}
.editor-styles-wrapper p:last-child,
.wp-block-post-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .editor-styles-wrapper p,
  .wp-block-post-content p {
    font-size: 15px;
  }
}
.editor-styles-wrapper ul,
.wp-block-post-content ul {
  margin: 16px 0;
  padding-left: 24px;
  list-style: none;
}
.editor-styles-wrapper ul li,
.wp-block-post-content ul li {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
  color: #333;
  margin: 8px 0;
}
.editor-styles-wrapper ul li::before,
.wp-block-post-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #0a3239;
  font-weight: bold;
}
.editor-styles-wrapper ul li:first-child,
.wp-block-post-content ul li:first-child {
  margin-top: 0;
}
.editor-styles-wrapper ul li:last-child,
.wp-block-post-content ul li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ol,
.wp-block-post-content ol {
  margin: 16px 0;
  padding-left: 24px;
  list-style: none;
  counter-reset: wt-counter;
}
.editor-styles-wrapper ol li,
.wp-block-post-content ol li {
  position: relative;
  padding-left: 32px;
  line-height: 1.7;
  color: #333;
  margin: 8px 0;
  counter-increment: wt-counter;
}
.editor-styles-wrapper ol li::before,
.wp-block-post-content ol li::before {
  content: counter(wt-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: #0a3239;
}
.editor-styles-wrapper ol li:first-child,
.wp-block-post-content ol li:first-child {
  margin-top: 0;
}
.editor-styles-wrapper ol li:last-child,
.wp-block-post-content ol li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper strong,
.wp-block-post-content strong {
  font-weight: 600;
  color: #222;
}
.editor-styles-wrapper em,
.wp-block-post-content em {
  font-style: italic;
  color: #555;
}
.editor-styles-wrapper a,
.wp-block-post-content a {
  color: #1967d2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}
.editor-styles-wrapper a:hover,
.wp-block-post-content a:hover {
  color: #1557b8;
  border-bottom-color: #1557b8;
}
.editor-styles-wrapper a:visited,
.wp-block-post-content a:visited {
  color: #7b2cbf;
}
.editor-styles-wrapper blockquote,
.wp-block-post-content blockquote {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 4px solid #0a3239;
  background-color: #f8f9fa;
  border-radius: 4px;
  font-style: italic;
  color: #555;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .editor-styles-wrapper blockquote,
  .wp-block-post-content blockquote {
    margin: 16px 0;
    padding: 14px 16px;
  }
}
.editor-styles-wrapper blockquote p,
.wp-block-post-content blockquote p {
  margin: 0;
}
.editor-styles-wrapper blockquote p:not(:last-child),
.wp-block-post-content blockquote p:not(:last-child) {
  margin-bottom: 12px;
}
.editor-styles-wrapper table,
.wp-block-post-content table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .editor-styles-wrapper table,
  .wp-block-post-content table {
    margin: 16px 0;
  }
}
.editor-styles-wrapper table thead,
.wp-block-post-content table thead {
  background-color: #f8f9fa;
}
.editor-styles-wrapper table thead th,
.wp-block-post-content table thead th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .editor-styles-wrapper table thead th,
  .wp-block-post-content table thead th {
    padding: 10px 12px;
  }
}
.editor-styles-wrapper table tbody tr,
.wp-block-post-content table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.editor-styles-wrapper table tbody tr:last-child,
.wp-block-post-content table tbody tr:last-child {
  border-bottom: none;
}
.editor-styles-wrapper table tbody tr:hover,
.wp-block-post-content table tbody tr:hover {
  background-color: #f9f9f9;
}
.editor-styles-wrapper table tbody td,
.wp-block-post-content table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  color: #666;
  vertical-align: top;
}
@media (max-width: 767px) {
  .editor-styles-wrapper table tbody td,
  .wp-block-post-content table tbody td {
    padding: 10px 12px;
  }
}
.editor-styles-wrapper img,
.wp-block-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 24px auto;
}
@media (max-width: 767px) {
  .editor-styles-wrapper img,
  .wp-block-post-content img {
    margin: 16px auto;
  }
}

.wt-chapter {
  width: 100%;
  max-width: 1024px;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  margin: 0 auto 30px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 60px;
}
.wt-chapter h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e0e0e0;
}

.wt-chapter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wt-chapter-list li {
  margin: 0;
  padding: 0;
}
.wt-chapter-list li::before {
  content: none;
}
.wt-chapter-list a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  border-bottom: none;
  transition: all 0.2s;
}
.wt-chapter-list a:hover {
  background: #f5f5f5;
  color: #1967d2;
  border-bottom: none;
}
.wt-chapter-list .wt-h2 {
  font-size: 14px;
  font-weight: 600;
}
.wt-chapter-list .wt-h2 > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wt-chapter-list .wt-h3 {
  font-size: 14px;
  padding-left: 24px;
  color: #666;
  font-weight: 400;
}
.wt-chapter-list .wt-h3:hover a {
  color: #1967d2;
}
