/**
 * CKEditor 5 본문 타이포 — 제목 2·3·4 (편집 영역 + 저장 HTML 조회).
 * ckeditor5.css 는 툴바 드롭다운 미리보기만 크기를 주고, 편집·조회 본문 h2~h4 는 여기서 정의한다.
 */

/* ── 편집 영역 ───────────────────────────────────────── */
.ck.ck-editor__editable h2,
.ck.ck-content h2,
.ck-editor__editable h2,
h2.ck-heading_heading2 {
	font-size: var(--rss-font-2xl);
	font-weight: 700;
	line-height: 1.35;
	margin: 1em 0 0.5em;
}

.ck.ck-editor__editable h3,
.ck.ck-content h3,
.ck-editor__editable h3,
h3.ck-heading_heading3 {
	font-size: var(--rss-font-xl);
	font-weight: 700;
	line-height: 1.4;
	margin: 0.85em 0 0.45em;
}

.ck.ck-editor__editable h4,
.ck.ck-content h4,
.ck-editor__editable h4,
h4.ck-heading_heading4 {
	font-size: var(--rss-font-lg);
	font-weight: 700;
	line-height: 1.45;
	margin: 0.75em 0 0.4em;
}

/* ── 저장 HTML 조회 (CKEditor 본문이 삽입되는 영역) ───── */
.rss-post-body h2,
.notice-modal__body h2,
.onion-ck-content h2,
.legal-content h2,
.ad-detail-body h2,
.market-info__content h2,
.adm-community-content h2,
.terms-section__body h2 {
	font-size: var(--rss-font-2xl);
	font-weight: 700;
	line-height: 1.35;
	margin: 1em 0 0.5em;
}

.rss-post-body h3,
.notice-modal__body h3,
.onion-ck-content h3,
.legal-content h3,
.ad-detail-body h3,
.market-info__content h3,
.adm-community-content h3,
.terms-section__body h3 {
	font-size: var(--rss-font-xl);
	font-weight: 700;
	line-height: 1.4;
	margin: 0.85em 0 0.45em;
}

.rss-post-body h4,
.notice-modal__body h4,
.onion-ck-content h4,
.legal-content h4,
.ad-detail-body h4,
.market-info__content h4,
.adm-community-content h4,
.terms-section__body h4 {
	font-size: var(--rss-font-lg);
	font-weight: 700;
	line-height: 1.45;
	margin: 0.75em 0 0.4em;
}
