.block-toc {
	background: var(--wp--preset--color--senary);
	overflow: hidden;
}

.block-toc summary {
	background: url(/wp-content/themes/thefoodcharlatan-2022/assets/icons/theme/arrow-down.svg) no-repeat right 16px center;
	background-size: 16px;
	cursor: pointer;
	display: flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	letter-spacing: var(--wp--custom--letter-spacing--large);
	text-transform: uppercase;
	padding: 12px 16px;
	justify-content: space-between;
	align-items: center;
	list-style-type: none;
}

.block-toc summary::-webkit-details-marker {
	display: none;
}

.block-toc summary svg {
	fill: var(--wp--preset--color--primary);
	float: right;
}

.block-toc[open] summary {
	background: url(/wp-content/themes/thefoodcharlatan-2022/assets/icons/theme/arrow-up.svg) no-repeat right 16px center;
	background-size: 16px;
}

.block-toc ol,
.entry-content .block-toc ol {
	list-style-type: disc;
	font-size: var(--wp--preset--font-size--tiny);
	letter-spacing: var(--wp--custom--letter-spacing--medium);
	text-transform: uppercase;
	padding-left: 30px;
}
