blockquote {
	white-space: pre-wrap;
}

#editor p,
.document_content p {
	margin-bottom: 24px;
	font-size: var(--font-size-s);
}

#editor h2,
.document_content h2 {
	margin: 40px 0 8px;
	font-size: var(--font-size-m);
}

.editor_wrap {
	height: 100vh;
	overflow: auto;
}

.ql-toolbar {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: var(--color-white-offwhite);
}

/* コンポーネント */
.post-caution {
	border: 0.075rem solid #ff1744ff;
	border-radius: 8px;
}

.post-caution h6 {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 12px;
	font-weight: 450;
	font-variation-settings: "wght" 450;
	font-size: var(--font-size-s);
	background-color: #ff17441a;
}

.post-caution h6::before {
	display: block;
	content: "";
	width: 24px;
	height: 24px;
	margin: auto 8px auto 0;

	background-image: url("https://images.maidgraphy.ink/svg/flash.svg");
	background-size: contain;
}

.post-caution p {
	font-size: var(--font-size-xs);
	margin: 12px 1.3rem;
}

/* 【管理画面のみ】ツールバー */
.ql-custom-block {
	border: 1px solid #ccc !important;
	padding: 10px;
	margin: 5px 0;
	min-height: 20px;
}

.ql-editor ul,
.ql-editor ol {
	list-style-type: none;
	margin: 24px 0 60px !important;
}

.ql-editor li[data-list="ordered"] > .ql-ui::before {
	display: none;
}
