.post-content {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  line-height: 1.8;
  color: #333;
  word-break: break-word;
  max-width:800px;
  margin:0 auto;
}

.post-content h1,
.post-content h2,
.post-content h3 {
  font-weight: bold;
  margin: 1.2em 0 0.6em;
}

.post-content p {
  margin: 1em 0;
  font-size: 1.05em;
}

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

.post-content ul,
.post-content ol {
  margin: 1em 0;
  padding-left: 1.5em;
}

.post-content hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2em 0;
}

.post-content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1em;
  color: #666;
  margin: 1.5em 0;
  background: #f9f9f9;
}
