.product-unavailable {
  color: red;
  margin-bottom: 5px;
}
my-article .editor-content p {
  margin: 4px 0;
}

.my-article .editor-content li {
  margin: 4px 0;
}

.my-article .editor-content span {
  margin: 0;
}

.my-article .editor-content ul {
  list-style: disc outside;
  margin: 8px 0 16px 22px;
  padding-left: 18px;
}

.my-article .editor-content ol {
  list-style: decimal outside;
  margin: 8px 0 16px 22px;
  padding-left: 18px;
}

.my-article .editor-content li {
  display: list-item;
  list-style-position: outside;
  margin: 4px 0;
  padding-left: 0;
}
.my-article .editor-content h2,
.my-article .editor-content h3,
.my-article .editor-content h4 {
  margin-left: 10px !important;
}
/* =========================================================
   CarGadget — обычные информационные страницы
   Исправление выравнивания текста
   ========================================================= */

.style-block .editor-content p,
.style-block .editor-content span,
.style-block .editor-content h2,
.style-block .editor-content h3,
.style-block .editor-content h4 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-indent: 0 !important;
}

.style-block .editor-content p {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  line-height: 1.55 !important;
}

.style-block .editor-content h2,
.style-block .editor-content h3,
.style-block .editor-content h4 {
  margin-top: 28px !important;
  margin-bottom: 12px !important;
  line-height: 1.3 !important;
}

.style-block .editor-content h2:first-child,
.style-block .editor-content h3:first-child {
  margin-top: 0 !important;
}
