:root :where(.wp-block-list.is-style-sme-list-remark) {
	list-style: none;
	padding-left: 1.5em;

	:where(li) {
		position: relative;

		&::before {
			content: '※';
			position: absolute;
			left: calc(-1.5em + 2px);
		}
	}
}
