.article-content > p:first-child {
  margin: 0 0 24px;
  color: #253c46;
  font-size: 18px;
  line-height: 1.7;
}
.article-content a:not(.article-product-action-button) {
  color: #087caa;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(28, 168, 229, .45);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.article-content a:not(.article-product-action-button):hover { color: #0b2233; text-decoration-color: currentColor; }
.article-content a.article-product-action-button {
  color: #fff;
  text-decoration: none;
}
.article-content a.article-product-action-button:hover { color: #fff; }
.article-content h3 {
  margin: 34px 0 12px;
  color: #0b2233;
  font-size: clamp(22px, 2.2vw, 26px);
  line-height: 1.25;
  letter-spacing: -.02em;
}
.article-content h4 {
  margin: 26px 0 10px;
  color: #173445;
  font-size: 18px;
  font-weight: 800;
}
.article-content hr {
  width: 72px;
  height: 3px;
  margin: 36px 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #1ca8e5, #277a58);
}
.article-content code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #eef5f3;
  color: #0b4d3c;
  font-size: .86em;
}
.article-content pre {
  margin: 24px 0 32px;
  padding: 18px 20px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #0b2233;
  color: #e7f3f0;
  font-size: 14px;
  line-height: 1.6;
}
.article-content pre code { padding: 0; background: transparent; color: inherit; font-size: inherit; }
.article-content figure {
  margin: 28px 0 36px;
  overflow: hidden;
  border-radius: 18px;
}
.article-content figcaption {
  margin-top: 10px;
  color: #5b6f78;
  font-size: 13px;
  line-height: 1.5;
}
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px 0;
  border-radius: 16px;
}
.article-content figure img { margin: 0; }
.article-content blockquote {
  margin: 28px 0 32px;
  padding: 22px 26px;
  border: 1px solid #cfe3e8;
  border-left: 6px solid #1ca8e5;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(180deg, #f7fbfc, #eef7fa);
  color: #24414c;
  font-size: 19px;
  line-height: 1.55;
}
.article-content blockquote p { margin: 0; }
.article-content blockquote p + p { margin-top: 12px; }
.article-content ul,
.article-content ol {
  margin: 8px 0 28px;
  padding: 6px 4px 6px 0;
  list-style: none;
}
.article-content ul > li,
.article-content ol > li {
  position: relative;
  margin: 0;
  padding: 11px 4px 11px 36px;
  border-bottom: 1px solid #e4eef0;
  color: var(--ink);
  line-height: 1.65;
}
.article-content ul > li:last-child,
.article-content ol > li:last-child { border-bottom: 0; }
.article-content li > p { margin: 0; }
.article-content li > p + p { margin-top: 8px; }
.article-content ul > li::before {
  position: absolute;
  top: 1.15em;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1ca8e5;
  box-shadow: 0 0 0 4px rgba(28, 168, 229, .14);
  content: "";
}
.article-content ol { counter-reset: article-ol; }
.article-content ol > li::before {
  position: absolute;
  top: .85em;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #176f51;
  background: #e8f6ee;
  content: counter(article-ol);
  counter-increment: article-ol;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  place-items: center;
}
.article-content li ul,
.article-content li ol {
  margin: 10px 0 2px;
  padding: 0;
}
.article-content li ul > li,
.article-content li ol > li {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 0;
}
.article-content table {
  width: 100%;
  margin: 12px 0 32px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #cfe0e4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 45, 55, .06);
  font-size: 15px;
  line-height: 1.5;
}
.article-content th,
.article-content td {
  padding: 13px 16px;
  border-bottom: 1px solid #e4eef0;
  text-align: left;
  vertical-align: top;
}
.article-content th {
  background: #0b2233;
  color: #eef6f8;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.article-content tbody tr:nth-child(even) td { background: #f6fbf9; }
.article-content tbody tr:hover td { background: #eef7f3; }
.article-content tr:last-child th,
.article-content tr:last-child td { border-bottom: 0; }
.article-content td strong { color: #0b2233; }
@media (max-width: 720px) {
  .article-content table { display: block; overflow-x: auto; }
  .article-content th,
  .article-content td { padding: 11px 12px; }
}
