/**
 * Single article — technical fixes only.
 * Layout/typography come from site-information.css + gushi-legacy.css.
 */
body.single-post {
	min-width: 0 !important;
}

/* Milan stacks prev/next vertically; do not grid the footer. */
body.single-post .posts-article .article-footer {
	display: block !important;
	margin-top: 20px;
	padding-top: 0;
	font-size: 15px;
	color: var(--text-desc, rgba(255, 255, 255, 0.8));
}

body.single-post .posts-article .article-footer .article-footer-prev,
body.single-post .posts-article .article-footer .article-footer-next {
	display: flex !important;
	align-items: flex-start;
	margin-top: 10px;
}

body.single-post .posts-article .article-footer .article-footer-prev {
	margin-top: 0;
}

body.single-post .posts-article .article-footer p {
	margin: 0;
	flex-shrink: 0;
}

body.single-post .posts-article .article-footer a {
	display: block;
	color: var(--text-desc, rgba(255, 255, 255, 0.8));
	text-decoration: none;
}

body.single-post .posts-article .article-footer a:hover {
	color: var(--primary-color, #f8ceff);
}

body.single-post .posts-article .article-footer .no-more {
	color: var(--text-desc, rgba(255, 255, 255, 0.8));
	cursor: not-allowed;
}
