/* Общая стилизация заголовков */
.single-post h1,
.single-post h2,
.single-post h3 {
  font-family: inherit;
  color: #b44f44;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.8rem 0 1rem;
}

/* Размеры заголовков */
.single-post h1 {
  font-size: 1.8rem;
}
.single-post h2 {
  font-size: 1.6rem;
}
.single-post h3 {
  font-size: 1.3rem;
}
.single-post h4,
.single-post h5,
.single-post h6 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #444;
}

/* Цитаты */
.single-post blockquote {
  background: #fff3f1;
  border-left: 4px solid #c46a5a;
  margin: 2rem 0;
  padding: 1rem 1.2rem;
  font-style: italic;
  color: #804a44;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.6;
}

/* Списки */
.single-post ul,
.single-post ol {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.single-post li {
  margin-bottom: 0.5rem;
}

/* Абзацы */
.single-post p {
  margin-bottom: 1.2rem;
  color: #3d3d3d;
  font-size: 1.05rem;
  line-height: 1.7;
}
