/* Исправление старого HTML-шаблона статей — 07.09.2026 */
.t-article > h1 {
  font-family: "PT Serif", serif !important;
  font-size: 42px !important;
  line-height: 50.4px !important;
  font-weight: 400 !important;
  color: #362F2D !important;
}

@media screen and (max-width: 768px) {
  body:has(.t-article) .t-container {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body:has(.t-article) .t-article {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .t-article > h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
    color: #362F2D !important;
  }
}

/* Длинные мобильные заголовки — 08.09.2026 */
@media screen and (max-width: 768px) {
  #rec529193973 .t015__title,
  #rec683159231 .t795__title {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    max-width: 100% !important;
  }
}