.wp-block-hellodouce-sommaire.hd-toc,
.hd-toc {
	padding: 20px 22px;
	border-radius: 16px;
	background: #fff7f3;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.hd-toc__title {
	margin: 0 0 12px;
	font-weight: 700;
	line-height: 1.3;
}

.hd-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hd-toc__item {
	position: relative;
	margin: 0 0 10px;
	padding-left: 1.6em;
	line-height: 1.45;
}

.hd-toc__item::before {
	content: "🍑";
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.2;
}

.hd-toc__item--level-1,
.hd-toc__item--level-2 {
	margin-left: 0;
}

.hd-toc__item--level-3 {
	margin-left: 16px;
}

.hd-toc__item--level-4 {
	margin-left: 32px;
}

.hd-toc__item--level-5 {
	margin-left: 48px;
}

.hd-toc__item--level-6 {
	margin-left: 64px;
}

.hd-toc__link {
	text-decoration: none;
}

.hd-toc__link:hover {
	text-decoration: underline;
}

.hd-toc--empty {
	padding: 16px;
	border: 1px dashed #d4b2a3;
	background: #fffaf8;
}