/**
 * Shared blog content typography — TinyMCE editor preview + live blog article body.
 */
.blog-post-content.entry-content,
body.blog-post-content.entry-content {
  font-family: Inter, Arial, sans-serif;
  line-height: 1.8;
  font-size: 1.0625rem;
  color: #2c3540;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-word;
}
body.blog-post-content.entry-content {
  max-width: 860px;
  margin: 16px auto;
  padding: 0 12px 24px;
}
.blog-post-content.entry-content > *:first-child,
body.blog-post-content.entry-content > *:first-child {
  margin-top: 0;
}
.blog-post-content.entry-content p,
body.blog-post-content.entry-content p {
  margin-top: 0 !important;
  margin-bottom: 1.5em !important;
  font-size: 1.0625rem !important;
  line-height: 1.8 !important;
  font-family: inherit !important;
  text-align: justify !important;
  text-justify: inter-word;
  text-align-last: start;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.blog-post-content.entry-content > p:last-child,
body.blog-post-content.entry-content > p:last-child {
  margin-bottom: 0 !important;
}
.blog-post-content.entry-content p + p,
body.blog-post-content.entry-content p + p {
  margin-top: 0 !important;
}
.blog-post-content.entry-content h2 + p,
.blog-post-content.entry-content h3 + p,
.blog-post-content.entry-content h4 + p,
.blog-post-content.entry-content ul + p,
.blog-post-content.entry-content ol + p,
body.blog-post-content.entry-content h2 + p,
body.blog-post-content.entry-content h3 + p,
body.blog-post-content.entry-content h4 + p,
body.blog-post-content.entry-content ul + p,
body.blog-post-content.entry-content ol + p {
  margin-top: 0 !important;
}
.blog-post-content.entry-content h1,
.blog-post-content.entry-content h2,
.blog-post-content.entry-content h3,
.blog-post-content.entry-content h4,
body.blog-post-content.entry-content h1,
body.blog-post-content.entry-content h2,
body.blog-post-content.entry-content h3,
body.blog-post-content.entry-content h4 {
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #161e2d !important;
  text-align: start !important;
  letter-spacing: normal !important;
}
.blog-post-content.entry-content h1,
body.blog-post-content.entry-content h1 {
  font-size: 1.75rem !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.75em !important;
}
.blog-post-content.entry-content h2,
body.blog-post-content.entry-content h2 {
  font-size: 1.45rem !important;
  margin-top: 2.4em !important;
  margin-bottom: 0.85em !important;
}
.blog-post-content.entry-content h3,
body.blog-post-content.entry-content h3 {
  font-size: 1.22rem !important;
  margin-top: 2em !important;
  margin-bottom: 0.7em !important;
}
.blog-post-content.entry-content h4,
body.blog-post-content.entry-content h4 {
  font-size: 1.08rem !important;
  margin-top: 1.65em !important;
  margin-bottom: 0.55em !important;
}
.blog-post-content.entry-content p + h2,
.blog-post-content.entry-content p + h3,
.blog-post-content.entry-content p + h4,
.blog-post-content.entry-content ul + h2,
.blog-post-content.entry-content ul + h3,
.blog-post-content.entry-content ul + h4,
.blog-post-content.entry-content ol + h2,
.blog-post-content.entry-content ol + h3,
.blog-post-content.entry-content ol + h4,
body.blog-post-content.entry-content p + h2,
body.blog-post-content.entry-content p + h3,
body.blog-post-content.entry-content p + h4,
body.blog-post-content.entry-content ul + h2,
body.blog-post-content.entry-content ul + h3,
body.blog-post-content.entry-content ul + h4,
body.blog-post-content.entry-content ol + h2,
body.blog-post-content.entry-content ol + h3,
body.blog-post-content.entry-content ol + h4 {
  margin-top: 2.75em !important;
}
.blog-post-content.entry-content table,
body.blog-post-content.entry-content table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  table-layout: auto;
}
.blog-post-content.entry-content th,
.blog-post-content.entry-content td,
body.blog-post-content.entry-content th,
body.blog-post-content.entry-content td {
  padding: 0.5em 0.75em;
  border: 1px solid #e8ecf2;
  text-align: start;
  vertical-align: top;
}
.blog-post-content.entry-content ul,
.blog-post-content.entry-content ol,
body.blog-post-content.entry-content ul,
body.blog-post-content.entry-content ol {
  margin-bottom: 1.1em;
  padding-left: 0;
  text-align: start;
  list-style: none !important;
}
.blog-post-content.entry-content ul > li,
.blog-post-content.entry-content ol > li,
body.blog-post-content.entry-content ul > li,
body.blog-post-content.entry-content ol > li {
  position: relative;
  margin-bottom: 0.4em;
  text-align: start;
  display: block;
  padding-left: 1.4em;
  list-style: none !important;
}
.blog-post-content.entry-content ul > li::before,
body.blog-post-content.entry-content ul > li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
  color: #1563df;
  font-weight: 700;
  line-height: 1.8;
}
.blog-post-content.entry-content ul ul > li::before,
body.blog-post-content.entry-content ul ul > li::before {
  content: "\25E6";
}
.blog-post-content.entry-content ul ul ul > li::before,
body.blog-post-content.entry-content ul ul ul > li::before {
  content: "\25AA";
}
.blog-post-content.entry-content ol,
body.blog-post-content.entry-content ol {
  counter-reset: blog-ordered-list;
}
.blog-post-content.entry-content ol > li,
body.blog-post-content.entry-content ol > li {
  counter-increment: blog-ordered-list;
  padding-left: 1.75em;
}
.blog-post-content.entry-content ol > li::before,
body.blog-post-content.entry-content ol > li::before {
  content: counter(blog-ordered-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #1563df;
  font-weight: 600;
  line-height: 1.8;
}
.blog-post-content.entry-content li > p,
body.blog-post-content.entry-content li > p {
  margin-top: 0;
  margin-bottom: 0.35em;
}
.blog-post-content.entry-content li > p:last-child,
body.blog-post-content.entry-content li > p:last-child {
  margin-bottom: 0;
}
.blog-post-content.entry-content img,
.blog-post-content.entry-content video,
.blog-post-content.entry-content iframe,
body.blog-post-content.entry-content img,
body.blog-post-content.entry-content video,
body.blog-post-content.entry-content iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.blog-post-content.entry-content img,
body.blog-post-content.entry-content img {
  border-radius: 10px;
}
.blog-post-content.entry-content p > img:only-child,
.blog-post-content.entry-content > img,
.blog-post-content.entry-content > video,
.blog-post-content.entry-content > iframe,
body.blog-post-content.entry-content p > img:only-child,
body.blog-post-content.entry-content > img,
body.blog-post-content.entry-content > video,
body.blog-post-content.entry-content > iframe {
  display: block;
  margin: 1em 0;
}
.blog-post-content.entry-content pre,
.blog-post-content.entry-content code,
body.blog-post-content.entry-content pre,
body.blog-post-content.entry-content code {
  text-align: start;
}
.blog-post-content.entry-content pre,
body.blog-post-content.entry-content pre {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  padding: 1em;
  border-radius: 10px;
  background: #f3f5f8;
  font-size: 0.95em;
}
.blog-post-content.entry-content a,
body.blog-post-content.entry-content a {
  color: #1563df;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-post-content.entry-content blockquote,
body.blog-post-content.entry-content blockquote {
  margin: 1.35em 0;
  padding: 1em 1.15em;
  border-left: 4px solid #1563df;
  background: #f3f7fd;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  text-align: start;
}
.blog-post-content.entry-content blockquote p,
body.blog-post-content.entry-content blockquote p {
  text-align: justify;
  text-justify: inter-word;
  text-align-last: start;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.blog-post-content.entry-content figure,
body.blog-post-content.entry-content figure {
  margin: 1.25em 0;
  max-width: 100%;
  text-align: start;
}
.blog-post-content.entry-content figure img,
body.blog-post-content.entry-content figure img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}
.blog-post-content.entry-content figcaption,
body.blog-post-content.entry-content figcaption {
  font-size: 0.9em;
  color: #5c6670;
  margin-top: 0.5em;
  line-height: 1.45;
  text-align: start;
}
