.article-content {
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: break-word;
  word-break: break-word;
}

.article-content::after {
  clear: both;
  content: "";
  display: table;
}

.article-content > :first-child {
  margin-top: 0;
}

.article-content > :last-child {
  margin-bottom: 0;
}

.article-content p {
  margin: 0 0 1.15em;
}

.article-content p[style],
.article-content li[style] {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.article-content p[style] {
  margin: 0 0 1.15em !important;
  padding: 0 !important;
}

.article-content p:not(:has(strong:first-child)) span[style],
.article-content li span[style],
.article-content th span[style],
.article-content td span[style] {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  color: #111;
  font-weight: 600;
  line-height: 1.35;
  margin: 1.6em 0 .7em;
}

.article-content h1 {
  font-size: 32px;
}

.article-content h2 {
  font-size: 28px;
}

.article-content h3 {
  font-size: 24px;
}

.article-content h4 {
  font-size: 20px;
}

.article-content h5,
.article-content h6 {
  font-size: 18px;
}

.product-content-body p:has(strong:first-child) {
  color: #111 !important;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1.35 !important;
  margin: 1.35em 0 .7em !important;
}

.product-content-body > p:has(strong:first-child):first-child {
  margin-top: 0 !important;
}

.product-content-body p:has(strong:first-child) strong,
.product-content-body p:has(strong:first-child) b,
.product-content-body p:has(strong:first-child) span[style] {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.article-content strong,
.article-content b {
  color: #222;
  font-weight: 700;
}

.article-content a {
  color: #01468b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-content a:hover {
  color: #003a73;
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.2em 1.4em;
  padding-left: 1.2em;
}

.article-content ul {
  list-style: disc;
}

.article-content ol {
  list-style: decimal;
}

.article-content li {
  margin: .35em 0;
  padding-left: .2em;
}

.article-content blockquote {
  background: #f6f8fa;
  border-left: 4px solid #01468b;
  color: #555;
  margin: 1.5em 0;
  padding: .9em 1.2em;
}

.article-content img {
  display: block;
  height: auto;
  margin: 1.8em auto;
  max-width: 100%;
}

.article-content figure {
  margin: 1.6em 0;
}

.article-content figcaption {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin-top: .6em;
  text-align: center;
}

.article-content table {
  border-collapse: collapse;
  display: block;
  margin: 1.5em 0;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

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

.article-content th {
  background: #f7f7f7;
  color: #222;
  font-weight: 600;
}

.article-content pre {
  background: #f6f8fa;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  line-height: 1.7;
  margin: 1.5em 0;
  overflow-x: auto;
  padding: 14px 16px;
}

.article-content code {
  background: #f6f8fa;
  border-radius: 3px;
  color: #222;
  font-family: Consolas, "Courier New", monospace;
  font-size: .92em;
  padding: 2px 4px;
}

.article-content pre code {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.article-content hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  margin: 2em 0;
}

.article-content video,
.article-content iframe,
.article-content embed {
  max-width: 100%;
}

@media (max-width: 1070px) {
  .article-content {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .article-content {
    font-size: 14px;
    line-height: 1.8;
  }

  .article-content h1 {
    font-size: 24px;
  }

  .article-content h2 {
    font-size: 22px;
  }

  .product-content-body p:has(strong:first-child) {
    font-size: 22px !important;
  }

  .article-content h3 {
    font-size: 20px;
  }

  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 18px;
  }

  .article-content th,
  .article-content td {
    padding: 8px 10px;
  }
}
