/* === GUTENBERG EDITOR STYLES === */
.editor-styles-wrapper {
  font-family: "Inter", "Roboto", sans-serif;
  line-height: 1.75;
  color: #222;
  max-width: 750px;
  padding: 1rem;
}

/* Paragraphs */
.editor-styles-wrapper p {
  margin-bottom: 1.5em;
}

/* Headings */
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  margin: 1.5em 0 0.75em;
  line-height: 1.3;
  font-weight: 700;
}
.editor-styles-wrapper h2 {
  font-size: 1.5rem;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 0.25em;
}

/* Links */
.editor-styles-wrapper a {
  color: #0d6efd;
  text-decoration: underline;
}

/* Images & Figures */
.editor-styles-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5em 0;
}
.editor-styles-wrapper figure {
  margin: 1.5em 0;
  text-align: center;
}

/* Blockquotes */
.editor-styles-wrapper blockquote {
  border-left: 4px solid #0d6efd;
  padding: 1em 1.5em;
  background: #f8f9fa;
  font-style: italic;
  color: #555;
}

/* Buttons */
.editor-styles-wrapper .wp-block-button__link {
  background: #0d6efd;
  color: #fff;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  text-decoration: none;
}

/* Code */
.editor-styles-wrapper code {
  background: #f1f1f1;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: monospace;
}

/* Tables */
.editor-styles-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.editor-styles-wrapper th,
.editor-styles-wrapper td {
  border: 1px solid #ddd;
  padding: 0.75em 1em;
}
.editor-styles-wrapper th {
  background: #f5f5f5;
}

/* Alignment helpers */
.editor-styles-wrapper .alignleft { float: left; margin-right: 1em; }
.editor-styles-wrapper .alignright { float: right; margin-left: 1em; }
.editor-styles-wrapper .aligncenter { display: block; margin-left: auto; margin-right: auto; }

 .wp-block-list{list-style: disc; margin-left:2rem}

 /* === FRONTEND GUTENBERG STYLES === */

.single-post-content p {
  margin-bottom: 1.5em;
}

.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6 {
  margin: 1.5em 0 0.75em;
  line-height: 1.3;
  font-weight: 700;
}

.single-post-content h2 {
  font-size: 1.5rem;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 0.25em;
}

.single-post-content a {
  color: #0d6efd;
  text-decoration: underline;
}

.single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5em 0;
}

.single-post-content figure {
  margin: 1.5em 0;
  text-align: center;
}

.single-post-content blockquote {
  border-left: 4px solid #0d6efd;
  padding: 1em 1.5em;
  background: #f8f9fa;
  font-style: italic;
  color: #555;
}

.wp-block-list { list-style: disc; margin-left: 2rem; }
.wp-block-list ol { list-style: decimal; margin-left: 2rem; }

.wp-block-button__link {
  background: #0d6efd;
  color: #fff;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  text-decoration: none;
}

.single-post-content code {
  background: #f1f1f1;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  font-family: monospace;
}

.single-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

.single-post-content th, .single-post-content td {
  border: 1px solid #ddd;
  padding: 0.75em 1em;
}

.single-post-content th {
  background: #f5f5f5;
}

.single-post-content .alignleft { float: left; margin-right: 1em; }
.single-post-content .alignright { float: right; margin-left: 1em; }
.single-post-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
