.blog-article-content {
  color: #34434a;
  font-size: 17px;
  line-height: 1.82;
}

.blog-article-header-title {
  overflow-wrap: anywhere;
}

@media (max-width: 1023px) {
  .blog-article-header-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

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

.blog-article-content h2,
.blog-article-content h3 {
  color: #1d2a30;
  font-weight: 800;
  letter-spacing: -0.02em;
  scroll-margin-top: 108px;
}

.blog-article-content h2 {
  border-top: 1px solid #dbe3e3;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  line-height: 1.22;
  margin: 3.3rem 0 1.15rem;
  padding-top: 2.4rem;
}

.blog-article-content h3 {
  font-size: 1.22rem;
  line-height: 1.35;
  margin: 2rem 0 0.8rem;
}

.blog-article-content p,
.blog-article-content ul,
.blog-article-content ol,
.blog-article-content figure,
.blog-article-content .blog-note,
.blog-article-content .blog-warning,
.blog-article-content .blog-table-wrap {
  margin: 1.1rem 0;
}

.blog-article-content ul,
.blog-article-content ol {
  padding-left: 1.45rem;
}

.blog-article-content li {
  margin: 0.48rem 0;
  padding-left: 0.25rem;
}

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

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

.blog-article-content a {
  color: #073a47;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(7, 58, 71, 0.35);
  text-underline-offset: 3px;
}

.blog-article-content a:hover {
  text-decoration-color: #073a47;
}

.blog-article-content code {
  background: #f1f4f4;
  border: 1px solid #dbe3e3;
  border-radius: 4px;
  color: #073a47;
  font-size: 0.88em;
  padding: 0.1rem 0.35rem;
}

.blog-article-content pre {
  background: #052b34;
  border-radius: 6px;
  color: #f7fbfb;
  font-size: 14px;
  line-height: 1.65;
  margin: 1.25rem 0;
  overflow-x: auto;
  padding: 1.25rem;
}

.blog-article-content pre code {
  background: transparent;
  border: 0;
  color: inherit;
  padding: 0;
}

.blog-article-content .blog-note,
.blog-article-content .blog-warning {
  border-left: 5px solid #4f7a61;
  border-radius: 4px;
  padding: 1rem 1.15rem;
}

.blog-article-content .blog-note {
  background: #edf4ef;
}

.blog-article-content .blog-warning {
  background: #fff1f1;
  border-left-color: #9b4d4d;
}

.blog-article-content .blog-note > *:first-child,
.blog-article-content .blog-warning > *:first-child {
  margin-top: 0;
}

.blog-article-content .blog-note > *:last-child,
.blog-article-content .blog-warning > *:last-child {
  margin-bottom: 0;
}

.blog-article-content .blog-steps {
  counter-reset: blog-step;
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
}

.blog-article-content .blog-steps > li {
  border: 1px solid #dbe3e3;
  border-radius: 6px;
  counter-increment: blog-step;
  margin: 0 0 0.85rem;
  padding: 1.1rem 1.15rem 1.1rem 3.9rem;
  position: relative;
}

.blog-article-content .blog-steps > li::before {
  align-items: center;
  background: #073a47;
  border-radius: 999px;
  color: #fff;
  content: counter(blog-step);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  height: 2rem;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 2rem;
}

.blog-article-content .blog-checklist {
  list-style: none;
  padding-left: 0;
}

.blog-article-content .blog-checklist li {
  padding-left: 1.8rem;
  position: relative;
}

.blog-article-content .blog-checklist li::before {
  color: #4f7a61;
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.blog-article-content .blog-table-wrap {
  overflow-x: auto;
}

.blog-article-content table {
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.55;
  min-width: 640px;
  width: 100%;
}

.blog-article-content th,
.blog-article-content td {
  border: 1px solid #dbe3e3;
  padding: 0.85rem;
  text-align: left;
  vertical-align: top;
}

.blog-article-content th {
  background: #073a47;
  color: #fff;
  font-weight: 800;
}

.blog-article-content tbody tr:nth-child(even) {
  background: #f8fafa;
}

.blog-article-content figure {
  border: 1px solid #dbe3e3;
  border-radius: 6px;
  overflow: hidden;
}

.blog-article-content figure img {
  display: block;
  height: auto;
  width: 100%;
}

.blog-article-content figcaption {
  background: #f1f4f4;
  color: #5f6b70;
  font-size: 13px;
  line-height: 1.55;
  padding: 0.75rem 1rem;
}

.blog-article-content .blog-faq {
  border-bottom: 1px solid #dbe3e3;
  padding: 0.9rem 0;
}

.blog-article-content .blog-faq h3 {
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.blog-article-content .blog-faq p {
  margin: 0;
}

@media (max-width: 640px) {
  .blog-article-content {
    font-size: 16px;
    line-height: 1.75;
  }

  .blog-article-content .blog-steps > li {
    padding-left: 3.45rem;
  }
}
