.blog-content {
  color: #1a1a2e;
  font-family: "Noto Sans KR", sans-serif;
  word-break: keep-all;
}

.blog-content h2,
.article-section h2 {
  margin: 46px 0 18px;
  color: #1a1a2e;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

.blog-content h2:first-child,
.article-section:first-of-type h2 {
  margin-top: 0;
}

.blog-content h3 {
  margin: 34px 0 14px;
  color: #1a1a2e;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.blog-content p,
.article-section p {
  margin: 0 0 18px;
  color: rgba(26, 26, 46, .72);
  font-size: 17px;
  line-height: 1.95;
}

.blog-content strong {
  color: #1a1a2e;
  font-weight: 900;
}

.blog-content em {
  font-style: italic;
}

.blog-content a {
  color: #7c3aed;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-content ul,
.blog-content ol,
.article-section ul {
  margin: 20px 0 22px;
  padding: 18px 22px 18px 42px;
  border-radius: 18px;
  background: #FAFBFD;
  border: 1px solid rgba(26, 26, 46, .06);
}

.blog-content li,
.article-section li {
  margin: 8px 0;
  color: rgba(26, 26, 46, .68);
  font-size: 16px;
  line-height: 1.75;
}

.blog-content .content-checklist {
  list-style: none;
  padding: 18px 22px;
}

.blog-content .content-checklist li {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.blog-content .content-checklist li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 5px;
  border-radius: 6px;
  border: 2px solid rgba(124, 58, 237, .35);
  background: white;
}

.blog-content .content-checklist li[data-checked="true"]::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: #7c3aed;
  background: #7c3aed;
  color: white;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.blog-content blockquote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 5px solid #7c3aed;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(124, 58, 237, .08), rgba(229, 169, 61, .08));
  color: rgba(26, 26, 46, .72);
  font-size: 17px;
  line-height: 1.85;
}

.blog-content blockquote p {
  margin-bottom: 0;
}

.blog-content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 28px 0 10px;
  border-radius: 20px;
  object-fit: cover;
}

.blog-content figure {
  margin: 30px 0;
}

.blog-content figure img {
  margin: 0;
}

.blog-content figcaption {
  margin-top: 10px;
  color: rgba(26, 26, 46, .48);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.blog-content hr {
  height: 1px;
  margin: 36px 0;
  border: 0;
  background: rgba(26, 26, 46, .08);
}

.blog-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(26, 26, 46, .08);
}

.blog-content th,
.blog-content td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(26, 26, 46, .08);
  color: rgba(26, 26, 46, .7);
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

.blog-content th {
  background: #FAFBFD;
  color: #1a1a2e;
  font-weight: 900;
}

.blog-content tr:last-child td {
  border-bottom: 0;
}

.blog-content .content-callout {
  margin: 28px 0;
  padding: 22px;
  border-radius: 20px;
  background: rgba(229, 169, 61, .1);
  border: 1px solid rgba(229, 169, 61, .18);
  color: rgba(26, 26, 46, .66);
  font-size: 15px;
  line-height: 1.8;
}
