.wp-site-blocks .wp-block-yoast-seo-table-of-contents{
	margin:var(--wp--custom--sv-spacing) auto;
}
.wp-site-blocks .wp-block-yoast-seo-table-of-contents h2 {
	text-transform:uppercase;
	font-size:29px;
	border-bottom:1px solid var(--wp--preset--color--white);
	margin:0;
}
.wp-site-blocks .wp-block-yoast-seo-table-of-contents h4 {
	text-transform:uppercase;
	font-size:29px;
	border-bottom:1px solid var(--wp--preset--color--white);
	margin:0;
}
.wp-site-blocks .wp-block-yoast-seo-table-of-contents ul {
	list-style-type: decimal;
	border-bottom:1px solid var(--wp--preset--color--white);
	padding: var(--wp--custom--sv-spacing) var(--wp--custom--sv-spacing) var(--wp--custom--sv-spacing) 20px;
	margin:0;
}
.wp-site-blocks .wp-block-yoast-seo-table-of-contents ul ul {
	border-bottom: none;
}
.wp-site-blocks .wp-block-yoast-seo-table-of-contents ul li{
	margin-bottom:calc(var(--wp--custom--sv-spacing) / 4);
}
.wp-site-blocks .wp-block-yoast-seo-table-of-contents ul li a{
	text-decoration:none;
	border-bottom:1px solid var(--wp--preset--color--white);
	line-height:1.7;
}