/**
 * Hero background — ensure banner displays after themes.css variables.
 */
.site .site-info-container {
	background-image: var(--banner_1);
	background-size: cover;
	background-position: center 18%;
	background-repeat: no-repeat;
}

/**
 * Mobile header — increase nav bar height for better touch targets.
 */
@media screen and (max-width: 1200px) {
	.page-main {
		min-height: calc(100vh - 1.12rem);
	}

	.page-header,
	.page-header .header-container {
		height: 1.04rem;
	}

	.page-header .header-container .header-wrapper {
		padding: 0 0.4rem;
		min-height: 1.04rem;
	}

	.page-header .header-container .header-logo img {
		height: 0.76rem;
		width: auto;
		max-height: 0.76rem;
	}

	.page-header .header-container .header-download-btn {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
	}

	.page-header .header-container .header-mobile-menu-icon {
		width: 0.44rem;
		height: 0.44rem;
		font-size: 0.44rem;
	}

	.page-header .header-container .header-wrapper .page-nav {
		top: 1.04rem;
	}

	.page-header .header-cover {
		top: 1.04rem;
	}

	.page-header .header-cover-click {
		inset: 1.04rem 0 0 0;
	}

	.site .site-info-container {
		padding-bottom: 0;
	}

	.site .site-info-container::after {
		display: none;
	}

	.site .site-info-container .site-info-wrapper {
		min-height: auto !important;
		padding-bottom: 0.24rem;
	}

	.site .site-portal-container {
		position: relative;
		top: auto !important;
		bottom: auto;
		padding: 0 0.4rem;
		margin: 0.36rem 0 0.4rem !important;
		transform: none;
	}

	.site .site-portal-container .yd-portal {
		padding: 0;
	}

	.site .site-sponsor,
	.site .site-figure {
		display: none !important;
	}
}

/**
 * Portal bar — replaces legacy site-entry / LetsTalk block.
 */
.site .site-portal-container {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 4;
	padding: 0 10px;
	box-sizing: border-box;
}

@media screen and (min-width: 1201px) {
	.site .site-portal-container {
		top: -132px;
		margin-bottom: -36px;
	}
}

.site .site-portal-container .yd-portal {
	width: 100%;
	max-width: 1200px;
	padding: 0;
}

.site + .gift,
.site ~ .gift {
	margin-top: 0;
}

/**
 * Portal bar — 2x2 brand grid, titles centered on security tag.
 */
.site .site-portal-container .yd-portal__body {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: 100%;
}

.site .site-portal-container .yd-portal__row {
	width: 100%;
	justify-content: space-between;
	gap: 24px;
}

.site .site-portal-container .yd-portal__row--divider {
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site .site-portal-container .yd-portal__row--more {
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	justify-content: center;
}

.site .site-portal-container .yd-portal__more-link {
	width: 100%;
	min-height: 34px;
	padding: 2px 8px 0;
}

.site .site-portal-container .yd-portal__more-label {
	font-size: 16px;
	letter-spacing: 0.12em;
}


.site .site-portal-container .yd-portal__group {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1 1 50%;
	min-width: 0;
}

.site .site-portal-container .yd-portal__group--right {
	justify-content: flex-end;
}


.site .site-portal-container .yd-portal__brand {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 0 1 auto;
	min-width: 0;
}

.site .site-portal-container .yd-portal__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.site .site-portal-container .yd-portal__title {
	text-align: center;
	width: 100%;
}

.site .site-portal-container .yd-portal__tags {
	justify-content: center;
	width: 100%;
}

.site .site-portal-container .yd-portal__actions {
	flex: 0 0 auto;
	justify-content: flex-start;
	margin-left: 0;
	padding-left: 0;
}

@media screen and (max-width: 900px) {
	.site .site-portal-container .yd-portal__row {
		flex-direction: column;
		align-items: stretch;
	}

	.site .site-portal-container .yd-portal__group,
	.site .site-portal-container .yd-portal__group--right {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 10px;
	}
	.site .site-portal-container .yd-portal__row > .yd-portal__group--left {
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.site .site-portal-container .yd-portal__brand {
		flex: 1 1 auto;
		min-width: 0;
	}

	.site .site-portal-container .yd-portal__info {
		align-items: flex-start;
		text-align: left;
	}

	.site .site-portal-container .yd-portal__title {
		text-align: left;
	}

	.site .site-portal-container .yd-portal__tags {
		justify-content: flex-start;
	}

	.site .site-portal-container .yd-portal__actions {
		flex: 0 0 auto;
		width: auto;
		flex-wrap: nowrap;
		justify-content: flex-end;
		gap: 8px;
	}

	.site .site-portal-container .yd-portal__btn {
		width: auto !important;
		min-width: 0;
	}

}

@media screen and (max-width: 1200px) {
	.site .site-portal-container .yd-portal__actions {
		flex: 0 0 auto;
		justify-content: flex-start;
		gap: 8px;
	}

	.site .site-portal-container .yd-portal__btn {
		min-width: 1.2rem;
		padding-inline: 0.16rem !important;
	}
}

/**
 * Products — tighten mobile bottom spacing before introduce section.
 */
@media screen and (max-width: 1200px) {
	.products {
		padding-bottom: 0.24rem !important;
	}

	.products .football-container {
		padding-bottom: 0.16rem;
	}

	.products .football-container .football-wrapper {
		min-height: auto !important;
		height: auto !important;
	}

	.introduce {
		padding-top: 0.64rem !important;
	}
}

/**
 * Footer — remove empty mobile strip above quick links.
 */
@media screen and (max-width: 1200px) {
	.page-footer .footer-container .footer-info {
		display: none;
	}
}

/**
 * FAQ — match products section background.
 */
.faq {
	background: var(--choose-bg-color) !important;
}

/**
 * Header CTA — portal pill button, site primary colors, uniform border.
 */
.page-header .header-container .header-download-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: auto !important;
	min-width: 128px;
	height: 34px !important;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 13px !important;
	font-weight: 600;
	line-height: 1 !important;
	letter-spacing: 0.02em;
	white-space: nowrap;
	text-decoration: none;
	color: var(--button-color) !important;
	border: 1px solid var(--primary-color) !important;
	background: var(--button-bg) !important;
	box-shadow: 0 4px 16px rgba(89, 126, 247, 0.22);
	transition:
		color 0.22s ease,
		background 0.22s ease,
		border-color 0.22s ease,
		box-shadow 0.22s ease,
		transform 0.22s ease;
}

/* Header CTA unified hover color 1.4.83 */

.page-header .header-container .header-download-btn:hover {
	color: var(--button-color) !important;
	border-color: var(--primary-color) !important;
	background: var(--button-bg) !important;
	box-shadow: 0 4px 16px rgba(89, 126, 247, 0.22);
	transform: translateY(-1px);
}

.page-header .header-container .header-download-btn-icon {
	display: block;
	flex-shrink: 0;
	width: 17px;
	height: 17px;
	opacity: 0.92;
}

.page-header .header-container .header-download-btn-label {
	line-height: 1;
}

@media screen and (max-width: 1200px) {
	.page-header .header-container .header-download-btn {
		flex-shrink: 0;
		min-width: 2.05rem;
		max-width: 46vw;
		height: 0.56rem !important;
		padding: 0 0.16rem;
		gap: 0.05rem;
		font-size: 0.2rem !important;
	}

	.page-header .header-container .header-download-btn-label {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/**
 * Article single — breadcrumb + related (yundayule.xyz style).
 */
.posts-detail-page {
	padding-top: 0;
	padding-bottom: 80px;
}

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

/* site-information.css adds margin-bottom on .posts-breadcrumb — reset for article layout */
.posts-detail-page .posts-breadcrumb--path-only {
	margin-bottom: 0;
}

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

/* Breadcrumb/article spacing 1.4.80 */

/* site-information.css adds padding-bottom on .posts-page-container */
.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;
}

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

/* Breadcrumb/article desktop spacing 1.4.82 */

.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: var(--desc-color);
	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.72);
	text-decoration: none;
	border-radius: 6px;
	transition: color 0.2s ease, background 0.2s ease;
}

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

.posts-breadcrumb--path-only .posts-breadcrumb__icon {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	color: var(--primary-color);
	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);
}

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

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

.posts-article .article-content .related-articles {
	display: none !important;
}

.posts-single-container .posts-article {
	margin-bottom: 0;
}

/* Related — match yundayule.xyz (no outer panel, white cards) */
.posts-related {
	margin-top: 32px;
	padding-top: 8px;
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

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

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

.posts-related__title-deco {
	flex: 1;
	max-width: 120px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

.posts-related__title-deco--left {
	background-image: url("../milan/images/faq-title-left.png");
	background-position: right center;
}

.posts-related__title-deco--right {
	background-image: url("../milan/images/faq-title-right.png");
	background-position: left center;
}

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

.posts-related__subtitle {
	margin: 8px 0 0;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.45);
}

.posts-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.posts-related-card {
	display: flex;
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(43, 64, 151, 0.06);
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.posts-related-card:hover {
	transform: translateY(-4px);
	border-color: rgba(25, 118, 210, 0.12);
	box-shadow: 0 10px 24px rgba(43, 64, 151, 0.1);
}

.posts-related-card:hover .posts-related-card__body h3 {
	color: var(--primary-color);
}

.posts-related-card__thumb {
	width: 112px;
	flex-shrink: 0;
	overflow: hidden;
	background: rgba(25, 118, 210, 0.06);
}

.posts-related-card__thumb img {
	width: 100%;
	height: 100%;
	min-height: 88px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.posts-related-card:hover .posts-related-card__thumb img {
	transform: scale(1.05);
}

.posts-related-card__body {
	padding: 14px 16px;
	flex: 1;
	min-width: 0;
}

.posts-single-container .posts-related-card__body h3 {
	margin: 0 0 6px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	font-style: normal !important;
	line-height: 1.45 !important;
	color: rgba(26, 26, 46, 0.8) !important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.posts-single-container .posts-related-card__body time {
	display: block;
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 1.2 !important;
	color: rgba(26, 26, 46, 0.35) !important;
	white-space: nowrap;
}

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

	.posts-breadcrumb--path-only {
		padding: 12px 0 0;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__inner {
		min-height: 0.88rem;
		padding: 0 0.28rem 0 0.24rem;
		border-radius: 0.14rem;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__label {
		padding-right: 0.2rem;
		font-size: 0.22rem;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__list {
		flex-wrap: wrap;
		overflow-x: visible;
		padding: 0.12rem 0;
		font-size: 0.26rem;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__link {
		padding: 0.12rem;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__icon {
		width: 0.28rem;
		height: 0.28rem;
	}

	.posts-breadcrumb--path-only .posts-breadcrumb__sep svg {
		width: 0.24rem;
		height: 0.24rem;
	}

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

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

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

	.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-bottom: 0;
		padding-bottom: 0;
	}

	.posts-related {
		margin-top: 24px;
		padding-top: 0;
	}

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

	.posts-related__title-deco {
		display: block;
		flex: initial;
		max-width: none;
		width: min(100px, 26.67vw);
		height: min(6px, 1.6vw);
	}

	.posts-related__title-wrap {
		gap: min(6px, 1.6vw);
	}

	.posts-related__title {
		font-size: clamp(16px, 3.8vw, 20px);
		line-height: 1.4;
	}

	.posts-related__subtitle {
		font-size: 11px;
		line-height: 1.4;
		margin-top: 6px;
	}
}

@media screen and (max-width: 1024px) {
	.posts-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.posts-related__grid {
		grid-template-columns: 1fr;
	}
}


@media screen and (max-width: 768px) {
	.posts-single-container .posts-related-card__body h3 {
		font-size: 12px !important;
	}

	.posts-single-container .posts-related-card__body time {
		font-size: 10px !important;
	}
}

/* Related font tune 1.4.79 */


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

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

	/* site-information.css @768px adds margin-bottom to .posts-page-container */
	.posts-detail-page .posts-breadcrumb--path-only .posts-page-container {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

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

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

/* Breadcrumb/article mobile spacing 1.4.81 */

/**
 * Archive — category, tag, search list pages (premium card grid).
 */
.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;
}

.posts-article .article-title,
.posts-article .article-meta,
.posts-article__header {
	text-align: left;
}

.posts-article .article-content,
.posts-article .article-content p {
	text-align: left;
}

.posts-article .article-content figcaption {
	text-align: left;
	opacity: 0.85;
}

@media screen and (min-width: 993px) {
	.posts-single-container .posts-article {
		padding-left: 28px;
		padding-right: 28px;
	}
}
@media screen and (max-width: 768px) {
	.posts-archive-page .posts-list--archive .posts-item-meta {
		margin: 10px 14px 12px;
	}

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

	.posts-item-meta__tag {
		padding: 5px 10px;
	}
}
/* Single post: read-more + recent sidebar (1.4.94) */
.posts-single-container .posts-content {
	align-items: flex-start;
}

.posts-single-container .posts-main .posts-article {
	margin-bottom: 0;
}

.posts-single-container .posts-read-more {
	margin-top: calc(var(--spacing-lg) * 1.2);
}

.posts-single-container .posts-read-more > .module-title {
	margin-bottom: var(--spacing-lg);
}

.posts-single-container .posts-read-more .posts-list {
	margin-bottom: 0;
}

.posts-single-container .posts-read-more .posts-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.posts-single-container .posts-sidebar .sidebar-list .sidebar-item a {
	text-decoration: none;
}

.posts-single-container .posts-date-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: var(--time-icon);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: -0.1em;
}

/* Legacy related grid — hidden if injected by old content */
.posts-related {
	display: none !important;
}

@media screen and (max-width: 992px) {
	.posts-single-container .posts-read-more {
		margin-top: var(--spacing-md);
	}
}
/* Single article meta row (1.4.95) */
.posts-article .article-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
}

.posts-article .article-meta__tag {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 5px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
	color: #63b3ed;
	text-decoration: none;
	white-space: nowrap;
	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-article .article-meta__tag:hover {
	color: #90cdf4;
	background: rgba(59, 130, 246, 0.24);
	border-color: rgba(99, 179, 237, 0.34);
}

.posts-article .article-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-article .article-meta__date {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #718096;
	font-size: 13px;
	font-weight: 400;
	font-variant-numeric: tabular-nums;
}

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

.posts-article .article-meta__read {
	color: rgba(255, 255, 255, 0.45);
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.posts-article .article-meta__tag {
		padding: 4px 10px;
		font-size: 11px;
	}

	.posts-article .article-meta__sep {
		margin: 0 8px;
	}

	.posts-article .article-meta__date,
	.posts-article .article-meta__read {
		font-size: 12px;
	}
}
/* Read-more footer parity (1.4.96) */
.posts-single-container .posts-read-more .posts-date-icon,
.posts-single-container .posts-read-more .posts-eye-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: -0.12em;
}

.posts-single-container .posts-read-more .posts-date-icon {
	background-image: var(--time-icon);
}

.posts-single-container .posts-read-more .posts-eye-icon {
	background-image: var(--eye-icon);
}

.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;
	}

	.posts-archive-page .posts-list--archive .posts-item-desc {
		margin: 6px 0 0;
		font-size: 12px;
	}
}


/**
 * Hero removed — gift is first homepage section.
 * Reset negative overlap margin and clear sticky header.
 */
body.home .gift,
body.blog .gift,
.page-main > .gift:first-child {
	margin-top: 0 !important;
	padding-top: 40px;
	margin-bottom: 60px;
}

body.home .gift .section-title-wrapper,
body.blog .gift .section-title-wrapper,
.page-main > .gift:first-child .section-title-wrapper {
	padding-top: 0;
}

@media screen and (max-width: 1200px) {
	body.home .gift,
	body.blog .gift,
	.page-main > .gift:first-child {
		margin-top: 0 !important;
		padding-top: 0.48rem;
		margin-bottom: 0.4rem;
	}
}
