.text-page__content {
  max-width: 880px;
  margin: 0 auto;
  color: #151515;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.text-page__content > *:first-child {
  margin-top: 0;
}

.text-page__content > *:last-child {
  margin-bottom: 0;
}

.text-page__content h1,
.text-page__content h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin: 40px 0 16px;
}

.text-page__content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 32px 0 12px;
}

.text-page__content h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 24px 0 8px;
}

.text-page__content p {
  margin: 0 0 16px;
}

.text-page__content strong,
.text-page__content b {
  font-weight: 700;
}

.text-page__content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}

.text-page__content a:hover {
  opacity: 0.6;
}

.text-page__content ul,
.text-page__content ol {
  margin: 0 0 16px;
  padding-left: 24px;
}

.text-page__content ul li,
.text-page__content ol li {
  margin: 0 0 6px;
}

.text-page__content ul {
  list-style: disc;
}

.text-page__content ol {
  list-style: decimal;
}

.text-page__content hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 32px 0;
}

.text-page__content blockquote {
  margin: 24px 0;
  padding: 12px 20px;
  border-left: 3px solid #151515;
  font-style: italic;
}

/* нейтрализация мусорной разметки (Tailwind/prose/ChatGPT-классы),
   если её случайно скопипастили в редактор */
.text-page__content [class*="prose"],
.text-page__content [class*="markdown"],
.text-page__content [class*="@container"],
.text-page__content [class*="text-message"],
.text-page__content [class*="agent-turn"],
.text-page__content article,
.text-page__content .dark {
  all: unset;
  display: block;
  color: inherit;
  font: inherit;
}

.text-page__content [class*="prose"] *,
.text-page__content [class*="markdown"] *,
.text-page__content article * {
  color: inherit;
}

@media screen and (min-width: 1366px) {
  .text-page__content {
    font-size: 16px;
  }
  .text-page__content h1,
  .text-page__content h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 56px 0 20px;
  }
  .text-page__content h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 40px 0 16px;
  }
  .text-page__content h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 32px 0 12px;
  }
}
