
/* 單頁內文容器：只針對 contentBox 裡的 page-editor */
#contentBox .page-editor {
    font-size: 1rem;
    line-height: 1.8;
    color: #212529;          /* 跟 Bootstrap 正文字色一樣 */
}

/* 段落間距 */
#contentBox .page-editor p {
    margin-bottom: 1rem;
}

/* 小標題 */
#contentBox .page-editor h2 {
    font-size: 1.5rem;
    margin: 2rem 0 0.75rem;
    font-weight: 600;
}

#contentBox .page-editor h3 {
    font-size: 1.25rem;
    margin: 1.5rem 0 0.5rem;
    font-weight: 600;
}

/* 列表 */
#contentBox .page-editor ul,
#contentBox .page-editor ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

#contentBox .page-editor li + li {
    margin-top: 0.25rem;
}

/* 圖片不要超出版面 */
#contentBox .page-editor img {
    max-width: 100%;
    height: auto;
}

/* 引言 */
#contentBox .page-editor blockquote {
    border-left: 4px solid #dee2e6;
    padding-left: 1rem;
    margin: 1.5rem 0;
    color: #495057;
    font-style: italic;
}
