/**
 * Стили страницы статьи.
 *
 * Источник: инлайновый <style> в теле страницы Webflow-экспорта — он
 * одинаков у истории успеха и у статьи блога.
 */

.article-body__content p:has(+ ul),
.article-body__content p:has(+ ol),
.article-body__content h3:has(+ ul),
.article-body__content h3:has(+ ol) {
  margin-bottom: 16px;
}

@media screen and (max-width: 479px) {
  .article-body__content p:has(+ ul),
  .article-body__content p:has(+ ol),
  .article-body__content h3:has(+ ul),
  .article-body__content h3:has(+ ol) {
    margin-bottom: 4px;
  }
}


table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}

th, td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

th {
  background-color: #f2f2f2;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

.header-row {
  background-color: #e8f4f8;
}

.article-about__nav a {
  color: var(--_colors---text--secondary);
}

.article-about__nav-link_active {
  text-decoration: underline;
}
