/* Sommario degli articoli: variante compatta coordinata con Edilizia.com. */
.PostContent div#ez-toc-container {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 28px 0 30px;
	padding: 0;
	overflow: hidden !important;
	background: #fff;
	border: 1px solid #dfe3e8;
	border-left: 4px solid #a52e38;
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(32, 43, 56, .07);
	color: #202b38;
}

.PostContent #ez-toc-container .ez-toc-title-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	padding: 10px 14px 9px;
	background: #f7f8f9;
	border-bottom: 1px solid #e7e9ec;
}

.PostContent #ez-toc-container p.ez-toc-title {
	margin: 0 !important;
	color: #202b38;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	letter-spacing: -.01em;
}

.PostContent #ez-toc-container .ez-toc-title::before {
	display: inline-block !important;
	width: 8px;
	height: 8px;
	margin: 0 9px 2px 0;
	content: "" !important;
	background: #a52e38;
	border-radius: 50%;
}

.PostContent #ez-toc-container .ez-toc-title-toggle a,
.PostContent #ez-toc-container .ez-toc-title-toggle button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 34px;
	padding: 5px !important;
	color: #a52e38 !important;
	background: #fff !important;
	border: 1px solid #dfe3e8 !important;
	border-radius: 6px !important;
}

.PostContent #ez-toc-container nav {
	display: block;
	padding: 11px 13px 13px;
}

.PostContent #ez-toc-container nav > ul.ez-toc-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3px 16px;
	margin: 0 !important;
	padding: 0 !important;
	counter-reset: edl-toc-item;
	list-style: none !important;
}

.PostContent #ez-toc-container nav > ul.ez-toc-list > li {
	position: relative;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	counter-increment: edl-toc-item;
	list-style: none !important;
}

.PostContent #ez-toc-container nav > ul.ez-toc-list > li > a.ez-toc-link {
	position: relative;
	display: block !important;
	box-sizing: border-box;
	min-height: 34px;
	padding: 6px 8px 6px 33px !important;
	color: #30363d !important;
	background: transparent;
	border-radius: 6px;
	font-size: 15.5px !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
	text-transform: none;
	transition: color .15s ease, background-color .15s ease;
}

.PostContent #ez-toc-container nav > ul.ez-toc-list > li > a.ez-toc-link::before {
	position: absolute;
	top: 6px;
	left: 6px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 21px;
	height: 21px;
	margin: 0;
	content: counter(edl-toc-item) !important;
	color: #a52e38;
	background: #f8e9eb;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.PostContent #ez-toc-container nav > ul.ez-toc-list > li > a.ez-toc-link:hover,
.PostContent #ez-toc-container nav > ul.ez-toc-list > li > a.ez-toc-link:focus-visible {
	color: #8f2730 !important;
	background: #f7f8f9;
	text-decoration: none !important;
}

.PostContent #ez-toc-container nav ul ul {
	margin: 2px 0 5px 33px !important;
	padding: 0 0 0 10px !important;
	border-left: 1px solid #e3e6e9;
	list-style: none !important;
}

.PostContent #ez-toc-container nav ul ul li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.PostContent #ez-toc-container nav ul ul a.ez-toc-link {
	display: block !important;
	padding: 4px 6px !important;
	color: #4d555d !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	text-decoration: none !important;
}

.PostContent #ez-toc-container nav ul ul a.ez-toc-link::before {
	display: none !important;
}

@media only screen and (max-width: 796px) {
	.PostContent div#ez-toc-container {
		margin: 22px 0 24px;
		border-left-width: 3px;
		border-radius: 8px;
		box-shadow: 0 3px 12px rgba(32, 43, 56, .06);
	}

	.PostContent #ez-toc-container .ez-toc-title-container {
		min-height: 44px;
		padding: 9px 11px 8px;
	}

	.PostContent #ez-toc-container p.ez-toc-title {
		font-size: 18px !important;
	}

	.PostContent #ez-toc-container nav {
		padding: 8px 8px 10px;
	}

	.PostContent #ez-toc-container nav > ul.ez-toc-list {
		grid-template-columns: minmax(0, 1fr);
		gap: 1px;
	}

	.PostContent #ez-toc-container nav > ul.ez-toc-list > li > a.ez-toc-link {
		min-height: 32px;
		padding: 5px 7px 5px 32px !important;
		font-size: 15px !important;
		line-height: 1.32 !important;
	}

	.PostContent #ez-toc-container nav > ul.ez-toc-list > li > a.ez-toc-link::before {
		top: 5px;
		left: 5px;
		width: 20px;
		height: 20px;
		font-size: 10.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.PostContent #ez-toc-container a.ez-toc-link {
		transition: none;
	}
}
