/* 블로그 본문 렌더링 스타일 (네이버/워드프레스 서식 대응) */
.blog-content h1 {
  font-size: 24px;
  font-weight: bold;
  color: #111827;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.4;
}
.blog-content h2 {
  font-size: 20px;
  font-weight: bold;
  color: #111827;
  margin-top: 28px;
  margin-bottom: 14px;
  line-height: 1.4;
}
.blog-content h3 {
  font-size: 17px;
  font-weight: bold;
  color: #111827;
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.blog-content p {
  line-height: 1.8;
  margin-bottom: 14px;
  font-size: 15.5px;
  color: #374151;
  word-break: keep-all;
}
.blog-content blockquote {
  margin: 16px 0;
  padding: 12px 18px;
  background-color: #f8fafc;
  border-left: 4px solid #94a3b8;
  color: #475569;
  font-style: italic;
  font-size: 14px;
  border-radius: 0 6px 6px 0;
}
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14.5px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}
.blog-content th {
  background-color: #f1f5f9;
  padding: 10px 14px;
  font-weight: bold;
  color: #1e293b;
  border: 1px solid #e2e8f0;
}
.blog-content td {
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  color: #475569;
}
.blog-content strong {
  font-weight: bold;
  color: #111827;
}
