/* Article summary and navigation refinements. */
.edlong-article-template__toc h2 {
	font-size: 1.05rem;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.edlong-article-template__toc li + li {
	margin-top: .55rem;
}

.edlong-article-template__toc a,
.edlong-article-template__toc a:visited {
	color: var(--edlong-article-text);
	font-size: .875rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: color .2s ease;
}

.edlong-article-template__toc a:hover,
.edlong-article-template__toc a:focus-visible {
	color: var(--edlong-article-accent);
	text-decoration: none;
}

.edlong-article-template__content > .yoast-ai-summarize:first-child {
	background: var(--color-grey-lighter, #f9f9fb);
	border: 1px solid var(--edlong-article-line);
	border-top: 4px solid var(--edlong-article-accent);
	border-radius: 18px;
	margin: 0 0 clamp(2rem, 4vw, 3rem);
	padding: clamp(1.35rem, 3vw, 2rem);
}

body.single-post .edlong-article-template .edlong-article-template__content > .yoast-ai-summarize:first-child h2 {
	font-size: clamp(1.65rem, 2vw, 2rem) !important;
	margin: 0 0 1rem !important;
}

.edlong-article-template__content > .yoast-ai-summarize:first-child ul {
	margin-bottom: 0;
	padding-left: 1.35rem;
}

.edlong-article-template__content > .yoast-ai-summarize:first-child li {
	font-size: 1rem;
	line-height: 1.6;
}

.edlong-article-template__content > .yoast-ai-summarize:first-child li + li {
	margin-top: .65rem;
}

@media (max-width: 620px) {
	.edlong-article-template__content > .yoast-ai-summarize:first-child {
		border-radius: 14px;
	}
}
