/* AI 资讯详情页 */
.yw-news-single {
	padding-bottom: 48px;
}

.yw-news-single__center {
	min-width: 0;
}

.yw-news-single__article {
	background: #fff;
	border: 1px solid var(--yw-border);
	border-radius: 20px;
	padding: 24px 28px 28px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.05);
}

.yw-news-single__head {
	margin-bottom: 18px;
}

.yw-news-single__cat {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: var(--yw-primary);
	text-decoration: none;
}

.yw-news-single__cat:hover {
	color: var(--yw-primary-dark);
	text-decoration: none;
}

.yw-news-single__title {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: -0.02em;
	color: #0f172a;
}

.yw-news-single__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	font-size: 13px;
	color: #94a3b8;
}

.yw-news-single__meta span + span::before {
	content: "·";
	margin: 0 10px;
	color: #cbd5e1;
}

.yw-news-single__author {
	color: #64748b;
	font-weight: 600;
}

.yw-news-single__cover {
	margin: 0 0 22px;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--yw-border);
}

.yw-news-single__cover img {
	display: block;
	width: 100%;
	height: auto;
}

.yw-news-single__content {
	margin-bottom: 24px;
}

.yw-news-single__article > .yw-ad-slot--content_bottom {
	margin: 8px 0 24px;
	clear: both;
}

.yw-news-single__article > .yw-ad-slot--detail_title {
	margin: 0 0 18px;
}

.yw-learn-single__article > .yw-ad-slot--content_bottom,
.yw-workflow-single__article > .yw-ad-slot--content_bottom,
.yw-scene-single__article > .yw-ad-slot--content_bottom,
.yw-prompt-single__article > .yw-ad-slot--content_bottom,
.yw-prompt-single__main > .yw-ad-slot--content_bottom,
.yw-tool-single .yw-ad-slot--content_bottom {
	margin: 8px 0 24px;
	clear: both;
}

.yw-news-single__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px 12px;
	padding-top: 20px;
	border-top: 1px solid var(--yw-border);
}

.yw-news-single__tags-label {
	font-size: 13px;
	font-weight: 700;
	color: #64748b;
	line-height: 32px;
}

.yw-news-tag-cloud--inline {
	flex: 1;
	min-width: 0;
}

.yw-news-single__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--yw-border);
}

.yw-news-single__nav-link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid var(--yw-border);
	background: #f8fafc;
	color: inherit;
	text-decoration: none;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.yw-news-single__nav-link:hover {
	border-color: #c7d2fe;
	background: #eef2ff;
	text-decoration: none;
}

.yw-news-single__nav-link--next {
	text-align: right;
}

.yw-news-single__nav-kicker {
	font-size: 12px;
	font-weight: 700;
	color: var(--yw-primary);
}

.yw-news-single__nav-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #0f172a;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.yw-news-single__comments {
	margin-top: 28px;
	padding-top: 24px;
	border-top: 1px solid var(--yw-border);
}

@media (max-width: 900px) {
	.yw-news-single__article {
		padding: 18px 16px 20px;
	}

	.yw-news-single__nav {
		grid-template-columns: 1fr;
	}

	.yw-news-single__nav-link--next {
		text-align: left;
	}
}
