@charset "UTF-8";

/* 
 * 投稿用css
 */


/* 段落 */
.editor__main-wrapper /*news*/,
.dogs-list-single__content-wrapper /*dogs*/ {
	display: flex;
	flex-direction: column;
	row-gap: var(--space--sm);
}

/* 見出し */
.editor__main-wrapper h3 /*news*/,
h3.wp-block-heading /*dogs*/ {
	margin-top: 1em;
	padding-left: 0.6em;
	font-size: 14px;
	border-left: solid 0.4em var(--color_sub);
}

/* 背景色をつけた場合の余白 */
p.has-background /*共通*/{
	padding: 0.5em;
	margin-top:0;
}

/* リスト表示 */
.wp-block-list {
	list-style: disc;
	padding-left: 1.4em;
}
ol.wp-block-list {
	list-style: decimal;
	padding-left: 1.4em;
}

