html,
body,
button,
input,
select,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
	background: var(--body-bg-color);
	color: var(--text-color);
}

.page-main,
.main-content {
	min-height: 50vh;
}

.page-header .header-wrapper .header-logo img,
.page-header .header-wrapper .header-logo .footer-logo,
.page-header .header-wrapper .header-logo .header-logo-img,
.page-header .header-wrapper .header-logo .custom-logo-link img {
	height: 38px !important;
	width: auto !important;
	max-width: min(160px, 36vw) !important;
	max-height: 38px !important;
	object-fit: contain;
	display: block;
}

/* Header — 平台入口（对齐 yundayule.xyz） */
.page-header .header-wrapper .header-download-btn {
	display: inline-flex !important;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	gap: 0;
	width: auto !important;
	min-width: 96px;
	height: auto;
	min-height: 36px;
	padding: 8px 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	white-space: nowrap;
	cursor: pointer;
	border: none;
	background: var(--button-bg);
	color: var(--button-color);
	box-shadow: none;
	transition:
		background 0.22s ease,
		color 0.22s ease,
		transform 0.22s ease;
}

.page-header .header-wrapper .header-download-btn:hover {
	background: var(--button-bg-hover);
	color: var(--button-color);
	border: none;
	box-shadow: none;
	transform: translateY(-1px);
}

.header-download-btn__icon {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	opacity: 0.95;
	color: currentColor;
}

@media screen and (max-width: 1200px) {
	html,
	body {
		min-width: 0 !important;
		width: 100%;
		overflow-x: clip;
	}

	.page-main,
	.main-content {
		overflow-x: clip;
	}

	.page-header,
	.page-header .header-container {
		height: 1.08rem !important;
	}

	.page-header .header-container .header-wrapper {
		min-height: 1.08rem;
		padding: 0 0.32rem !important;
		align-items: center;
	}

	.page-header .header-container .header-wrapper .page-nav {
		top: 1.08rem !important;
	}

	.page-header .header-container .header-wrapper .page-nav .nav-list {
		padding-bottom: 0;
	}

	/* Mobile news submenu — flat list like Milan, no wrapper border */
	.page-header .header-container .header-wrapper .page-nav .nav-list .nav-item .sub-menu-wrapper .sub-menu {
		border: none !important;
		box-shadow: none !important;
		background: transparent !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}

	.page-header .header-container .header-wrapper .page-nav .nav-list .nav-item .sub-menu-wrapper .sub-menu::before {
		content: none !important;
	}

	/* Mobile news submenu — breathing room below last category link */
	.page-header .header-container .header-wrapper .page-nav .nav-list .nav-item .sub-menu-wrapper .sub-menu li {
		padding: 0.14rem 0 !important;
	}

	.page-header .header-container .header-wrapper .page-nav .nav-list .nav-item .sub-menu-wrapper .sub-menu li:last-child {
		padding-bottom: 0.36rem !important;
	}

	.page-header .header-container .header-wrapper .page-nav .nav-list .nav-item .sub-menu-wrapper .sub-menu li a {
		height: auto !important;
		min-height: 0.4rem;
		line-height: 1.45 !important;
		padding-top: 0.04rem !important;
		padding-bottom: 0.04rem !important;
		white-space: normal !important;
	}

	.page-header .header-cover {
		top: 1.08rem !important;
	}

	.page-header .header-container .header-logo img,
	.page-header .header-container .header-logo .header-logo-img,
	.page-header .header-container .header-logo .custom-logo-link img {
		height: 0.52rem !important;
		max-height: 0.52rem !important;
		max-width: min(2.4rem, 44vw) !important;
		width: auto !important;
	}

	.page-header .header-container .header-download-btn,
	.page-header .header-wrapper .header-download-btn {
		width: auto !important;
		min-width: 2.05rem;
		max-width: 46vw;
		height: auto !important;
		min-height: 0.56rem !important;
		padding: 0.08rem 0.2rem !important;
		gap: 0.05rem;
		font-size: 14px !important;
		line-height: 20px !important;
	}

	.header-download-btn__icon {
		width: 0.22rem;
		height: 0.22rem;
	}

	.header-download-btn__label {
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: inherit;
		line-height: inherit;
	}

	.page-header .header-container .header-mobile-menu-icon {
		width: 0.44rem !important;
		height: 0.44rem !important;
		margin-left: 0.16rem !important;
		font-size: 0.44rem !important;
		color: var(--header-text-hover-color, #f8ceff) !important;
	}
}

.page-header .header-wrapper .page-nav .nav-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.page-footer .footer-container .footer-info .footer-info-wrapper .footer-logo {
	width: 148px;
	max-width: 38vw;
	height: auto;
	max-height: 38px;
	object-fit: contain;
	margin-bottom: 8px;
}

.section-title-wrapper.posts-title-wrapper {
	margin: 0;
}

.posts-title-wrapper {
	padding: 44px 24px 32px;
	margin: 0;
	text-align: center;
	background:
		radial-gradient(ellipse 65% 90% at 50% -30%, rgba(59, 181, 198, 0.14) 0%, transparent 68%),
		radial-gradient(ellipse 50% 60% at 80% 20%, rgba(43, 68, 176, 0.12) 0%, transparent 55%),
		linear-gradient(180deg, #0c1430 0%, var(--body-bg-color) 100%);
	border-bottom: 1px solid rgba(59, 181, 198, 0.1);
}

.posts-title-wrapper .section-title {
	background: var(--banner-title-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: clamp(26px, 3.2vw, 34px);
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0;
	padding-bottom: 0;
}

.posts-title-wrapper .section-split {
	width: 56px;
	height: 3px;
	margin: 14px auto 0;
	background: linear-gradient(90deg, #3bb5c6 0%, #2b44b0 100%);
	border-radius: 999px;
	position: relative;
}

.posts-title-wrapper .section-split::before {
	display: none;
}

.posts-title-wrapper .section-breadcrumb {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 18px;
	padding: 9px 20px;
	border-radius: 999px;
	background: rgba(6, 10, 24, 0.62);
	border: 1px solid rgba(43, 68, 176, 0.28);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 8px 24px rgba(4, 8, 24, 0.22);
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.55);
}

.posts-title-wrapper .section-breadcrumb a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 0.2s ease;
}

.posts-title-wrapper .section-breadcrumb a::after {
	display: none !important;
	content: none !important;
}

.posts-title-wrapper .section-breadcrumb a + a::before {
	content: "›";
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.32);
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.posts-title-wrapper .section-breadcrumb a:first-child::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	vertical-align: -2px;
	background-color: rgba(255, 255, 255, 0.72);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M3 10.5L12 4l9 6.5V20a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10.5z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M3 10.5L12 4l9 6.5V20a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.posts-title-wrapper .section-breadcrumb a:hover {
	color: #3bb5c6;
}

.posts-title-wrapper .section-breadcrumb a:last-child {
	color: #3bb5c6;
	font-weight: 600;
	pointer-events: none;
}

/* Desktop header dropdown — match Milan common.css (gradient panel, no extra border box) */
@media screen and (min-width: 1201px) {
	.page-header .header-wrapper .page-nav .nav-list .nav-item .sub-menu-wrapper .sub-menu {
		background: var(--header-sub-menu-gradient, var(--nav-background));
		border: none;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.page-header .header-wrapper .page-nav .nav-list .nav-item .sub-menu-wrapper .sub-menu::before {
		border-bottom-color: var(--header-sub-menu-gradient, #2b1e2f);
	}
}

.posts-page-container.container,
.posts-page-container.posts-detail-page.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 28px 16px 64px;
	box-sizing: border-box;
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .filter-btn.active {
	pointer-events: none;
}

.yunda-empty {
	text-align: center;
	color: var(--desc-color);
	padding: 48px 0;
}

.yunda-404 {
	max-width: 560px;
	margin: 0 auto 80px;
	padding: 48px 24px 56px;
	text-align: center;
	background: var(--nav-background);
	border: 1px solid var(--border-color);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.yunda-404__code {
	margin: 0;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	background: var(--banner-title-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.yunda-404__title {
	margin: 16px 0 0;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

.yunda-404__desc {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.65;
}

.yunda-404__btn {
	display: inline-block;
	margin-top: 28px;
	padding: 10px 28px;
	border-radius: 999px;
	background: var(--button-bg);
	color: var(--button-color);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	transition: opacity 0.2s ease;
}

.yunda-404__btn:hover {
	opacity: 0.9;
	color: #fff;
}

.posts-date-icon {
	background-image: var(--time-icon);
	display: inline-block;
	width: 13px;
	height: 13px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: -2px;
}

.posts-eye-icon {
	background-image: var(--eye-icon);
}

.mypages a.disabled {
	pointer-events: none;
	opacity: 0.45;
}

.yunda-brand-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.1;
}

.yunda-brand-logo-mark {
	font-family: "Brush Script MT", "Segoe Script", cursive;
	font-size: 34px;
	font-weight: 700;
	color: var(--banner-title-gradient);
}

.yunda-brand-logo-text {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.yunda-brand-logo-domain {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
}

/* 为什么选择 — 左侧品牌图入场/悬停动效 */
@keyframes yunda-introduce-banner-shine {
	0% {
		transform: translateX(-130%) skewX(-14deg);
		opacity: 0;
	}

	35% {
		opacity: 0.45;
	}

	100% {
		transform: translateX(130%) skewX(-14deg);
		opacity: 0;
	}
}

.introduce .introduce-banner-wrapper {
	position: relative;
	opacity: 0;
	transform: translate3d(-32px, 0, 0) scale(0.94);
	transition:
		opacity 0.75s ease,
		transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.45s ease;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
	will-change: opacity, transform;
}

.introduce .introduce-banner-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	background: linear-gradient(
		115deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.28) 48%,
		rgba(255, 255, 255, 0) 100%
	);
	transform: translateX(-130%) skewX(-14deg);
	opacity: 0;
	pointer-events: none;
}

.introduce .introduce-banner-wrapper.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
		box-shadow:
		0 24px 48px rgba(0, 0, 0, 0.35),
		0 0 0 1px rgba(43, 68, 176, 0.22);
}

.introduce .introduce-banner-wrapper.is-visible::before {
	animation: yunda-introduce-banner-shine 1.1s ease 0.25s 1 both;
}

.introduce .introduce-banner-wrapper img {
	display: block;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) and (pointer: fine) {
	.introduce .introduce-banner-wrapper.is-visible:hover {
		transform: translate3d(0, -8px, 0) scale(1.015);
		box-shadow:
			0 32px 56px rgba(0, 0, 0, 0.42),
			0 0 28px rgba(43, 68, 176, 0.22);
	}

	.introduce .introduce-banner-wrapper.is-visible:hover img {
		transform: scale(1.04);
	}
}

@media screen and (max-width: 1200px) {
	.introduce .introduce-banner-wrapper {
		transform: translate3d(0, 28px, 0) scale(0.92);
	}

	.introduce .introduce-banner-wrapper.is-visible {
		transform: translate3d(0, 0, 0) scale(1);
	}

	@media (hover: hover) and (pointer: fine) {
		.introduce .introduce-banner-wrapper.is-visible:hover {
			transform: translate3d(0, -4px, 0) scale(1.01);
		}
	}
}

@media (prefers-reduced-motion: reduce) {
	.introduce .introduce-banner-wrapper,
	.introduce .introduce-banner-wrapper.is-visible {
		opacity: 1;
		transform: none;
		transition: none;
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
	}

	.introduce .introduce-banner-wrapper::before {
		animation: none;
	}

	.introduce .introduce-banner-wrapper img {
		transition: none;
	}
}


/* Portal bar — 与米兰站入口卡片一致，无额外描边/阴影 */
.yd-portal__logo {
	box-shadow: none !important;
	border: none !important;
}

/* 运达娱乐产品 — 图片内嵌，取消 heavy shadow / scale */
.products .venue-container .venue-item,
.products .gaming-container .gaming-wrapper .gaming-item {
	box-shadow: none !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transform: none !important;
}

.products .venue-container .venue-item:hover,
.products .gaming-container .gaming-wrapper .gaming-item:hover {
	transform: none !important;
	border-color: rgba(43, 68, 176, 0.28);
}

.products .venue-container .venue-item .img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products .football-container .football-wrapper {
	box-shadow: none !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 1200px) {
	.products .venue-container .venue-item {
		box-shadow: none !important;
	}

	.products .gaming-container .gaming-wrapper .gaming-item {
		box-shadow: none !important;
	}
}


/* 玩法介绍 — 保持大图 + 仅图片单次淡入 */
@keyframes yunda-tutorial-img-in {
	from {
		opacity: 0;
		transform: scale(0.97);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.tutorial .tutorial-introduction-wrapper .tutorial-list-wrapper .tutorial-text-container.active .tutorial-text-img-content img {
	animation: yunda-tutorial-img-in 0.32s ease both;
}

@media screen and (min-width: 1201px) {
	.tutorial .tutorial-list-wrapper {
		overflow: visible;
	}

	.tutorial .tutorial-introduction-wrapper .tutorial-list-wrapper .tutorial-text-img-content {
		position: absolute !important;
		top: 0 !important;
		right: -350px !important;
		width: 286px !important;
		height: 286px !important;
		margin: -20px 40px 20px 0 !important;
		padding: 0 !important;
		border: none !important;
		background: transparent !important;
		border-radius: 0 20px 20px 0 !important;
		overflow: hidden !important;
		display: block !important;
		box-shadow: none !important;
	}

	.tutorial .tutorial-introduction-wrapper .tutorial-list-wrapper .tutorial-text-img-content img {
		width: 310px !important;
		height: 310px !important;
		max-height: none !important;
		object-fit: fill !important;
		border-radius: 0 !important;
	}

	.tutorial .tutorial-introduction-wrapper .tutorial-list-wrapper .tutorial-text-content-wrapper {
		display: block !important;
	}

	.tutorial .tutorial-introduction-wrapper .tutorial-list-wrapper .tutorial-text-wrapper {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		padding: 26px 40px 10px !important;
	}
}

@media screen and (max-width: 1200px) {
	.tutorial .tutorial-introduction-wrapper .tutorial-list-wrapper .tutorial-text-container .tutorial-text-img-content {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		width: 100% !important;
		height: auto !important;
		margin: 0.2rem 0 0 !important;
		padding: 0 0.4rem !important;
		border: none !important;
		background: transparent !important;
		border-radius: 0.2rem !important;
		box-shadow: none !important;
		overflow: hidden !important;
	}

	.tutorial .tutorial-introduction-wrapper .tutorial-list-wrapper .tutorial-text-container .tutorial-text-img-content img {
		width: 100% !important;
		height: auto !important;
		max-height: none !important;
		object-fit: fill !important;
		border-radius: 0.12rem !important;
	}
}

/* ===== 资讯列表 / 文章详情 ===== */
:root {
	--yunda-news-panel: linear-gradient(165deg, rgba(16, 24, 52, 0.96) 0%, rgba(8, 12, 28, 0.94) 100%);
	--yunda-news-border: rgba(59, 181, 198, 0.16);
	--yunda-news-divider: rgba(255, 255, 255, 0.07);
}

.main-content {
	background:
		radial-gradient(ellipse 80% 42% at 50% 0%, rgba(43, 68, 176, 0.18) 0%, transparent 55%),
		linear-gradient(180deg, var(--body-bg-color) 0%, #080e1e 100%);
	min-height: 60vh;
}

.posts-page-container:not(.posts-detail-page) .posts-breadcrumb {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 22px;
	padding: 9px 20px;
	border-radius: 999px;
	background: rgba(6, 10, 24, 0.62);
	border: 1px solid rgba(43, 68, 176, 0.28);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.04),
		0 8px 24px rgba(4, 8, 24, 0.22);
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.55);
}

.posts-page-container:not(.posts-detail-page) .posts-breadcrumb a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	transition: color 0.2s ease;
}

.posts-page-container .posts-breadcrumb a::after {
	display: none !important;
	content: none !important;
}

.posts-page-container .posts-breadcrumb a + .breadcrumb-current::before {
	content: "›";
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.32);
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.posts-page-container .posts-breadcrumb a:first-child::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	vertical-align: -2px;
	background-color: rgba(255, 255, 255, 0.72);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M3 10.5L12 4l9 6.5V20a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10.5z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M3 10.5L12 4l9 6.5V20a1 1 0 0 1-1 1h-5v-6H9v6H4a1 1 0 0 1-1-1V10.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.posts-page-container .posts-breadcrumb a:hover {
	color: #3bb5c6;
}

.posts-page-container .posts-breadcrumb .breadcrumb-current {
	color: #3bb5c6;
	font-weight: 600;
}

.posts-page-container .posts-breadcrumb .separator {
	display: none;
}

.posts-page-container .posts-content {
	gap: 32px;
	align-items: flex-start;
}

/* —— 分类筛选（高优先级覆盖 site-information.css）—— */
.posts-page-container .posts-content .posts-main .posts-main-header {
	display: block;
	padding: 0 0 18px;
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper {
	overflow: visible;
	width: 100%;
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .swiper-slide {
	width: auto !important;
	flex: 0 0 auto;
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .filter-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 22px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
	border: none;
	background: transparent;
	color: rgba(255, 255, 255, 0.52);
	text-decoration: none;
	transition:
		color 0.22s ease,
		background 0.22s ease;
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .filter-btn::after {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 0;
	height: 2px;
	border-radius: 2px 2px 0 0;
	background: transparent;
	transition: background 0.22s ease, box-shadow 0.22s ease;
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .filter-btn:hover {
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.03);
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .filter-btn.active {
	color: #fff !important;
	background: rgba(43, 68, 176, 0.12) !important;
	border: none !important;
	box-shadow: none !important;
}

.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .filter-btn.active::after {
	background: linear-gradient(90deg, #5ecfe0 0%, #5b8cff 100%);
	box-shadow: 0 0 10px rgba(91, 140, 255, 0.55);
}

/* —— 文章列表面板（单层容器，去掉双层卡片）—— */
.posts-page-container .posts-content .posts-main > div {
	overflow: hidden;
	border-radius: 16px;
	background: var(--yunda-news-panel);
	border: 1px solid var(--yunda-news-border);
	box-shadow: 0 16px 40px rgba(4, 8, 24, 0.36);
}

.posts-page-container .posts-content .posts-main > div > .posts-list {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item {
	display: flex;
	gap: 22px;
	padding: 22px 26px;
	margin: 0 !important;
	border: none !important;
	border-bottom: 1px solid var(--yunda-news-divider) !important;
	border-radius: 0 !important;
	background: transparent !important;
	transition: background 0.2s ease;
	cursor: pointer;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item:last-child {
	border-bottom: none !important;
	padding-bottom: 22px !important;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item:hover {
	background: rgba(43, 68, 176, 0.09) !important;
	transform: none;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item:hover .posts-item-content .posts-item-title a {
	color: #3bb5c6 !important;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-img {
	width: 240px;
	aspect-ratio: 16 / 10;
	flex-shrink: 0;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	min-width: 0;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 8px;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-title a {
	color: #fff;
	text-decoration: none;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-desc {
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer .posts-date {
	color: rgba(255, 255, 255, 0.62);
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer .posts-item-footer-left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer .posts-item-footer-left .posts-date {
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer .posts-item-footer-left .posts-tags {
	display: inline-flex;
	align-items: center;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer .posts-item-footer-left .posts-tags + .posts-date::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin: 0 12px;
	background: rgba(255, 255, 255, 0.16);
	flex-shrink: 0;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer .posts-item-footer-left .posts-date .posts-date-icon {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	opacity: 0.62;
	flex-shrink: 0;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer .posts-tag {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(94, 207, 224, 0.12);
	border: 1px solid rgba(94, 207, 224, 0.32);
	color: #5ecfe0 !important;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-content .posts-item-footer .posts-tag:hover {
	color: #8de8f2 !important;
	border-color: rgba(141, 232, 242, 0.45);
	background: rgba(94, 207, 224, 0.18);
}

/* —— 侧边栏 —— */
.posts-page-container .posts-content .posts-sidebar {
	gap: 26px;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .module-title {
	position: relative;
	padding: 0 0 12px 14px;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-left: 3px solid #3bb5c6;
	line-height: 1.4;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list,
.posts-page-container .posts-content .posts-sidebar .sidebar-module .tag-cloud,
.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-link-grid {
	padding: 6px 14px;
	background: var(--yunda-news-panel);
	border: 1px solid var(--yunda-news-border);
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(4, 8, 24, 0.28);
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item {
	padding: 14px 0;
	border-bottom: 1px solid var(--yunda-news-divider);
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item:last-child {
	border-bottom: none;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item .sidebar-item-img {
	width: 96px;
	height: 68px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item-content .sidebar-item-title a {
	color: rgba(255, 255, 255, 0.88);
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item:hover .sidebar-item-content .sidebar-item-title a {
	color: #3bb5c6 !important;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item-content .sidebar-item-time {
	color: rgba(255, 255, 255, 0.45);
	font-size: 12px;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module__more {
	margin: 14px 0 0;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module__more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 13px;
	font-weight: 600;
	color: #63b3ed;
	text-decoration: none;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module__more-link:hover {
	color: #fff;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .tag-cloud .tag-cloud-item {
	border: 1px solid rgba(43, 68, 176, 0.28);
	background: rgba(43, 68, 176, 0.1);
	color: rgba(255, 255, 255, 0.82);
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .tag-cloud .tag-cloud-item:hover {
	background: rgba(43, 68, 176, 0.22);
	color: #fff;
}

/* —— 文章详情 —— */
.posts-article {
	background: var(--yunda-news-panel);
	border: 1px solid var(--yunda-news-border);
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(4, 8, 24, 0.36);
	padding: 32px 36px;
}

.posts-article .article-title {
	font-size: clamp(22px, 2.5vw, 28px);
	color: #fff;
	margin-bottom: 16px;
	line-height: 1.45;
}

.posts-article .article-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
	padding: 12px 14px;
	margin-bottom: 4px;
	border-radius: 10px;
	background: rgba(8, 12, 28, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.posts-article .article-meta .meta-item {
	color: rgba(255, 255, 255, 0.65);
}

.posts-article .article-content {
	margin-top: 24px;
	padding-bottom: 24px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.85;
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.posts-article .article-content h2,
.posts-article .article-content h3,
.posts-article .article-content h4 {
	color: #fff;
	margin: 1.4em 0 0.6em;
	line-height: 1.4;
}

.posts-article .article-content p {
	margin: 0 0 1em;
}

.posts-article .article-content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 1em 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.posts-detail-page .posts-article .article-content img {
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	border-radius: 6px !important;
}

.posts-detail-page .posts-article .article-content > figure.wp-block-image {
	border-radius: 0 !important;
	overflow: visible !important;
	padding: 0 !important;
	background: transparent !important;
}

.posts-article .article-content a {
	color: var(--primary-color, #f8ceff) !important;
	text-decoration: none;
}

.posts-article .article-content a * {
	color: var(--primary-color, #f8ceff) !important;
}

.posts-article .article-footer {
	padding-top: 4px;
	color: rgba(255, 255, 255, 0.72);
}

.posts-article .article-footer__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 24px;
}

.posts-article .article-footer .article-footer-prev,
.posts-article .article-footer .article-footer-next {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-top: 0;
}

.posts-article .article-footer__link-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.posts-article .article-footer__link {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.posts-article .article-footer__date {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.posts-article .article-footer__archive {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 13px;
}

.posts-article .article-footer__archive a {
	color: #63b3ed;
	text-decoration: none;
}

.posts-article .article-footer__archive a:hover {
	color: #fff;
}

.posts-article .article-footer__archive-sep {
	color: rgba(255, 255, 255, 0.35);
}

.posts-article .article-footer .article-footer-prev p,
.posts-article .article-footer .article-footer-next p {
	margin: 0;
	flex-shrink: 0;
}

.posts-article .article-footer a {
	flex: 1;
	min-width: 0;
	color: rgba(255, 255, 255, 0.85);
}

.posts-article .article-footer a:hover {
	color: #3bb5c6;
}

.posts-related {
	margin-top: 28px;
	padding: 22px 26px;
	border-radius: 16px;
	background: var(--yunda-news-panel);
	border: 1px solid var(--yunda-news-border);
	box-shadow: 0 12px 28px rgba(4, 8, 24, 0.28);
}

.posts-related .module-title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 16px;
	padding-left: 14px;
	border-left: 3px solid #3bb5c6;
}

.posts-related .posts-list {
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.posts-related .posts-item {
	padding: 16px 0 !important;
	border-bottom: 1px solid var(--yunda-news-divider) !important;
	background: transparent !important;
}

.posts-related .posts-item:last-child {
	border-bottom: none !important;
}

/* —— 分页 —— */
.mypages {
	margin-top: 24px;
}

.mypages li {
	border: 1px solid rgba(43, 68, 176, 0.24);
	background: rgba(8, 12, 28, 0.45);
}

.mypages li:hover {
	border-color: rgba(59, 181, 198, 0.4);
}

.mypages .page-num-current {
	border-color: transparent;
	background: linear-gradient(135deg, #3bb5c6 0%, #2b44b0 100%);
	box-shadow: 0 4px 12px rgba(43, 68, 176, 0.28);
}

.yunda-empty {
	padding: 48px 24px;
	border-radius: 14px;
	background: var(--yunda-news-panel);
	border: 1px dashed rgba(43, 68, 176, 0.28);
	color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1200px) {
	.posts-title-wrapper {
		padding: 32px 16px 24px;
	}

	.posts-title-wrapper .section-breadcrumb {
		padding: 8px 14px;
		font-size: 12px;
	}

	.posts-title-wrapper .section-breadcrumb a + a::before {
		margin: 0 7px;
		font-size: 14px;
	}

	.posts-page-container.container:not(.posts-detail-page),
	.posts-page-container:not(.posts-detail-page).container {
		padding: 16px 12px 40px;
		max-width: 100%;
	}

	.posts-page-container:not(.posts-detail-page) .posts-breadcrumb {
		padding: 8px 14px;
		font-size: 12px;
		margin-bottom: 16px;
	}

	.posts-page-container:not(.posts-detail-page) .posts-breadcrumb a + .breadcrumb-current::before {
		margin: 0 7px;
		font-size: 14px;
	}

	.posts-page-container .posts-content {
		flex-direction: column;
		gap: 20px;
	}

	.posts-page-container .posts-content .posts-sidebar {
		width: 100% !important;
		max-width: 100%;
	}

	.posts-page-container:not(.posts-detail-page) .posts-article {
		padding: 18px 14px;
		border-radius: 14px;
	}

	.posts-page-container:not(.posts-detail-page) .posts-article .article-title {
		font-size: 20px;
		line-height: 1.45;
		word-break: break-word;
	}

	.posts-page-container:not(.posts-detail-page) .posts-article .article-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 10px 12px;
	}

	.posts-page-container:not(.posts-detail-page) .posts-article .article-content {
		font-size: 14px;
		line-height: 1.75;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.posts-article .article-content img,
	.posts-article .article-content video,
	.posts-article .article-content iframe {
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
	}

	.posts-article .article-content pre {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.posts-article .article-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.posts-page-container:not(.posts-detail-page) .posts-article .article-footer .article-footer-prev,
	.posts-page-container:not(.posts-detail-page) .posts-article .article-footer .article-footer-next {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.posts-article .article-footer__row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.posts-article .article-footer a {
		word-break: break-word;
		line-height: 1.5;
	}

	.posts-page-container:not(.posts-detail-page) .posts-related {
		padding: 16px 14px;
		margin-top: 20px;
	}

	.posts-page-container:not(.posts-detail-page) .posts-related .posts-item {
		flex-direction: column !important;
		padding: 14px 0 !important;
		gap: 12px !important;
	}

	.posts-page-container:not(.posts-detail-page) .posts-related .posts-item .posts-item-img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 16 / 9;
	}

	.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner {
		gap: 0;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner::-webkit-scrollbar {
		display: none;
	}

	.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .filter-btn {
		min-height: 40px;
		padding: 8px 16px;
		font-size: 13px;
		flex-shrink: 0;
	}

	.posts-page-container .posts-content .posts-main .posts-main-header .nav-swiper .nav-swiper-inner .filter-btn::after {
		left: 12px;
		right: 12px;
	}

	.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item {
		flex-direction: column;
		padding: 18px 16px;
		gap: 14px;
	}

	.posts-page-container .posts-content .posts-main > div > .posts-list .posts-item .posts-item-img {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 768px) {
	.posts-page-container.container:not(.posts-detail-page),
	.posts-page-container:not(.posts-detail-page).container {
		padding: 12px 10px 32px;
	}

	.posts-page-container:not(.posts-detail-page) .posts-article {
		padding: 16px 12px;
	}

	.posts-page-container:not(.posts-detail-page) .posts-article .article-title {
		font-size: 18px;
	}

	.posts-page-container:not(.posts-detail-page) .posts-article .article-meta .meta-item {
		font-size: 12px;
	}

	.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item .sidebar-item-img {
		width: 84px;
		height: 60px;
	}

	.page-footer .footer-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.posts-related-more {
	margin: 16px 0 0;
	padding-top: 14px;
	border-top: 1px solid var(--yunda-news-divider);
	text-align: right;
}

.posts-related-more a {
	color: #3bb5c6;
	font-size: 14px;
	transition: color 0.2s ease;
}

.posts-related-more a:hover {
	color: #5cc9d8;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item.is-current .sidebar-item-title a {
	color: #3bb5c6;
	pointer-events: none;
	cursor: default;
}

.posts-page-container .posts-content .posts-sidebar .sidebar-module .sidebar-list .sidebar-item.is-current .sidebar-item-time {
	color: rgba(59, 181, 198, 0.75);
}
.posts-archive-page {
	padding-bottom: 80px;
}

.posts-archive-container {
	padding-top: 24px;
	max-width: 1200px;
}

.posts-archive__header {
	text-align: center;
	margin-bottom: 28px;
}

.posts-archive__title-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.posts-archive__title-deco {
	flex: 1;
	max-width: 120px;
	height: 1px;
}

.posts-archive__title-deco--left {
	background: linear-gradient(to right, transparent, var(--primary-color));
	opacity: 0.55;
}

.posts-archive__title-deco--right {
	background: linear-gradient(to left, transparent, var(--primary-color));
	opacity: 0.55;
}

.posts-archive__title {
	margin: 0;
	font-size: clamp(22px, 3vw, 28px);
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1.3;
}

.posts-archive__subtitle {
	margin: 10px 0 0;
	font-size: 13px;
	color: var(--desc-color);
}

.posts-archive-page .posts-breadcrumb--path-only {
	padding-top: 18px;
}

.posts-archive-page .posts-list--archive {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 20px;
	margin: 0 0 28px;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.posts-archive-page .posts-list--archive .posts-item,
.posts-archive-page .posts-list--archive .posts-item--archive {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 0;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(89, 126, 247, 0.14);
	border-bottom: 1px solid rgba(89, 126, 247, 0.14);
	border-radius: 14px;
	background: linear-gradient(165deg, rgba(23, 29, 52, 0.96) 0%, rgba(15, 20, 38, 0.98) 100%);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.posts-archive-page .posts-list--archive .posts-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(89, 126, 247, 0.14);
}

.posts-archive-page .posts-list--archive .posts-item:hover {
	transform: translateY(-4px);
	border-color: rgba(89, 126, 247, 0.32);
	box-shadow: 0 14px 32px rgba(89, 126, 247, 0.12);
	cursor: pointer;
	background: linear-gradient(165deg, rgba(28, 36, 62, 0.98) 0%, rgba(18, 24, 44, 0.99) 100%);
}

.posts-archive-page .posts-list--archive .posts-item-img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 0;
	flex-shrink: 0;
	overflow: hidden;
	background: rgba(89, 126, 247, 0.08);
}

.posts-archive-page .posts-list--archive .posts-item-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.posts-archive-page .posts-list--archive .posts-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.posts-archive-page .posts-list--archive .posts-item:hover .posts-item-img img {
	transform: scale(1.04);
}

.posts-archive-page .posts-list--archive .posts-item-content {
	padding: 16px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.posts-archive-page .posts-list--archive .posts-item-title {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.posts-archive-page .posts-list--archive .posts-item-title a {
	color: var(--title-color);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.posts-archive-page .posts-list--archive .posts-item:hover .posts-item-title a {
	color: var(--primary-color);
}

/* Card meta footer — reference style (1.4.92) */
.posts-item-meta {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 0;
	margin: 12px 0 0;
	padding: 0;
	background: transparent;
	border: none;
}

.posts-archive-page .posts-list--archive .posts-item-meta {
	margin: 0;
	margin-top: auto;
	padding-top: 12px;
}

.posts-item-meta__tag {
	display: inline-flex;
	align-items: center;
	max-width: 62%;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	color: #63b3ed;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: rgba(59, 130, 246, 0.16);
	border: 1px solid rgba(99, 179, 237, 0.22);
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.posts-item-meta__tag:hover {
	color: #90cdf4;
	background: rgba(59, 130, 246, 0.24);
	border-color: rgba(99, 179, 237, 0.34);
}

.posts-item-meta__sep {
	flex-shrink: 0;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: rgba(255, 255, 255, 0.22);
	user-select: none;
}

.posts-item-meta__date {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: 12px;
	font-weight: 400;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	color: #718096;
}

.posts-item-meta__icon {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	color: #718096;
	opacity: 0.85;
}

.posts-breadcrumb__item--current .posts-breadcrumb__current {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.posts-archive__empty {
	margin: 0;
	padding: 48px 24px;
	text-align: center;
	font-size: 15px;
	color: var(--desc-color);
	background: linear-gradient(165deg, rgba(23, 29, 52, 0.96) 0%, rgba(15, 20, 38, 0.98) 100%);
	border: 1px solid rgba(89, 126, 247, 0.12);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.posts-archive-pagination.mypages {
	margin-top: 8px;
}

.posts-archive-pagination.mypages ul {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.posts-archive-pagination.mypages .page-wrapper {
	float: none;
	margin: 0;
	border: none;
	background: transparent;
	list-style: none;
}

.posts-archive-pagination.mypages .page-wrapper a,
.posts-archive-pagination.mypages .page-wrapper span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	border: 1px solid rgba(89, 126, 247, 0.2);
	border-radius: 8px;
	background: linear-gradient(165deg, rgba(23, 29, 52, 0.96) 0%, rgba(15, 20, 38, 0.98) 100%);
	color: var(--title-color);
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.posts-archive-pagination.mypages .page-wrapper a:hover {
	color: var(--button-color);
	background: var(--button-bg);
	border-color: transparent;
}

.posts-archive-pagination.mypages .page-wrapper span.current {
	color: var(--button-color);
	background: var(--button-bg);
	border-color: transparent;
}

.posts-archive-pagination.mypages .page-wrapper .dots {
	border: none;
	background: transparent;
	color: var(--desc-color);
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	.posts-archive-page .posts-list--archive {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

@media screen and (max-width: 768px) {
	.posts-archive-page {
		padding-bottom: 0.32rem;
	}

	.posts-archive-container {
		padding-top: 0.28rem;
	}

	.posts-archive__header {
		margin-bottom: 0.36rem;
	}

	.posts-archive__title-wrap {
		gap: 0.16rem;
	}

	.posts-archive__title {
		font-size: clamp(18px, 4.8vw, 24px);
	}

	.posts-archive__subtitle {
		font-size: 12px;
		margin-top: 8px;
	}

	.posts-archive-page .posts-breadcrumb--path-only {
		padding-top: 0.28rem;
	}

	.posts-archive-page .posts-list--archive {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 0.36rem;
	}

	.posts-archive-page .posts-list--archive .posts-item-content {
		padding: 14px;
	}

	.posts-archive-page .posts-list--archive .posts-item-title {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.posts-archive-page .posts-list--archive .posts-item-meta {
		margin: 0;
		margin-top: auto;
		padding-top: 10px;
	}

	.posts-item-meta__tag {
		padding: 5px 10px;
		font-size: 11px;
	}

	.posts-item-meta__date {
		font-size: 11px;
	}

	.posts-item-meta__icon {
		width: 12px;
		height: 12px;
	}

	.posts-breadcrumb__item--current .posts-breadcrumb__current {
		padding: 0.12rem;
		font-size: 0.26rem;
	}

	.posts-archive__empty {
		padding: 0.6rem 0.32rem;
		font-size: 0.28rem;
	}

	.posts-archive-pagination.mypages .page-wrapper a,
	.posts-archive-pagination.mypages .page-wrapper span {
		min-width: 0.64rem;
		height: 0.64rem;
		padding: 0 0.2rem;
		font-size: 0.26rem;
	}
}

/* Related typography polish 1.4.72 */
.posts-related__header {
	margin-bottom: 22px;
}

.posts-related-card__body {
	padding: 12px 14px;
}

@media screen and (max-width: 1200px) {
	.posts-related__header {
		margin-bottom: 16px;
	}

	.posts-related-card__body {
		padding: 10px 12px;
	}
}
/* Mobile footer gap — tighten space above 快捷入口 (1.4.73) */
@media screen and (max-width: 1200px) {
	.page-footer .footer-container .footer-navigation .footer-navigation-item .footer-navigation-title {
		padding-top: 0.2rem;
	}

	.page-footer .footer-container .footer-navigation .footer-navigation-item .footer-navigation-url-list {
		padding-top: 0.2rem;
	}

	.posts-related-container {
		margin-bottom: 0;
	}
}

/* 404 error page */
.posts-error-page .posts-error-page__code {
	font-size: clamp(3rem, 8vw, 5rem);
	color: #597ef7;
}
.posts-error-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	padding: 24px 0 48px;
}
.posts-breadcrumb__item--current .posts-breadcrumb__current {
	color: #597ef7;
	font-weight: 600;
}

/* Article images — unified layout (1.4.87) */
.posts-article .article-content > figure.wp-block-image {
	margin: 1.5em 0;
	padding: 0;
	border-radius: 12px;
	overflow: hidden;
}

/* Cover: first image in article body */
.posts-article .article-content > figure.wp-block-image:first-child {
	margin: 0 0 28px;
	aspect-ratio: 16 / 9;
	max-height: 420px;
}

.posts-article .article-content > figure.wp-block-image:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

.posts-article .article-content > figure.wp-block-image:first-child figcaption {
	margin-top: 10px;
}

/* Inline body images: middle figures */
.posts-article .article-content > figure.wp-block-image:not(:first-child):not(:last-child) {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.posts-article .article-content > figure.wp-block-image:not(:first-child):not(:last-child) img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

/* CTA banner: last image when multiple figures exist */
.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) {
	margin-top: 32px;
	margin-bottom: 0;
	max-height: 220px;
	aspect-ratio: auto;
}

.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) img {
	width: 100%;
	height: 100%;
	max-height: 220px;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}

/* Single figure only — cover style, not CTA */
.posts-article .article-content > figure.wp-block-image:only-child {
	max-height: 420px;
}

/* Override API inline dimensions */
.posts-article .article-content img {
	max-width: 100% !important;
	height: auto !important;
}

.posts-article .article-content > figure.wp-block-image:first-child img,
.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) img {
	height: 100% !important;
}

@media screen and (max-width: 768px) {
	.posts-article .article-content > figure.wp-block-image:first-child {
		max-height: 240px;
		margin-bottom: 20px;
	}

	.posts-article .article-content > figure.wp-block-image:not(:first-child):not(:last-child) {
		max-width: 100%;
	}

	.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) {
		max-height: 160px;
	}

	.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) img {
		max-height: 160px;
	}
}

/* Single article SEO layout (1.4.88) */
.posts-article__inner {
	max-width: 820px;
	margin-left: 0;
	margin-right: auto;
	width: 100%;
}

.posts-article__header {
	margin-bottom: 20px;
}

.posts-article .article-content--prose {
	max-width: none;
	margin-top: 0;
}

.posts-breadcrumb__item--current .posts-breadcrumb__current {
	display: inline-block;
	max-width: min(42vw, 320px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
}

@media screen and (min-width: 769px) {
	.posts-breadcrumb__item--current .posts-breadcrumb__current {
		max-width: min(36vw, 480px);
	}
}

@media screen and (max-width: 768px) {
	.posts-breadcrumb__item--current .posts-breadcrumb__current {
		max-width: 38vw;
	}

	.posts-article .article-meta {
		gap: 0.5em 0.8em;
	}
}
/* Article layout alignment (1.4.89) */
.posts-article .article-content > figure.wp-block-image:first-child {
	margin-top: 0;
	margin-bottom: 24px;
	max-height: 380px;
}

.posts-article .article-title {
	line-height: 1.35;
	word-break: break-word;
}

.posts-article .article-meta {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.posts-article__inner {
		max-width: none;
	}

	.posts-article .article-content > figure.wp-block-image:first-child {
		max-height: 220px;
		margin-bottom: 18px;
	}
}
/* Article left editorial alignment (1.4.90) */
.posts-single-container .posts-article {
	text-align: left;
}

/* fixed broken rule v2.8.1 */

/* Yunda archive SEO v2.8.0 */
.posts-single-container .posts-read-more .posts-item-footer-right {
	color: var(--text-desc);
}
/* Archive SEO intro (1.4.97) */
.posts-archive__intro {
	max-width: 820px;
	margin: 16px auto 20px;
	padding: 14px 18px;
	border-radius: 10px;
	background: rgba(89, 126, 247, 0.06);
	border: 1px solid rgba(89, 126, 247, 0.14);
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
}

.posts-archive__intro p {
	margin: 0;
}

.posts-archive-page .posts-list--archive .posts-item-desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1 1 auto;
	margin: 8px 0 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.58);
}

@media screen and (max-width: 768px) {
	.posts-archive__intro {
		margin: 12px auto 16px;
		padding: 12px 14px;
		font-size: 13px;
	}

}

/* ===== Yunda v2.8.1 — single article layout fix ===== */

/* Neutralize legacy pill breadcrumb on new path-only nav */
.posts-detail-page .posts-breadcrumb--path-only,
.posts-page-container > .posts-breadcrumb--path-only {
	display: block;
	width: 100%;
	margin: 0 0 16px;
	padding: 16px 0 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: inherit;
	line-height: inherit;
}

.posts-detail-page .posts-breadcrumb--path-only a::before,
.posts-detail-page .posts-breadcrumb--path-only a::after,
.posts-page-container .posts-breadcrumb--path-only a::before,
.posts-page-container .posts-breadcrumb--path-only a::after {
	display: none !important;
	content: none !important;
}

.posts-breadcrumb--path-only .posts-breadcrumb__inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 44px;
	padding: 0 18px 0 14px;
	background: linear-gradient(180deg, rgba(23, 29, 52, 0.96) 0%, rgba(15, 20, 38, 0.98) 100%);
	border: 1px solid rgba(89, 126, 247, 0.18);
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	overflow: visible;
}

.posts-breadcrumb--path-only .posts-breadcrumb__inner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: linear-gradient(180deg, #8ea6f7 0%, #4d73e5 100%);
}

.posts-breadcrumb--path-only .posts-breadcrumb__label {
	flex-shrink: 0;
	margin: 0;
	padding-right: 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
}

.posts-breadcrumb--path-only .posts-breadcrumb__list {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 500;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.posts-breadcrumb--path-only .posts-breadcrumb__list::-webkit-scrollbar {
	display: none;
}

.posts-breadcrumb--path-only .posts-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.posts-breadcrumb--path-only .posts-breadcrumb__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	border-radius: 6px;
	transition: color 0.2s ease, background 0.2s ease;
}

.posts-breadcrumb--path-only .posts-breadcrumb__link:hover {
	color: #63b3ed;
	background: rgba(89, 126, 247, 0.12);
}

.posts-breadcrumb--path-only .posts-breadcrumb__icon {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	color: #63b3ed;
	opacity: 0.88;
}

.posts-breadcrumb--path-only .posts-breadcrumb__sep {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.35);
	font-size: 0;
}

.posts-breadcrumb--path-only .posts-breadcrumb__sep svg {
	width: 14px;
	height: 14px;
	display: block;
}

.posts-breadcrumb--path-only .posts-breadcrumb__current {
	display: inline-block;
	max-width: min(42vw, 520px);
	padding: 6px 10px;
	color: rgba(255, 255, 255, 0.88);
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
}

.posts-detail-page .posts-breadcrumb--path-only .posts-page-container {
	margin-bottom: 0;
	padding-bottom: 0;
}

.posts-detail-page .posts-single-container.posts-page-container {
	margin-top: 0;
	padding-top: 0;
}

/* Article meta — single horizontal row */
.posts-article__header {
	margin-bottom: 20px;
}

.posts-article .article-meta {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: 0 !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.posts-article .article-meta .meta-item {
	display: none !important;
}

.posts-article .article-meta__tag {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	color: #63b3ed;
	text-decoration: none;
	background: rgba(59, 130, 246, 0.16);
	border: 1px solid rgba(99, 179, 237, 0.22);
}

.posts-article .article-meta__sep {
	flex-shrink: 0;
	margin: 0 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.22);
}

.posts-article .article-meta__date,
.posts-article .article-meta__read,
.posts-article .article-meta__views {
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	line-height: 1;
	color: #718096;
	white-space: nowrap;
}

.posts-article .article-meta__icon,
.posts-article .article-meta svg {
	width: 13px !important;
	height: 13px !important;
	max-width: 13px !important;
	max-height: 13px !important;
	flex-shrink: 0;
}

.posts-article .article-title {
	margin: 0 0 4px;
	line-height: 1.35;
	word-break: break-word;
}

@media screen and (max-width: 768px) {
	.posts-breadcrumb--path-only .posts-breadcrumb__inner {
		flex-wrap: wrap;
		gap: 8px;
		padding: 10px 12px 10px 14px;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__label {
		width: 100%;
		padding-right: 0;
		padding-bottom: 6px;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__current {
		max-width: 56vw;
	}

	.posts-article .article-meta__tag {
		padding: 5px 10px;
		font-size: 11px;
	}
}

/* ===== Yunda v2.8.2 — global single-article breadcrumb fix (desktop + mobile) ===== */
.posts-breadcrumb--path-only {
	display: block;
	width: 100%;
	margin: 0 0 16px;
	padding: 16px 0 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: inherit;
	line-height: inherit;
}

.posts-breadcrumb--path-only .posts-breadcrumb__inner {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 44px;
	padding: 0 18px 0 14px;
	background: linear-gradient(180deg, rgba(23, 29, 52, 0.96) 0%, rgba(15, 20, 38, 0.98) 100%);
	border: 1px solid rgba(89, 126, 247, 0.18);
	border-radius: 10px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
	overflow: visible;
}

.posts-breadcrumb--path-only .posts-breadcrumb__label {
	flex-shrink: 0;
	margin: 0;
	padding-right: 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.55);
	white-space: nowrap;
}

.posts-breadcrumb--path-only .posts-breadcrumb__list {
	display: flex !important;
	align-items: center;
	flex: 1;
	min-width: 0;
	flex-wrap: nowrap;
	gap: 0;
	margin: 0;
	padding: 8px 0;
	list-style: none !important;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 500;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.posts-breadcrumb--path-only .posts-breadcrumb__item,
.posts-breadcrumb--path-only .posts-breadcrumb__sep {
	display: inline-flex !important;
	align-items: center;
	flex-shrink: 0;
	list-style: none !important;
}

.posts-breadcrumb--path-only .posts-breadcrumb__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	border-radius: 6px;
}

.posts-breadcrumb--path-only .posts-breadcrumb__icon,
.posts-breadcrumb--path-only .posts-breadcrumb__sep svg {
	width: 15px !important;
	height: 15px !important;
	max-width: 15px !important;
	max-height: 15px !important;
	flex-shrink: 0;
	display: block;
}

.posts-breadcrumb--path-only .posts-breadcrumb__sep svg {
	width: 14px !important;
	height: 14px !important;
	max-width: 14px !important;
	max-height: 14px !important;
}

.posts-breadcrumb--path-only a::before,
.posts-breadcrumb--path-only a::after {
	display: none !important;
	content: none !important;
}

.posts-detail-page .posts-single-container.posts-page-container {
	margin-top: 0;
	padding-top: 0;
}

/* ===== Yunda v2.9.0 — internal linking UX ===== */
.article-footer--continue {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(89, 126, 247, 0.14);
}

.article-continue-reading {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}

.article-continue-reading__label {
	color: rgba(255, 255, 255, 0.5);
}

.article-continue-reading a {
	color: #63b3ed;
	text-decoration: none;
	font-weight: 500;
}

.article-continue-reading a:hover {
	text-decoration: underline;
}

.posts-archive__cornerstone {
	margin: 0 0 24px;
	padding: 18px 20px;
	border-radius: 12px;
	background: linear-gradient(165deg, rgba(28, 36, 62, 0.98) 0%, rgba(18, 24, 44, 0.99) 100%);
	border: 1px solid rgba(89, 126, 247, 0.24);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.posts-archive__cornerstone-label {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #63b3ed;
}

.posts-archive__cornerstone-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.4;
}

.posts-archive__cornerstone-title a {
	color: #fff;
	text-decoration: none;
}

.posts-archive__cornerstone-title a:hover {
	color: #63b3ed;
}

.posts-archive__cornerstone-desc {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.68);
}

.posts-archive__cornerstone-cta {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	color: #63b3ed;
	text-decoration: none;
}

.posts-archive__cornerstone-cta:hover {
	text-decoration: underline;
}

/* ===== Yunda v2.9.1 — unified read-more section ===== */
.posts-read-more {
	margin-top: 36px;
	padding: 28px 28px 24px;
	border-radius: 16px;
	background: linear-gradient(165deg, rgba(23, 29, 52, 0.96) 0%, rgba(15, 20, 38, 0.98) 100%);
	border: 1px solid rgba(89, 126, 247, 0.18);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.posts-read-more__header {
	text-align: center;
	margin-bottom: 24px;
}

.posts-read-more__title-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.posts-read-more__deco {
	flex: 1;
	max-width: 100px;
	height: 1px;
}

.posts-read-more__deco--left {
	background: linear-gradient(to right, transparent, rgba(99, 179, 237, 0.55));
}

.posts-read-more__deco--right {
	background: linear-gradient(to left, transparent, rgba(99, 179, 237, 0.55));
}

.posts-read-more__title {
	margin: 0;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.posts-read-more__subtitle {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.52);
}

.posts-read-more__featured {
	display: flex;
	gap: 0;
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid rgba(89, 126, 247, 0.22);
	background: rgba(8, 12, 28, 0.55);
	text-decoration: none;
	color: inherit;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.posts-read-more__featured:hover {
	transform: translateY(-2px);
	border-color: rgba(99, 179, 237, 0.38);
	box-shadow: 0 10px 28px rgba(89, 126, 247, 0.14);
}

.posts-read-more__featured-media {
	flex: 0 0 42%;
	max-width: 360px;
	min-height: 200px;
	overflow: hidden;
	background: rgba(89, 126, 247, 0.08);
}

.posts-read-more__featured-media img {
	width: 100%;
	height: 100%;
	min-height: 200px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.posts-read-more__featured:hover .posts-read-more__featured-media img {
	transform: scale(1.04);
}

.posts-read-more__featured-body {
	flex: 1;
	min-width: 0;
	padding: 22px 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.posts-read-more__eyebrow {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #63b3ed;
}

.posts-read-more__featured-title {
	margin: 0 0 10px;
	font-size: clamp(16px, 1.8vw, 19px);
	font-weight: 700;
	line-height: 1.45;
	color: #fff;
	transition: color 0.2s ease;
}

.posts-read-more__featured:hover .posts-read-more__featured-title {
	color: #63b3ed;
}

.posts-read-more__featured-excerpt {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.62);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.posts-read-more__featured-meta,
.posts-read-more__card-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.posts-read-more__tag {
	display: inline-flex;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 500;
	color: #63b3ed;
	background: rgba(59, 130, 246, 0.14);
	border: 1px solid rgba(99, 179, 237, 0.2);
}

.posts-read-more__date {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.posts-read-more__featured-cta {
	margin-top: auto;
	font-size: 13px;
	font-weight: 600;
	color: #63b3ed;
}

.posts-read-more__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.posts-read-more__card {
	display: flex;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(89, 126, 247, 0.14);
	background: rgba(8, 12, 28, 0.45);
	text-decoration: none;
	color: inherit;
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.posts-read-more__card:hover {
	transform: translateY(-3px);
	border-color: rgba(89, 126, 247, 0.3);
	box-shadow: 0 8px 22px rgba(89, 126, 247, 0.12);
}

.posts-read-more__card-media {
	width: 108px;
	flex-shrink: 0;
	overflow: hidden;
	background: rgba(89, 126, 247, 0.08);
}

.posts-read-more__card-media img {
	width: 100%;
	height: 100%;
	min-height: 96px;
	object-fit: cover;
	display: block;
}

.posts-read-more__card-body {
	flex: 1;
	min-width: 0;
	padding: 14px 14px 14px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.posts-read-more__card-title {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.posts-read-more__card:hover .posts-read-more__card-title {
	color: #63b3ed;
}

.posts-read-more__card-meta {
	margin-bottom: 0;
}

.posts-read-more__footer {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.posts-read-more__archive-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 22px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	color: #63b3ed;
	text-decoration: none;
	background: rgba(59, 130, 246, 0.1);
	border: 1px solid rgba(99, 179, 237, 0.22);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.posts-read-more__archive-link:hover {
	color: #fff;
	background: rgba(59, 130, 246, 0.22);
	border-color: rgba(99, 179, 237, 0.4);
}

/* Hide legacy continue-reading bar if cached */
.article-footer--continue {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.posts-read-more {
		margin-top: 28px;
		padding: 20px 16px 18px;
	}

	.posts-read-more__featured {
		flex-direction: column;
	}

	.posts-read-more__featured-media {
		flex: none;
		max-width: none;
		width: 100%;
		min-height: 0;
		aspect-ratio: 16 / 9;
	}

	.posts-read-more__featured-media img {
		min-height: 0;
	}

	.posts-read-more__featured-body {
		padding: 16px;
	}

	.posts-read-more__grid {
		grid-template-columns: 1fr;
	}

	.posts-read-more__card-media {
		width: 96px;
	}
}

/* ===== Yunda v2.9.2 — article bottom polish ===== */
.posts-article .article-content {
	border-bottom: none !important;
	padding-bottom: 4px !important;
}

.posts-article .article-content > p:empty {
	display: none;
}

/* Hide inline schema scripts accidentally wrapped in paragraph */
.posts-article .article-content > p > script[type="application/ld+json"] {
	display: none !important;
}

.posts-article .article-content > p:has(> script[type="application/ld+json"]) {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden;
}

/* End-of-article CTA banner (last figure) */
.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) {
	position: relative;
	margin-top: 28px;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 14px;
	border: 1px solid rgba(89, 126, 247, 0.2);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child)::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 55%;
	background: linear-gradient(180deg, transparent 0%, rgba(6, 10, 24, 0.88) 100%);
	pointer-events: none;
}

.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) img {
	border-radius: 14px;
}

.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
	padding: 16px 20px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #fff;
	background: transparent;
}

/* Soft close for article card — no hard rule before read-more */
.posts-article {
	padding-bottom: 28px;
}

.posts-main > .posts-read-more {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.posts-article .article-content > figure.wp-block-image:last-child:not(:first-child) figcaption {
		font-size: 13px;
		padding: 12px 14px;
	}

	.posts-article {
		padding-bottom: 22px;
	}
}

/* ===== Yunda v3.0.0 — ob-web single article layout ===== */

/* Simple inline breadcrumb inside container */
.posts-page-container.posts-detail-page > .posts-breadcrumb:not(.posts-breadcrumb--path-only) {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: var(--spacing-lg, 20px);
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: var(--font-size-lg, 14px);
	color: var(--text-color, rgba(255, 255, 255, 0.88));
}

.posts-page-container.posts-detail-page > .posts-breadcrumb:not(.posts-breadcrumb--path-only) a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.posts-page-container.posts-detail-page > .posts-breadcrumb:not(.posts-breadcrumb--path-only) a:hover {
	color: var(--primary-color, #3bb5c6);
}

.posts-page-container.posts-detail-page > .posts-breadcrumb:not(.posts-breadcrumb--path-only) .separator {
	color: var(--text-color, var(--desc-color, rgba(255, 255, 255, 0.8)));
	font-size: inherit;
}

/* Hide legacy path-only breadcrumb on single pages */
.posts-detail-page > nav.posts-breadcrumb--path-only {
	display: none !important;
}

/* Flat article header — ob-web has no wrapper card header */
.posts-detail-page .posts-article__header {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

/* Reset pill-style meta from v2.8+ overrides */
.posts-detail-page .posts-article .article-meta {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	flex-wrap: wrap;
	gap: 1em !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	border: none !important;
	font-size: var(--font-size-lg, 14px);
}

.posts-detail-page .posts-article .article-meta .meta-item {
	display: flex;
	align-items: center;
	color: var(--text-desc, rgba(255, 255, 255, 0.65));
}

.posts-detail-page .posts-article .article-meta .meta-item.meta-item-line {
	border-right: 1px solid var(--table-border-color, rgba(255, 255, 255, 0.12));
	height: 1em;
	padding-right: 1em;
}

.posts-detail-page .posts-article .article-meta__tag,
.posts-detail-page .posts-article .article-meta__sep,
.posts-detail-page .posts-article .article-meta__date,
.posts-detail-page .posts-article .article-meta__read,
.posts-detail-page .posts-article .article-meta__views,
.posts-detail-page .posts-article .article-meta svg {
	display: none !important;
}

/* Article content divider before prev/next — match ob-web */
.posts-detail-page .posts-article .article-content {
	margin-top: var(--spacing-lg, 20px);
	padding-bottom: var(--spacing-lg, 20px) !important;
	border-bottom: 1px solid var(--table-border-color, rgba(255, 255, 255, 0.1)) !important;
}

.posts-detail-page .posts-article .article-footer {
	margin-top: var(--spacing-lg, 20px);
	padding-top: 0;
}

/* v3.7.0: milan article page uses posts-related, not posts-read-more */
.posts-detail-page .posts-read-more {
	display: none !important;
}

.posts-detail-page .posts-related {
	display: block !important;
}

/* posts-related: lean on site-information.css module list */
.posts-detail-page .posts-related {
	margin-top: 24px;
}

.posts-detail-page .posts-related .module-title {
	margin-bottom: var(--spacing-lg, 20px);
	padding-left: 0;
	border-left: none;
	font-size: var(--h2-size-lg, 20px);
	font-weight: bold;
	line-height: 1.5;
}

.posts-detail-page .posts-related .posts-list {
	background-color: var(--module-bg, var(--yunda-news-panel));
	padding: var(--spacing-lg, 20px);
	border-radius: var(--border-radius, 12px);
	box-shadow: var(--module-shadow, 0 16px 40px rgba(4, 8, 24, 0.36));
}

.posts-detail-page .posts-related .posts-item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	min-width: 0;
}

.posts-detail-page .posts-related .posts-item-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	color: var(--text-desc, var(--desc-color, rgba(255, 255, 255, 0.8)));
	font-size: calc(var(--font-size-lg, 15px) - 1px);
}

.posts-detail-page .posts-related .posts-item-footer-left,
.posts-detail-page .posts-related .posts-item-footer-right {
	display: flex;
	align-items: center;
	gap: 4px;
}

.posts-detail-page .posts-related .posts-item .posts-item-img {
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.posts-detail-page .posts-related .posts-item .posts-item-img a {
	display: block;
	width: 100%;
	height: 100%;
	flex: 1 1 auto;
	min-height: 0;
}

.posts-detail-page .posts-related .posts-item .posts-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.posts-detail-page .posts-related .posts-item .posts-item-img img.posts-item-img-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Keep v2.9.2 CTA banner + schema cleanup on detail pages */
.posts-detail-page .posts-article .article-content > p:empty {
	display: none;
}

.posts-detail-page .posts-article .article-content > p > script[type="application/ld+json"] {
	display: none !important;
}

.posts-detail-page .posts-article .article-content > p:has(> script[type="application/ld+json"]) {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.posts-detail-page .posts-related .posts-item {
		flex-direction: column !important;
	}

	.posts-detail-page .posts-related .posts-item .posts-item-img {
		width: 100% !important;
		height: 200px !important;
		aspect-ratio: auto !important;
	}

	.posts-detail-page .posts-related .posts-list {
		padding: var(--spacing-md, 20px) !important;
		margin-bottom: var(--spacing-md, 20px) !important;
	}

	.posts-detail-page .posts-related .module-title {
		font-size: var(--h2-size-md, 18px) !important;
		margin-bottom: var(--spacing-md, 20px) !important;
	}
}

@media screen and (max-width: 576px) {
	.posts-detail-page .posts-article .article-meta {
		justify-content: space-between !important;
		gap: 0 !important;
	}

	.posts-detail-page .posts-article .article-meta .meta-item {
		gap: 0 !important;
		font-size: 13px !important;
	}

	.posts-detail-page .posts-article .article-meta .meta-item:first-child {
		border-right: none !important;
		padding-right: 0 !important;
	}
}

/* ===== Yunda v3.0.1 — breadcrumb ob-web fix ===== */
.posts-detail-page .posts-page-container > .posts-breadcrumb:not(.posts-breadcrumb--path-only) a::before,
.posts-detail-page .posts-page-container > .posts-breadcrumb:not(.posts-breadcrumb--path-only) a::after,
.posts-page-container.posts-detail-page > .posts-breadcrumb:not(.posts-breadcrumb--path-only) a::before,
.posts-page-container.posts-detail-page > .posts-breadcrumb:not(.posts-breadcrumb--path-only) a::after {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	mask: none !important;
	-webkit-mask: none !important;
	background: none !important;
}

.posts-detail-page .posts-page-container > .posts-breadcrumb:not(.posts-breadcrumb--path-only) .separator,
.posts-page-container.posts-detail-page > .posts-breadcrumb:not(.posts-breadcrumb--path-only) .separator {
	display: inline !important;
	margin: 0 4px;
	color: var(--text-desc, rgba(255, 255, 255, 0.4));
	font-size: inherit;
}

.posts-detail-page .posts-page-container > .posts-breadcrumb:not(.posts-breadcrumb--path-only) > span[itemprop="itemListElement"]:last-child a {
	color: var(--text-desc, rgba(255, 255, 255, 0.55));
	pointer-events: none;
	cursor: default;
}

.posts-detail-page .posts-page-container > .posts-breadcrumb:not(.posts-breadcrumb--path-only) > span[itemprop="itemListElement"]:last-child a:hover {
	color: var(--text-desc, rgba(255, 255, 255, 0.55));
}

/* ===== Yunda v3.0.2 — refined article breadcrumb ===== */
.posts-detail-page .posts-breadcrumb--article {
	display: block;
	margin: 0 0 22px;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.55);
}

.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__track {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 2px 0;
	padding: 10px 16px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(8, 14, 32, 0.82) 0%, rgba(12, 20, 44, 0.72) 100%);
	border: 1px solid rgba(59, 181, 198, 0.16);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 10px 28px rgba(4, 8, 24, 0.22);
}

.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-width: 0;
}

.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: rgba(255, 255, 255, 0.76);
	text-decoration: none;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__link:hover {
	color: #63d4e8;
}

.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__home-icon {
	flex-shrink: 0;
	opacity: 0.88;
}

.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__sep {
	margin: 0 10px;
	color: rgba(255, 255, 255, 0.28);
	font-size: 12px;
	user-select: none;
	flex-shrink: 0;
}

.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__item--current {
	flex: 1;
	min-width: 0;
	max-width: 100%;
}

.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__current {
	display: block;
	color: #63d4e8;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: min(100%, 520px);
}

.posts-detail-page .posts-breadcrumb--article a::before,
.posts-detail-page .posts-breadcrumb--article a::after {
	display: none !important;
	content: none !important;
}

.posts-detail-page .posts-breadcrumb--article .separator {
	display: none !important;
}

@media screen and (max-width: 768px) {
	.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__track {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 9px 12px;
		border-radius: 10px;
	}

	.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__track::-webkit-scrollbar {
		display: none;
	}

	.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__item--current {
		flex: 0 1 auto;
	}

	.posts-detail-page .posts-breadcrumb--article .posts-breadcrumb__current {
		max-width: 42vw;
	}
}

/* ===== Yunda v3.0.3 — changyun path-only breadcrumb ===== */

/* Retire ob-web slash breadcrumb */
.posts-detail-page .posts-breadcrumb--article {
	display: none !important;
}

.posts-detail-page .posts-breadcrumb--path-only {
	display: block;
	padding: 18px 0 0;
	margin: 0;
}

.posts-detail-page .posts-breadcrumb--path-only ~ .posts-single-container {
	padding-top: 16px;
}

.posts-detail-page .posts-breadcrumb--path-only .posts-page-container {
	margin-bottom: 0;
	padding-bottom: 0;
}

.posts-detail-page .posts-single-container.posts-page-container {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.posts-breadcrumb--path-only .posts-breadcrumb__inner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: linear-gradient(180deg, #8ea6f7 0%, #4d73e5 100%);
}

.posts-breadcrumb--path-only .posts-breadcrumb__inner {
	position: relative;
}

.posts-breadcrumb__item--current .posts-breadcrumb__current {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	color: var(--primary-color, #63b3ed);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

@media screen and (min-width: 769px) {
	.posts-breadcrumb--path-only ~ .posts-single-container {
		padding-top: 18px;
	}

	.posts-breadcrumb__item--current .posts-breadcrumb__current {
		max-width: min(36vw, 480px);
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 768px) {
	.posts-detail-page {
		padding-top: 0 !important;
	}

	.posts-detail-page .posts-breadcrumb--path-only {
		padding: 12px 0 0 !important;
		margin-bottom: 0 !important;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__inner {
		flex-wrap: nowrap !important;
		align-items: center;
		gap: 8px;
		min-height: 40px;
		padding: 0 12px 0 10px !important;
		border-radius: 8px;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__label {
		width: auto !important;
		flex-shrink: 0;
		padding-right: 10px !important;
		padding-bottom: 0 !important;
		border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
		border-bottom: none !important;
		font-size: 11px;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__list {
		flex-wrap: nowrap !important;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 6px 0;
		font-size: 12px;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__list::-webkit-scrollbar {
		display: none;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__link {
		padding: 4px 8px;
		font-size: 12px;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__icon {
		width: 13px !important;
		height: 13px !important;
		max-width: 13px !important;
		max-height: 13px !important;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__sep svg {
		width: 12px !important;
		height: 12px !important;
		max-width: 12px !important;
		max-height: 12px !important;
	}

	.posts-breadcrumb__item--current .posts-breadcrumb__current {
		max-width: 38vw;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 4px 8px;
		font-size: 12px;
	}

	.posts-detail-page .posts-breadcrumb--path-only ~ .posts-single-container {
		padding-top: 12px !important;
	}
}

/* ===== Yunda v3.0.4 — show changyun path-only breadcrumb ===== */
.posts-detail-page > nav.posts-breadcrumb--path-only,
.posts-detail-page .posts-breadcrumb--path-only {
	display: block !important;
}

/* ===== Yunda v3.0.5 — archive breadcrumb (changyun style) ===== */
.posts-archive-page .posts-breadcrumb--path-only {
	display: block !important;
	padding: 18px 0 0;
	margin: 0;
}

.posts-archive-page .posts-breadcrumb--path-only .posts-page-container {
	margin-bottom: 0;
	padding-bottom: 0;
}

.posts-archive-page .posts-archive-container {
	padding-top: 16px;
}

@media screen and (max-width: 768px) {
	.posts-archive-page .posts-breadcrumb--path-only {
		padding: 12px 0 0 !important;
	}

	.posts-archive-page .posts-breadcrumb--path-only .posts-breadcrumb__inner {
		flex-wrap: nowrap !important;
		align-items: center;
		gap: 8px;
		min-height: 40px;
		padding: 0 12px 0 10px !important;
		border-radius: 8px;
	}

	.posts-archive-page .posts-breadcrumb--path-only .posts-breadcrumb__label {
		width: auto !important;
		flex-shrink: 0;
		padding-right: 10px !important;
		padding-bottom: 0 !important;
		border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
		border-bottom: none !important;
		font-size: 11px;
	}

	.posts-archive-page .posts-breadcrumb--path-only .posts-breadcrumb__list {
		flex-wrap: nowrap !important;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 6px 0;
		font-size: 12px;
	}

	.posts-archive-page .posts-breadcrumb--path-only .posts-breadcrumb__list::-webkit-scrollbar {
		display: none;
	}

	.posts-archive-page .posts-breadcrumb--path-only .posts-breadcrumb__link {
		padding: 4px 8px;
		font-size: 12px;
	}

	.posts-archive-page .posts-breadcrumb--path-only .posts-breadcrumb__icon {
		width: 13px !important;
		height: 13px !important;
		max-width: 13px !important;
		max-height: 13px !important;
	}

	.posts-archive-page .posts-breadcrumb--path-only .posts-breadcrumb__sep svg {
		width: 12px !important;
		height: 12px !important;
		max-width: 12px !important;
		max-height: 12px !important;
	}

	.posts-archive-page .posts-breadcrumb__item--current .posts-breadcrumb__current {
		max-width: 38vw;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 4px 8px;
		font-size: 12px;
	}

	.posts-archive-page .posts-archive-container {
		padding-top: 12px;
	}
}
