/**
 * Blue Haven — board/basic/style.css
 */
.bh-board-area { max-width: 1000px; margin: 0 auto; padding: 24px; }
.bh-post-body { font-size: 14px; line-height: 1.9; color: #374151; font-family: 'Noto Sans KR', sans-serif; }
.bh-post-body img { max-width: 100%; height: auto; }
.bh-post-body p { margin: 0 0 16px; }
.bh-post-body h2, .bh-post-body h3 { font-family: 'Noto Serif KR', serif; font-weight: 600; margin: 24px 0 12px; }
.bh-comment-row { border-top: 1px solid #f3f4f6; padding: 16px 0; }
.bh-comment-row:first-child { border-top: 2px solid #e5e7eb; }
