:root {
	--acj-ink: #0f172a;
	--acj-body: #334155;
	--acj-muted: #64748b;
	--acj-line: #e2e8f0;
	--acj-soft: #f8fafc;
	--acj-pale: rgba(5,150,105,.06);
	--acj-green: #059669;
	--acj-green-dark: #059669;
	--acj-green-hover: #059669;
	--acj-green-line: rgba(5,150,105,.26);
	--acj-white: #fff;
	--acj-container: 1280px;
	--acj-reading: 900px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--acj-body);
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.72;
	-webkit-font-smoothing: antialiased;
}
body.admin-bar .acj-site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: var(--acj-green-hover); }
button, a { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.acj-container { width: min(calc(100% - 48px), var(--acj-container)); margin-inline: auto; }
.acj-narrow { max-width: var(--acj-reading); }
.acj-centered { text-align: center; }
.acj-skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: #fff; color: var(--acj-ink); transform: translateY(-150%); }
.acj-skip-link:focus { transform: none; }

/* Header: measured against the current anychinajob.com 80px desktop/mobile shell. */
.acj-site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid #f1f5f9; }
.acj-site-header__inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.acj-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: #064e3b; text-decoration: none; }
.acj-brand__logo { display: block; width: 40px; height: 40px; object-fit: contain; }
.acj-brand__wordmark { color: #064e3b; font-size: 24px; font-weight: 750; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.acj-brand__wordmark span { color: var(--acj-green); }
.acj-main-nav { display: flex; align-items: center; gap: 18px; font-size: 14px; font-weight: 650; }
.acj-main-nav > a { color: #334155; text-decoration: none; cursor: pointer; }
.acj-main-nav > a[aria-current="page"], .acj-main-nav > a:hover { color: var(--acj-green-hover); }
.acj-mobile-nav { display: none; position: relative; }

/* Elementor Theme Builder follows the same AnyJob AI shell as anychinajob.com. */
.elementor-element-ghouter1 > .e-con-inner,
.elementor-element-gfouter1 > .e-con-inner { max-width: 1280px !important; }
.elementor-element-ghouter1 { min-height: 80px; }
.elementor-element-ghname01 .elementor-heading-title,
.elementor-element-gfword02 .elementor-heading-title { color: #064e3b !important; white-space: nowrap; }
.elementor-element-ghname01 .elementor-heading-title span,
.elementor-element-gfword02 .elementor-heading-title span { color: var(--acj-green); }
.elementor-element-ghcta001 > .e-con-inner { flex-wrap: nowrap !important; }
.elementor-element-ghcta001 .elementor-widget-button { width: auto !important; flex: 0 0 auto; }
.elementor-element-ghcta001 .elementor-button { white-space: nowrap; }
.elementor-element-ghmenu01 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item { padding-inline: 10px; }

/* Footer: measured against anychinajob.com at 1440px and 390px viewports. */
.elementor-element-gfouter1 {
	padding: 0 !important;
	border-top: 1px solid var(--acj-line) !important;
	background: var(--acj-soft) !important;
}
.elementor-element-gfouter1 > .e-con-inner {
	min-height: 140px;
	padding: 48px 32px !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px !important;
}
.elementor-element-gfbrandline {
	width: auto !important;
	min-height: 36px;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px !important;
}
.elementor-element-gflogo01 {
	width: 36px !important;
	height: 36px;
	flex: 0 0 36px !important;
}
.elementor-element-gflogo01 .elementor-widget-container,
.elementor-element-gflogo01 a,
.elementor-element-gflogo01 img {
	display: block;
	width: 36px !important;
	height: 36px !important;
}
.elementor-element-gfword02 {
	width: auto !important;
	height: 28px;
	flex: 0 0 auto !important;
}
.elementor-element-gfword02 .elementor-heading-title {
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 28px !important;
	letter-spacing: -.5px !important;
}
.elementor-element-gflegal1 {
	width: auto !important;
	flex: 0 0 auto !important;
	color: #94a3b8 !important;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 20px !important;
	text-align: right !important;
}
.elementor-element-gflegal1 p { display: flex; flex-direction: column; gap: 4px; margin: 0 !important; }
.elementor-element-gflegal1 a { color: #94a3b8 !important; }
.elementor-element-gflegal1 a:hover { color: #475569 !important; }

.acj-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--acj-green); border-radius: 999px; background: var(--acj-green); color: #fff !important; font-size: 15px; font-weight: 750; line-height: 1; text-decoration: none !important; box-shadow: 0 8px 20px rgba(5,150,105,.14); }
.acj-button:hover { border-color: var(--acj-green); background: var(--acj-green); transform: translateY(-1px); box-shadow: 0 12px 24px rgba(5,150,105,.22); }
.acj-button:active { transform: scale(.98); }
.acj-button:focus-visible, .acj-main-nav a:focus-visible, .acj-mobile-nav summary:focus-visible { outline: 3px solid rgba(5,150,105,.28); outline-offset: 3px; }
.acj-button--outline { border-color: var(--acj-line); background: #fff; color: var(--acj-green-dark) !important; box-shadow: none; }
.acj-button--outline:hover { border-color: var(--acj-green-line); background: var(--acj-pale); color: var(--acj-green-hover) !important; }
.acj-button--header { min-height: 44px; padding-inline: 25px; }
.acj-button--small { min-height: 44px; margin-top: auto; padding-inline: 20px; font-size: 14px; }
.acj-button--light { min-width: 176px; min-height: 46px; border-color: #fff; background: #fff; color: var(--acj-green-dark) !important; box-shadow: 0 8px 20px rgba(15,23,42,.12); }
.acj-button--light:visited { color: var(--acj-green-dark) !important; }
.acj-button--light:hover { border-color: #dff4eb; background: #f3fbf7; color: var(--acj-green-hover) !important; box-shadow: 0 12px 24px rgba(15,23,42,.16); }
.acj-button--light:focus-visible { border-color: #fff; background: #fff; color: var(--acj-green-dark) !important; outline-color: rgba(255,255,255,.72); }

.acj-hero { background: var(--acj-soft); }
.acj-hero__inner { max-width: 1040px; padding-block: 96px 86px; text-align: center; }
.acj-hero--home { background: #fff; }
.acj-hero--home .acj-hero__inner { padding-block: 112px 108px; }
.acj-hero--archive .acj-container { padding-block: 86px; }
.acj-eyebrow { display: inline-block; margin: 0 0 14px; color: var(--acj-green-hover); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-decoration: none; }
.acj-hero h1, .acj-prose h1, .acj-error h1 { margin: 0; color: var(--acj-ink); font-size: clamp(42px,6vw,70px); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.acj-hero__lead { max-width: 880px; margin: 24px auto 0; color: var(--acj-muted); font-size: 20px; line-height: 1.65; text-wrap: pretty; }
.acj-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.acj-section { padding-block: 82px 94px; }
.acj-section--soft { background: var(--acj-soft); }
.acj-section--pale { background: var(--acj-pale); }
.acj-section h2, .acj-cta h2 { margin: 0; color: var(--acj-ink); font-size: clamp(32px,4vw,46px); line-height: 1.18; letter-spacing: -.035em; text-wrap: balance; }
.acj-section__lead { max-width: 760px; margin: 16px 0 38px; color: var(--acj-muted); }
.acj-topic-strip { padding-block: 22px; }
.acj-topic-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.acj-topic-list a { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding-inline: 24px; border: 1px solid var(--acj-line); border-radius: 999px; color: var(--acj-green-dark); font-weight: 700; text-decoration: none; }
.acj-topic-list a:hover { border-color: var(--acj-green-line); background: var(--acj-pale); }
.acj-topic-list a[aria-pressed="true"] { border-color: var(--acj-green); background: var(--acj-green); color: #fff; }
.acj-topic-list a:focus-visible { outline: 3px solid rgba(5,150,105,.28); outline-offset: 3px; }
.acj-topics-section { text-align: center; }
.acj-topics-section .acj-topic-list { margin-top: 34px; }

/* Articles index: the PHP fallback mirrors the editable AnyChinaJob module. */
.acj-articles-hero { background: var(--acj-soft); }
.acj-articles-hero .acj-hero__inner { width: min(calc(100% - 48px),1180px); max-width: none; min-height: 0; display: flex; flex-direction: column; justify-content: center; padding-block: 82px 72px; text-align: center; }
.acj-articles-hero .acj-eyebrow { margin-bottom: 10px; color: #064e3b; font-size: 14px; letter-spacing: .12em; }
.acj-articles-hero h1 { max-width: 1040px; margin-inline: auto; color: var(--acj-ink); font-size: clamp(42px,4vw,56px); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.acj-articles-hero .acj-hero__lead { max-width: 900px; margin: 22px auto 0; color: var(--acj-muted); font-size: 18px; line-height: 1.7; }
.acj-articles-feed { padding-block: 32px 28px; background: #f4f7fc; }
.acj-articles-layout { width: min(calc(100% - 48px),1180px); }
.acj-articles-toolbar { display: block; }
.acj-articles-page .acj-topic-strip { padding: 0; }
.acj-articles-page .acj-topic-list { justify-content: flex-start; gap: 8px; }
.acj-articles-page .acj-topic-list a { min-height: 44px; gap: 5px; padding-inline: 18px; border-color: #cbdcf2; background: #fff; color: #29466e; }
.acj-articles-page .acj-topic-list a:hover { border-color: var(--acj-green); background: var(--acj-pale); color: var(--acj-green-dark); }
.acj-articles-page .acj-topic-list a[aria-pressed="true"] { border-color: var(--acj-green); background: var(--acj-green); color: #fff; }
.acj-topic-count { font-variant-numeric: tabular-nums; }
.acj-articles-page .acj-card-grid { gap: 24px; margin-top: 28px; }
.acj-articles-page .acj-card { border-radius: 0; }
.acj-articles-page .acj-card__image { aspect-ratio: 768/326; padding: 0; }
.acj-articles-page .acj-card__image img { object-fit: cover; }
.acj-articles-page .acj-card__body { padding: 22px 24px 26px; }

.acj-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 36px; }
.acj-article-results { scroll-margin-top: 110px; }
.acj-card[hidden] { display: none !important; }
.acj-elementor-article-results .elementor-post[hidden] { display: none !important; }
.acj-elementor-article-results .elementor-pagination { display: none !important; }
.elementor-element-acjcats > .e-con-inner { flex-wrap: nowrap !important; justify-content: flex-start !important; gap: 12px !important; overflow-x: auto; scrollbar-width: none; }
.elementor-element-acjcats > .e-con-inner::-webkit-scrollbar { display: none; }
.elementor-element-acjcats .elementor-widget-button[hidden] { display: none !important; }
.elementor-element-acjcats .elementor-element-acjlatest1 { display: flex !important; width: 132px !important; min-width: 132px; align-self: stretch !important; align-items: center; flex: 0 0 132px !important; }
.elementor-element-acjcats .elementor-element-acjlatest1 > .elementor-widget-container { display: flex; height: 100%; align-items: center; }
.elementor-element-acjcats .elementor-widget-button { width: 132px !important; min-width: 132px; flex: 0 0 132px !important; }
.elementor-element-acjlatest0 > .e-con-inner { padding-bottom: 28px !important; }
.acj-elementor-cta, .elementor-element-acjcta, .elementor-element-spcta { width: min(calc(100% - 48px),1180px) !important; margin-inline: auto !important; }
.elementor-element-acjcta { margin-top: 0 !important; }
.elementor-element-acjcats .elementor-button[aria-pressed="true"] { border-color: var(--acj-green) !important; background: var(--acj-green) !important; color: #fff !important; }
.elementor-element-acjcats .elementor-button[aria-pressed="true"]:hover { border-color: var(--acj-green-hover) !important; background: var(--acj-green-hover) !important; color: #fff !important; }
.acj-filter-empty { display: flex; min-height: 4px; align-items: center; justify-content: center; margin: 28px 0 0; padding: 0; border: 0; background: transparent; }
.acj-filter-empty[hidden] { display: none; }
.acj-filter-empty__line { display: block; width: 56px; height: 4px; border-radius: 999px; background: var(--acj-green); }
.acj-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--acj-line); border-radius: 20px; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.acj-card:hover { border-color: var(--acj-green-line); transform: translateY(-3px); box-shadow: 0 18px 38px rgba(15,23,42,.08); }
.acj-card__image { display: block; aspect-ratio: 1200/630; padding: 14px; background: var(--acj-soft); }
.acj-card__image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.acj-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #eef2f7; color: var(--acj-green); font-size: 32px; font-weight: 800; }
.acj-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
.acj-card__meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-bottom: 9px; color: var(--acj-muted); font-size: 13px; font-weight: 650; }
.acj-card__title { margin: 0 0 12px !important; font-size: 24px !important; line-height: 1.25 !important; letter-spacing: -.02em !important; }
.acj-card__title a { display: block; color: var(--acj-ink); text-decoration: none; }
.acj-card__title a:hover { color: var(--acj-green-hover); }
.acj-card__excerpt { margin: 0 0 22px; color: var(--acj-muted); font-size: 16px; line-height: 1.65; }
.acj-empty { padding: 48px; border: 1px dashed #cbd5e1; border-radius: 18px; background: var(--acj-soft); text-align: center; }
.acj-empty h2 { font-size: 28px; }
.acj-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 52px; }
.acj-pagination[hidden] { display: none; }
.acj-pagination .page-numbers { display: inline-flex; min-width: 44px; height: 44px; align-items: center; justify-content: center; padding-inline: 14px; border: 1px solid var(--acj-line); border-radius: 999px; background: #fff; color: var(--acj-body); font-family: inherit; font-size: 14px; font-weight: 700; line-height: 1; text-decoration: none; cursor: pointer; }
.acj-pagination .current { border-color: var(--acj-green); background: var(--acj-green); color: #fff; }
.acj-pagination a:hover, .acj-pagination button:hover { border-color: var(--acj-green-line); background: var(--acj-pale); color: var(--acj-green-hover); }
.acj-pagination .current:hover { border-color: var(--acj-green); background: var(--acj-green); color: #fff; }
.acj-split { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.1fr); gap: 72px; }
.acj-principles { display: grid; gap: 4px; }
.acj-principles p { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--acj-line); }
.acj-principles strong { color: var(--acj-ink); }
.acj-notice { margin: 28px 0; padding: 18px; border-left: 4px solid var(--acj-green); background: var(--acj-pale); }

.acj-cta { width: min(calc(100% - 48px),1080px); margin: 42px auto; padding: 44px 28px 48px; border-radius: 24px; background: var(--acj-green); text-align: center; }
.acj-articles-page > .acj-cta { margin-top: 20px; }
.acj-cta h2 { max-width: 820px; margin-inline: auto; color: #fff; font-size: clamp(30px,3.2vw,40px); line-height: 1.2; }
.acj-cta > p:not(.acj-eyebrow) { margin: 10px 0 20px; color: rgba(255,255,255,.88); font-size: 16px; }
.acj-cta .acj-eyebrow { margin-bottom: 10px; color: rgba(255,255,255,.82); }

/* Article shell remains site-wide; imported body order stays source-controlled. */
.acj-single--source { padding-block: 0; background: #eef3f9; }
.acj-source-page { width: min(940px,100%); min-height: 100vh; margin: 0 auto; overflow-x: hidden; background: #fff; box-shadow: 0 0 0 1px rgba(7,27,62,.04); }
.acj-source-page__header { position: relative; padding: 44px 64px 28px; border-bottom: 1px solid #dce7f6; }
.acj-article-back-nav { display: flex; width: 100%; justify-content: flex-end; }
.acj-article-back-nav--header { position: absolute; z-index: 2; top: 32px; right: 64px; width: auto; }
.acj-single__header .acj-container { position: relative; }
.acj-single__header .acj-article-back-nav--header { top: -12px; right: 0; }
.acj-article-back-link { display: inline-flex; width: fit-content; min-height: 38px; align-items: center; gap: 7px; margin: 0; padding: 8px 14px; border: 1px solid #e2e8f0; border-radius: 999px; background: rgba(255,255,255,.82); color: #475569; font-size: 14px; font-weight: 700; line-height: 1; text-decoration: none; white-space: nowrap; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.acj-article-back-link .dashicons { width: 17px; height: 17px; font-size: 17px; line-height: 17px; }
.acj-article-back-link:hover { border-color: #a7f3d0; background: #ecfdf5; color: #047857; }
.acj-article-back-link:focus-visible { outline: 3px solid rgba(16,185,129,.28); outline-offset: 3px; }
.acj-article-back-link:active { transform: translateY(1px); }
.elementor .acj-article-back-link,
.elementor .acj-article-back-link:visited { color: #475569; }
.elementor .acj-article-back-link:hover { color: #047857; }
.acj-source-page > .acj-article-back-nav { box-sizing: border-box; padding: 0 64px 44px; }
.acj-single:not(.acj-single--source) > .acj-container > .acj-article-back-nav { padding-bottom: 44px; }
.acj-source-page__category { display: inline-block; margin: 0 0 14px; color: #2878ff; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-decoration: none; }
.acj-source-page__header h1 { min-width: 0; max-width: 100%; margin: 0; color: #071b3e; font-size: 36px; line-height: 1.32; letter-spacing: -.025em; overflow-wrap: anywhere; word-break: break-word; }
.acj-source-page__deck { min-width: 0; max-width: 100%; margin: 18px 0 0; color: #36577f; font-size: 19px; line-height: 1.7; overflow-wrap: anywhere; word-break: break-word; }
.acj-source-page__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; color: #617590; font-size: 14px; }
.acj-single__header { padding-block: 74px 36px; background: var(--acj-soft); }
.acj-single__header h1 { margin: 0; color: var(--acj-ink); font-size: clamp(36px,4.4vw,56px); line-height: 1.12; letter-spacing: -.04em; text-wrap: balance; }
.acj-single__deck { margin: 24px 0 0; color: #475569; font-size: 21px; line-height: 1.6; }
.acj-single__meta { display: flex; gap: 18px; margin-top: 28px; color: var(--acj-muted); font-size: 14px; font-weight: 650; }
.acj-single__featured { padding-top: 42px; }
.acj-single__featured img { display: block; width: 100%; max-height: 620px; object-fit: contain; border: 1px solid var(--acj-line); border-radius: 16px; background: #fff; box-shadow: 0 16px 36px rgba(15,23,42,.08); }
.acj-article-content { padding-block: 38px 88px; color: var(--acj-body); font-size: 17px; line-height: 1.84; overflow-wrap: anywhere; }
.acj-article-content--source { width: 100%; max-width: none; padding: 44px 64px 64px; color: #071b3e; font-size: 18px; line-height: 1.82; overflow-x: hidden; }
.acj-article-content .acj-article-source { display: block; }
.acj-article-content .acj-wechat-root { width: 100%; max-width: 100%; margin: 0; font-size: 15px; line-height: 1.85; letter-spacing: normal; }
.acj-article-content .acj-source-inner { display: block; width: 100%; }

/* Elementor single template: reproduce the source 940/64 shell without its default 20px flex gaps. */
.elementor-element-spmain01,
.elementor-element-sparticle > .e-con-inner,
.elementor-element-sphero01 > .e-con-inner { gap: 0 !important; }
.elementor-element-sphero01 > .e-con-inner { position: relative; box-sizing: border-box; padding-inline: 64px; }
.elementor-element-sphero01 .elementor-element-spbackhd { position: absolute; z-index: 2; top: -6px; right: 0; width: max-content; max-width: 100%; }
.elementor-element-sparticle .elementor-element-spback01 { box-sizing: border-box; width: 100%; padding: 0 64px 44px; }
.elementor-element-sphero01 .elementor-element-speye001 { margin-bottom: 14px; }
.elementor-element-sphero01 .elementor-element-sptitle1 { margin-bottom: 0; }
.elementor-element-sphero01 .elementor-element-spdeck01 { margin-top: 18px; margin-bottom: 0; }
.elementor-element-sphero01 .elementor-element-spdeck01 p { margin: 0; }
.elementor-element-sphero01 .elementor-element-spinfo01 { margin-top: 18px; margin-bottom: 0; }
.elementor-element-sphero01 .elementor-element-spinfo01 .acj-single__meta { margin-top: 0; }
.acj-article-content:not(.acj-article-content--source) p { margin: 0 0 1.2em; }
.acj-article-content:not(.acj-article-content--source) p:empty { display: none; }
.acj-article-content:not(.acj-article-content--source) a { font-weight: 650; text-decoration-color: var(--acj-green-line); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.acj-article-content:not(.acj-article-content--source) h2 { margin: 2.05em 0 .75em; padding-left: 14px; border-left: 4px solid var(--acj-green); color: var(--acj-ink); font-size: 30px; line-height: 1.3; letter-spacing: -.025em; }
.acj-article-content:not(.acj-article-content--source) h3 { margin: 1.75em 0 .6em; color: var(--acj-ink); font-size: 23px; line-height: 1.35; }
.acj-article-content:not(.acj-article-content--source) img { display: block; max-width: 100%; height: auto; margin-inline: auto; object-fit: contain; border: 1px solid var(--acj-line); border-radius: 14px; background: #fff; box-shadow: 0 14px 34px rgba(15,23,42,.08); }
.acj-article-content:not(.acj-article-content--source) figure, .acj-article-content:not(.acj-article-content--source) .wp-block-image { margin: 30px 0 12px; }
.acj-article-content:not(.acj-article-content--source) table { display: block; width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--acj-line); border-radius: 14px; border-collapse: collapse; }
.acj-article-content:not(.acj-article-content--source) th, .acj-article-content:not(.acj-article-content--source) td { padding: 14px 16px; border: 1px solid var(--acj-line); background: #fff; vertical-align: top; }

/*
 * Imported packages own the body layout. Keep the exact sanitized inline
 * measurements and visual order, while adding only hard containment guards so
 * wide tables, media and long URLs can never escape the AnyChinaJob shell.
 */
.acj-article-content--source .acj-article-source { max-width: 100%; }
.acj-article-content--source .acj-article-source > .acj-source-inner { width: 100% !important; max-width: 100% !important; margin-inline: 0 !important; }
.acj-article-content--source .acj-article-source * { box-sizing: border-box; }
.acj-article-content--source .acj-article-source img,
.acj-article-content--source .acj-article-source svg,
.acj-article-content--source .acj-article-source canvas,
.acj-article-content--source .acj-article-source video { max-width: 100% !important; height: auto !important; }
.acj-article-content--source .acj-article-source section,
.acj-article-content--source .acj-article-source figure,
.acj-article-content--source .acj-article-source table,
.acj-article-content--source .acj-article-source tbody,
.acj-article-content--source .acj-article-source tr,
.acj-article-content--source .acj-article-source th,
.acj-article-content--source .acj-article-source td { min-width: 0; }
.acj-article-content--source .acj-article-source table { max-width: 100% !important; }
.acj-article-content--source .acj-article-source th,
.acj-article-content--source .acj-article-source td { height: auto !important; overflow-wrap: anywhere; word-break: break-word; vertical-align: middle; }
.acj-article-content--source .acj-article-source a:not(.acj-qr-link) { display: inline; line-height: inherit; overflow-wrap: anywhere; word-break: break-word; vertical-align: baseline; }
.acj-article-content--source .acj-article-source pre,
.acj-article-content--source .acj-article-source code { max-width: 100%; overflow-x: auto; white-space: pre-wrap; overflow-wrap: anywhere; }
.acj-article-content .acj-component { max-width: 100%; }
.acj-article-content .acj-article-kicker:not(.acj-source-styled) { margin: 0 0 10px; color: var(--acj-green-hover); font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.acj-article-content .acj-article-deck:not(.acj-source-styled) { margin-bottom: 30px; color: #475569; font-size: 20px; line-height: 1.65; }
.acj-article-content .acj-caption:not(.acj-source-styled) { margin: 10px 0 26px; padding-left: 12px; border-left: 2px solid var(--acj-green-line); color: var(--acj-muted); font-size: 13px; }
.acj-article-content .acj-summary-card:not(.acj-source-styled) { margin: 26px 0 30px; padding: 20px 22px 12px; border-top: 3px solid var(--acj-green); border-radius: 0 0 14px 14px; background: var(--acj-pale); }
.acj-article-content .acj-summary-card:not(.acj-source-styled) h2 { margin: 0 0 8px; padding: 0; border: 0; font-size: 24px; }
.acj-article-content .acj-summary-card:not(.acj-source-styled) p { margin: 0; padding: 11px 0 11px 20px; border-bottom: 1px solid var(--acj-green-line); }
.acj-article-content .acj-callout:not(.acj-source-styled), .acj-article-content .acj-evidence-boundary:not(.acj-source-styled) { margin: 28px 0; padding: 22px 24px; border: 1px solid var(--acj-green-line); border-left: 4px solid var(--acj-green); border-radius: 14px; background: var(--acj-pale); }
.acj-article-content .acj-body-cover:not(.acj-source-styled), .acj-article-content .acj-body-image:not(.acj-source-styled) { margin: 28px 0 12px; }
.acj-article-content .acj-body-cover:not(.acj-source-styled) img, .acj-article-content .acj-body-image:not(.acj-source-styled) img { width: 100%; }
.acj-article-content .acj-value-section:not(.acj-source-styled), .acj-article-content .acj-capital-execution-group:not(.acj-source-styled), .acj-article-content .acj-responsibility-chain:not(.acj-source-styled) { margin: 30px 0; padding: 24px; border: 1px solid var(--acj-line); border-radius: 16px; background: var(--acj-soft); }
.acj-article-content .acj-source-section:not(.acj-source-styled) { margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--acj-line); }
.acj-article-content .acj-source-item:not(.acj-source-styled) { margin: 0; padding: 12px 0; border-bottom: 1px solid var(--acj-line); color: var(--acj-muted); font-size: 14px; }
.acj-article-content .acj-research-trace:not(.acj-source-styled) { margin: 28px 0; padding: 20px 22px; border-radius: 14px; background: var(--acj-soft); }
.acj-article-content .acj-search-panel:not(.acj-source-styled), .acj-article-content .acj-search-example:not(.acj-source-styled) { margin: 28px 0; padding: 24px; border: 1px solid var(--acj-green-line); border-radius: 16px; background: #fff; }
.acj-article-content .acj-qr-shell:not(.acj-person-profile__action) { margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
.acj-article-content table.acj-person-card, .acj-article-content table.acj-qr-card { display: table; width: 100% !important; max-width: 100%; margin: 14px 0 !important; table-layout: fixed; overflow: hidden; border: 1px solid var(--acj-green-line) !important; border-radius: 16px; border-collapse: separate !important; border-spacing: 0 !important; background: #f7fbf9 !important; }
.acj-article-content table.acj-person-card td:first-child { width: 160px !important; min-width: 160px; padding: 16px !important; overflow: hidden; }
.acj-article-content table.acj-person-card td.acj-qr-cell { width: 148px !important; min-width: 148px; padding-inline: 8px !important; border: 0 !important; border-left: 0 !important; border-right: 0 !important; text-align: center; vertical-align: middle; overflow: visible; }
.acj-article-content table.acj-person-card td:first-child img { display: block; width: 128px !important; height: 128px !important; max-width: 128px !important; aspect-ratio: 1 / 1 !important; margin-inline: auto !important; border-radius: 18px !important; object-fit: contain !important; object-position: center; background: #fff; box-shadow: none; }
.acj-article-content table.acj-qr-card td.acj-qr-cell { width: 172px !important; min-width: 172px; padding: 18px 16px !important; border: 0 !important; border-right: 1px solid var(--acj-green-line) !important; text-align: center; vertical-align: middle; overflow: visible; }
.acj-article-content .acj-qr-card td:not(.acj-qr-cell), .acj-article-content .acj-person-card td:not(.acj-qr-cell) { height: auto !important; padding: 18px 22px !important; border: 0 !important; text-align: left; vertical-align: middle; }
.acj-article-content section.acj-person-profile { display: grid !important; grid-template-columns: 128px minmax(0,1fr); column-gap: 20px; align-items: start; margin: 26px 0 !important; padding: 22px 24px 20px !important; border: 1px solid var(--acj-line) !important; border-radius: 18px !important; background: #fff !important; box-shadow: 0 14px 36px rgba(15,23,42,.06); }
.acj-article-content .acj-person-profile__media { grid-column: 1; grid-row: 1 / span 4; width: 128px; margin: 0 !important; padding: 0 !important; }
.acj-article-content .acj-person-profile__avatar { display: block !important; width: 128px !important; height: 128px !important; max-width: 128px !important; aspect-ratio: 1 / 1 !important; margin: 0 !important; border: 1px solid var(--acj-line) !important; border-radius: 18px !important; object-fit: contain !important; object-position: center; background: #fff; }
.acj-article-content .acj-person-profile__name { grid-column: 2; margin: 0 0 4px !important; color: var(--acj-ink) !important; font-size: 20px !important; font-weight: 800 !important; line-height: 1.4 !important; letter-spacing: -.015em; }
.acj-article-content .acj-person-profile__role { grid-column: 2; margin: 0 0 10px !important; color: var(--acj-muted) !important; font-size: 13px !important; line-height: 1.65 !important; }
.acj-article-content .acj-person-profile__bio { grid-column: 2; margin: 0 !important; color: #334155 !important; font-size: 14px !important; line-height: 1.8 !important; }
.acj-article-content .acj-person-profile__tags { grid-column: 2; margin: 10px 0 0 !important; }
.acj-article-content .acj-person-profile__action { grid-column: 1 / -1; margin: 18px 0 0 !important; padding: 16px 0 0 !important; border: 0 !important; border-top: 1px solid var(--acj-line) !important; border-radius: 0 !important; background: transparent !important; }
.acj-article-content table.acj-person-profile__action-card { margin: 0 !important; border: 0 !important; border-radius: 0; background: transparent !important; }
.acj-article-content table.acj-person-profile__action-card td.acj-qr-cell { padding: 0 16px 0 0 !important; border-right: 0 !important; }
.acj-article-content table.acj-person-profile__action-card td:not(.acj-qr-cell) { padding: 0 !important; }
.acj-article-content .acj-product-cta { margin: 38px 0; padding: 32px; border-radius: 20px; background: var(--acj-green); color: rgba(255,255,255,.86); text-align: center; }
.acj-article-content .acj-product-cta h2, .acj-article-content .acj-product-cta h3 { margin-top: 0; padding-left: 0; border-left: 0; color: #fff; }
.acj-article-content .acj-qr-link { display: flex; width: fit-content; max-width: min(100%,540px); min-width: 160px; min-height: 56px; align-items: center; justify-content: center; margin: 24px auto; padding: 14px 22px; border: 1px solid var(--acj-green); border-radius: 999px; background: var(--acj-green); color: #fff !important; font-weight: 700; line-height: 1.4; text-align: center; text-decoration: none !important; overflow-wrap: anywhere; box-shadow: 0 10px 24px rgba(5,150,105,.2); }
.acj-article-content .acj-qr-link:hover { background: var(--acj-green); }
.acj-article-content .acj-qr-action { position: relative; z-index: 1; display: flex !important; float: none !important; clear: both; width: 100% !important; max-width: 100% !important; height: auto !important; min-height: 0 !important; align-items: center; justify-content: center; margin: 0 !important; padding: 0 !important; text-align: center; }
.acj-article-content .acj-qr-action > .acj-qr-link { flex: 0 1 auto; margin: 0 auto; }
.acj-article-content .acj-person-card .acj-qr-link, .acj-article-content .acj-qr-card .acj-qr-link { width: min(100%,132px); max-width: 132px; min-width: 96px; min-height: 44px; margin: 0 auto; padding: 10px 14px; font-size: 14px; line-height: 1.4; white-space: normal; box-shadow: none; transition: transform .2s ease,background-color .2s ease,border-color .2s ease; }
.acj-article-content .acj-person-card .acj-qr-link:hover, .acj-article-content .acj-qr-card .acj-qr-link:hover { background: var(--acj-green-hover); transform: translateY(-1px); }
.acj-article-content .acj-person-card .acj-qr-link:active, .acj-article-content .acj-qr-card .acj-qr-link:active { transform: translateY(0) scale(.98); }
.acj-article-content .acj-person-card .acj-qr-link:focus-visible, .acj-article-content .acj-qr-card .acj-qr-link:focus-visible { outline: 3px solid rgba(5,150,105,.24); outline-offset: 3px; }
.acj-article-content .acj-product-cta .acj-qr-link { border-color: #fff; background: #fff; color: var(--acj-green-dark) !important; }
.acj-article-content .acj-qr-link[aria-label="关键人雷达"] { border-color: var(--acj-green) !important; background: var(--acj-green) !important; color: #fff !important; }
.acj-article-content .acj-qr-link[aria-label="关键人雷达"]:hover { border-color: var(--acj-green) !important; background: var(--acj-green) !important; }

.acj-site-footer { border-top: 1px solid var(--acj-line); background: var(--acj-soft); }
.acj-site-footer__inner { width: min(100%,var(--acj-container)); min-height: 140px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 48px 32px; }
.acj-site-footer .acj-brand { gap: 8px; }
.acj-site-footer .acj-brand__logo { width: 36px; height: 36px; }
.acj-site-footer .acj-brand__wordmark { font-size: 20px; line-height: 28px; letter-spacing: -.5px; }
.acj-site-footer p { display: flex; flex-direction: column; gap: 4px; margin: 0; color: #94a3b8; font-size: 14px; font-weight: 500; line-height: 20px; text-align: right; }
.acj-site-footer a { color: #94a3b8; text-decoration: none; }
.acj-site-footer a:hover { color: #475569; }
.acj-prose { font-size: 18px; }
.acj-prose h1 { font-size: 52px; }
.acj-error { display: grid; min-height: 64vh; place-items: center; padding-block: 80px; }
.acj-error__code { margin: 0; color: var(--acj-green); font-size: 90px; font-weight: 850; line-height: 1; }
.acj-error p { color: var(--acj-muted); }

@media (max-width: 900px) {
	body.admin-bar .acj-site-header { top: 46px; }
	.acj-site-header__inner { min-height: 80px; }
	.acj-desktop-nav { display: none; }
	.acj-mobile-nav { display: block; }
	.acj-mobile-nav summary { display: grid; width: 44px; height: 44px; place-items: center; list-style: none; border: 1px solid var(--acj-line); border-radius: 999px; color: var(--acj-ink); cursor: pointer; }
	.acj-mobile-nav summary::-webkit-details-marker { display: none; }
	.acj-mobile-nav summary .dashicons { width: 24px; height: 24px; font-size: 24px; }
	.acj-mobile-nav[open] summary { border-color: var(--acj-green-line); background: var(--acj-pale); color: var(--acj-green-dark); }
	.acj-mobile-nav__panel { position: absolute; top: 54px; right: 0; display: grid; width: min(320px,calc(100vw - 32px)); max-height: calc(100vh - 110px); overflow-y: auto; padding: 12px; border: 1px solid var(--acj-line); border-radius: 16px; background: #fff; box-shadow: 0 18px 40px rgba(15,23,42,.14); }
	.acj-mobile-nav__panel > a { padding: 12px 14px; border-radius: 10px; color: var(--acj-body); font-weight: 650; text-decoration: none; }
	.acj-mobile-nav__panel > a:hover { background: var(--acj-pale); color: var(--acj-green-dark); }
	.acj-mobile-nav__panel .acj-button { margin-top: 8px; color: #fff !important; }
	.acj-mobile-nav__panel .acj-button--outline { color: var(--acj-green-dark) !important; }
	.acj-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.acj-split { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 640px) {
	.acj-container { width: min(calc(100% - 32px),var(--acj-container)); }
	.acj-brand__logo { width: 40px; height: 40px; }
	.acj-brand__wordmark { font-size: 21px; }
	.acj-hero__inner, .acj-hero--home .acj-hero__inner { padding-block: 72px 68px; }
	.acj-hero--archive .acj-container { padding-block: 64px; }
	.acj-hero__lead { font-size: 18px; }
	.acj-section { padding-block: 64px 72px; }
	.acj-card-grid { grid-template-columns: 1fr; gap: 20px; }
	.acj-topic-list { display: grid; grid-template-columns: 1fr 1fr; }
	.acj-topic-list a { min-height: 48px; padding-inline: 12px; }
	.acj-cta { width: calc(100% - 24px); margin-block: 30px 24px; padding: 38px 20px 42px; border-radius: 20px; }
	.acj-cta h2 { font-size: clamp(28px,9vw,34px); }
	.acj-cta > p:not(.acj-eyebrow) { margin-block: 10px 18px; font-size: 16px; }
	.acj-cta .acj-button { width: min(100%,320px); }
	.acj-single__header { padding-block: 56px 30px; }
	.acj-single__header h1 { font-size: clamp(32px,9vw,42px); }
	.acj-single__deck { font-size: 18px; }
	.acj-single__meta { flex-direction: column; gap: 4px; }
	.acj-single__featured { padding-top: 26px; }
	.acj-article-content { padding-block: 30px 66px; font-size: 16px; }
	.acj-single--source { background: #fff; }
	.acj-source-page { box-shadow: none; }
	.acj-source-page__header { padding: 30px 20px 22px; }
	.acj-article-back-link { min-height: 36px; padding: 8px 12px; font-size: 13px; }
	.acj-article-back-nav--header,
	.acj-source-page__header > .acj-article-back-nav--header,
	.acj-single__header .acj-article-back-nav--header { position: static; width: 100%; margin: 0 0 14px; }
	.acj-source-page > .acj-article-back-nav { padding: 0 20px 32px; }
	.acj-single:not(.acj-single--source) > .acj-container > .acj-article-back-nav { padding-bottom: 32px; }
	.acj-source-page__header h1 { font-size: 28px; }
	.acj-source-page__deck { font-size: 17px; }
	.acj-source-page__meta { gap: 8px 14px; }
	.acj-article-content--source { width: 100%; padding: 30px 20px 44px; font-size: 16px; }
	.acj-article-content .acj-wechat-root { font-size: 16px; }
	.elementor-element-sphero01 > .e-con-inner { padding-inline: 20px; }
	.elementor-element-sphero01 .elementor-element-spbackhd { position: static; width: 100%; max-width: none; margin: 0 0 14px; }
	.elementor-element-sparticle .elementor-element-spback01 { padding: 0 20px 32px; }
	.acj-article-content:not(.acj-article-content--source) h2 { font-size: 26px; }
	.acj-article-content:not(.acj-article-content--source) h3 { font-size: 21px; }
	.acj-article-content .acj-article-deck { font-size: 18px; }
	.acj-article-content .acj-summary-card, .acj-article-content .acj-callout, .acj-article-content .acj-evidence-boundary, .acj-article-content .acj-search-panel, .acj-article-content .acj-search-example, .acj-article-content .acj-value-section, .acj-article-content .acj-capital-execution-group, .acj-article-content .acj-responsibility-chain { padding: 18px; }
	.acj-article-content table.acj-person-card, .acj-article-content table.acj-qr-card { display: block; border: 1px solid var(--acj-green-line) !important; }
	.acj-article-content .acj-person-card tbody, .acj-article-content .acj-person-card tr, .acj-article-content .acj-qr-card tbody, .acj-article-content .acj-qr-card tr { display: grid; width: 100%; }
	.acj-article-content .acj-person-card td, .acj-article-content .acj-qr-card td, .acj-article-content table.acj-person-card td:first-child { display: block; width: 100% !important; min-width: 0; text-align: left; }
	.acj-article-content table.acj-person-card td:first-child { padding: 16px 16px 4px !important; }
	.acj-article-content table.acj-person-card td:first-child img { width: 96px !important; height: 96px !important; max-width: 96px !important; border-radius: 16px !important; }
	.acj-article-content--source table.acj-person-card td.acj-qr-cell, .acj-article-content--source table.acj-qr-card td.acj-qr-cell { width: 100% !important; min-width: 0; padding: 16px 12px !important; text-align: center; }
	.acj-article-content .acj-qr-link { width: min(100%,320px); max-width: 320px; }
	.acj-article-content .acj-person-card .acj-qr-link, .acj-article-content .acj-qr-card .acj-qr-link { width: min(100%,220px); max-width: 220px; min-width: 0; margin-inline: auto; white-space: normal; }
	.acj-article-content section.acj-person-profile { display: block !important; margin: 22px 0 !important; padding: 18px !important; }
	.acj-article-content .acj-person-profile__media { width: 96px; margin: 0 0 14px !important; }
	.acj-article-content .acj-person-profile__avatar { width: 96px !important; height: 96px !important; max-width: 96px !important; border-radius: 16px !important; }
	.acj-article-content .acj-person-profile__name { margin-bottom: 4px !important; font-size: 19px !important; }
	.acj-article-content .acj-person-profile__role { margin-bottom: 12px !important; }
	.acj-article-content .acj-person-profile__action { margin-top: 16px !important; padding-top: 14px !important; }
	.acj-article-content table.acj-person-profile__action-card { border: 0 !important; }
	.acj-article-content table.acj-person-profile__action-card td.acj-qr-cell { padding: 0 0 12px !important; }
	.acj-article-content table.acj-person-profile__action-card td:not(.acj-qr-cell) { padding: 0 !important; text-align: center; }
	.elementor-element-gfouter1 > .e-con-inner {
		min-height: 200px;
		padding: 48px 16px !important;
		flex-direction: column !important;
		justify-content: space-between !important;
		gap: 24px !important;
	}
	.elementor-element-gfbrandline,
	.elementor-element-gflegal1 { align-self: center !important; }
	.elementor-element-gfword02 .elementor-heading-title { font-size: 20px !important; line-height: 28px !important; }
	.elementor-element-gflegal1 { font-size: 14px !important; line-height: 20px !important; text-align: center !important; }
	.acj-site-footer__inner { width: 100%; min-height: 200px; flex-direction: column; justify-content: space-between; gap: 24px; padding: 48px 16px; text-align: center; }
	.acj-site-footer p { text-align: center; }
	.acj-actions .acj-button { width: min(100%,320px); }
	.acj-articles-hero .acj-hero__inner { width: min(calc(100% - 32px),1180px); min-height: auto; padding-block: 58px 54px; }
	.acj-articles-hero h1 { font-size: clamp(36px,10vw,44px); }
	.acj-articles-hero .acj-hero__lead { margin-top: 18px; font-size: 17px; line-height: 1.65; }
	.acj-articles-feed { padding-block: 20px; }
	.acj-articles-layout { width: min(calc(100% - 32px),1180px); }
	.acj-articles-toolbar { display: block; }
	.acj-articles-page .acj-topic-list { display: flex; justify-content: flex-start; flex-wrap: nowrap; gap: 8px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
	.acj-articles-page .acj-topic-list::-webkit-scrollbar { display: none; }
	.acj-articles-page .acj-topic-list a { flex: 0 0 auto; min-height: 46px; }
	.acj-articles-page .acj-card-grid { margin-top: 22px; }
	.elementor-element-acjcats > .e-con-inner { gap: 10px !important; padding-bottom: 6px; }
	.elementor-element-acjlatest0 > .e-con-inner { padding-bottom: 12px !important; }
	.acj-filter-empty { min-height: 3px; margin-top: 24px; }
	.acj-filter-empty__line { width: 48px; height: 3px; }
	.elementor-element-acjcats .elementor-element-acjlatest1 { width: 124px !important; min-width: 124px; flex-basis: 124px !important; }
	.elementor-element-acjcats .elementor-widget-button { width: 124px !important; min-width: 124px; flex-basis: 124px !important; }
	.acj-elementor-cta, .elementor-element-acjcta, .elementor-element-spcta { width: calc(100% - 24px) !important; }
	.acj-articles-page > .acj-cta { margin-top: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	button, a, .acj-card { transition: none; }
	.acj-button:hover, .acj-card:hover { transform: none; }
}
