/* ==================== GUTENBERG EDITOR STYLES ==================== */
body {
  font-family: "Geometria", sans-serif;
  line-height: 1.7;
  color: #333;
}

.editor-styles-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.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: "Geometria", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
}

.editor-styles-wrapper h1 {
  font-size: 48px;
  margin: 2rem 0 1rem;
}

.editor-styles-wrapper h2 {
  font-size: 32px;
  margin: 2rem 0 1rem;
}

.editor-styles-wrapper h3 {
  font-size: 24px;
  margin: 1.5rem 0 1rem;
}

.editor-styles-wrapper p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.editor-styles-wrapper blockquote {
  border-left: 4px solid #000;
  padding-left: 2rem;
  margin: 2rem 0;
  font-style: italic;
  color: #666;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}

.editor-styles-wrapper li {
  margin-bottom: 0.5rem;
}

.editor-styles-wrapper a {
  color: #000;
  text-decoration: underline;
}

.editor-styles-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Кастомные блоки */
.wp-block-quote {
  border-left: 4px solid #000;
  padding-left: 2rem;
  font-style: italic;
  color: #666;
}

.wp-block-pullquote {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 2rem 0;
  text-align: center;
  font-size: 20px;
  font-style: italic;
}

.wp-block-button__link {
  background: #000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Geometria", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
