/* LIV — front-end matched Post Editor */
body.editor-styles-wrapper.post-type-post {
  background: #fff;
  color: #334155;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-title,
body.editor-styles-wrapper.post-type-post .wp-block-post-content > :where(:not(.alignwide):not(.alignfull)) {
  box-sizing: border-box;
  width: 100%;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-title {
  margin-top: 40px !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
  color: #1e293b;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-content,
body.editor-styles-wrapper.post-type-post .wp-block-post-content p,
body.editor-styles-wrapper.post-type-post .wp-block-post-content li {
  color: #334155;
  font-size: 16px;
  line-height: 1.65;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-content p {
  margin-top: 0;
  margin-bottom: 25.6px;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-content h1,
body.editor-styles-wrapper.post-type-post .wp-block-post-content h2,
body.editor-styles-wrapper.post-type-post .wp-block-post-content h3,
body.editor-styles-wrapper.post-type-post .wp-block-post-content h4,
body.editor-styles-wrapper.post-type-post .wp-block-post-content h5,
body.editor-styles-wrapper.post-type-post .wp-block-post-content h6 {
  color: #1e293b;
  font-weight: 600;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-content h1 { font-size: 40px; line-height: 1.2; }
body.editor-styles-wrapper.post-type-post .wp-block-post-content h2 { font-size: 30px; line-height: 1.3; }
body.editor-styles-wrapper.post-type-post .wp-block-post-content h3 { font-size: 25px; line-height: 1.3; }
body.editor-styles-wrapper.post-type-post .wp-block-post-content h4 { font-size: 20px; line-height: 1.4; }
body.editor-styles-wrapper.post-type-post .wp-block-post-content h5 { font-size: 18px; line-height: 1.4; }
body.editor-styles-wrapper.post-type-post .wp-block-post-content h6 { font-size: 15px; line-height: 1.4; }

body.editor-styles-wrapper.post-type-post .wp-block-post-content a {
  color: #046bd2;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-content img {
  max-width: 100%;
  height: auto;
}

body.editor-styles-wrapper.post-type-post .wp-block-post-content figcaption,
body.editor-styles-wrapper.post-type-post .wp-block-post-content .wp-element-caption {
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}