
/* =========================================================
   Wittermag Editor Sync
   v1.0.97
   Real frontend parity
   ========================================================= */

/* Backend canvas */
.editor-styles-wrapper{
  background: var(--bg-main, #232323) !important;
  color: var(--text-main, #f3f3f3) !important;
}

/* centered content width like frontend */
.editor-styles-wrapper .is-root-container{
  max-width: 820px;
  margin-inline: auto;
  padding: 40px 28px 120px;
}

/* REAL frontend typography */
.editor-styles-wrapper .block-editor-block-list__layout,
.editor-styles-wrapper p,
.editor-styles-wrapper li{
  font-family: inherit !important;
  color: var(--text-main, #f3f3f3) !important;
  line-height: 1.8 !important;
  font-size: 1rem !important;
}

/* strong */
.editor-styles-wrapper strong{
  color: var(--text-main, #ffffff) !important;
  font-weight: 700 !important;
}

/* bullets */
.editor-styles-wrapper li::marker{
  color: var(--accent-color, #47f5d3) !important;
}

/* frontend-like H1 */
.editor-post-title__input,
.editor-styles-wrapper h1{
  font-family: "Oswald", sans-serif !important;
  font-size: 3.2rem !important;
  line-height: .95 !important;
  font-weight: 700 !important;
  color: #fff !important;

  text-decoration: underline;
  text-decoration-color: var(--accent-color, #47f5d3);
  text-decoration-thickness: 10px;
  text-underline-offset: -2px;
}

/* spacing after title */
.editor-post-title{
  margin-bottom: 3rem !important;
}

/* embeds */
.editor-styles-wrapper .wp-block-embed{
  margin-block: 2rem !important;
}
