/* RS Base v2 — Block Editor Styles */
.editor-styles-wrapper {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #4A4845;
  max-width: 760px;
}
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #1A1A2E;
  margin-bottom: .5em;
}
.editor-styles-wrapper a { color: #00C2A0; }
.editor-styles-wrapper blockquote {
  border-left: 3px solid #00C2A0;
  padding-left: 1.25rem;
  font-style: italic;
  color: #72706C;
}
.editor-styles-wrapper code {
  background: #F2F0EE;
  padding: .15em .4em;
  border-radius: 3px;
  font-size: .875em;
}
.editor-styles-wrapper img { border-radius: 4px; }
