.single-news .list-top,
.single-news .list-top .item {
	display: flex;
	align-items: center;
	gap: 24px;
}

.single-news .list-top .item {
	gap: 8px;
	margin-bottom: 24px;
}

.single-news .image-wrap {
	margin-bottom: 32px;
}

.single-news .image-wrap img {
	width: 100%;
	height: 100%;
}

.single-news .content.format-content > * {
	margin-bottom: 21px;
}
.single-news .content.format-content ul {
	padding-left: 26px;
}
.single-news .content.format-content ul li {
	list-style: disc;
	margin-bottom: 0px;
}
.single-news .content.format-content ol li {
	color: inherit;
}
.single-news .content.format-content ul li:hover,
.single-news .content.format-content ol li:hover {
	color: inherit;
	text-decoration: none;
}
.single-news .content.format-content strong {
	font-size: var(--fz-16);
}
.single-news .content.format-content :is(h2, h3, h4, h5, h6) {
	margin-bottom: 10px !important;
}
.single-news .content.format-content  :is(h3, h4, h5, h6) {
	font-size: var(--fz-20);
}

#ez-toc-container a {
	font-size: 16px !important;
}