/**
 * お知らせ一覧ブロック — エディター用レイアウト
 */

.tcf-site-news-list-editor {
	box-sizing: border-box;
	padding: 0.75rem 0;
}

.tcf-site-news-list-editor__row {
	margin-bottom: 1.25rem;
	padding: 1rem 1rem 1.1rem;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
}

.tcf-site-news-list-editor__row-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 0.75rem;
}
