.elementor-4178 .elementor-element.elementor-element-b124100{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-bb9cf2d */.article-container {
  max-width: 10000px;
  margin: 0 auto;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.7;
  background: #fff;
}

.article-container h1 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #111;
}

.article-container h2 {
  font-size: 26px;
  margin-top: 36px;
  margin-bottom: 14px;
  color: #1f2937;
  border-left: 4px solid #17A2b8;
  padding-left: 12px;
}

.article-container h3 {
  font-size: 21px;
  margin-top: 26px;
  margin-bottom: 10px;
  color: #374151;
}

.article-container p {
  margin: 0 0 16px;
  font-size: 16px;
}

.article-container strong {
  color: #111827;
}

.article-container em {
  font-style: italic;
  color: #374151;
}

.toc {
  background: #f2fbfd;
  border: 1px solid #cbeff5;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 28px 0;
}

.toc h2 {
  border-left: none;
  padding-left: 0;
  margin-top: 0;
  font-size: 22px;
  color: #126f7e;
}

.toc ul {
  margin: 0;
  padding-left: 20px;
}

.toc li {
  margin: 8px 0;
}

.toc a {
  color: #17A2b8;
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.article-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.article-container th,
.article-container td {
  border: 1px solid #d1d5db;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.article-container th {
  background: #e6f8fb;
  color: #0f5966;
  font-weight: 700;
}

.article-container tr:nth-child(even) td {
  background: #fafafa;
}

.article-container section {
  scroll-margin-top: 20px;
}

@media (max-width: 768px) {
  .article-container {
    padding: 18px;
  }

  .article-container h1 {
    font-size: 30px;
  }

  .article-container h2 {
    font-size: 23px;
  }

  .article-container table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}/* End custom CSS */