

.widget-blogshare-tabs .dashicons {
	font-size: 1rem;
	width: 1rem;
	height: 1rem;
	vertical-align: text-bottom;
	margin-right: 0.15em;
}


#main-content > article > h1,
#main-content h1.entry-title,
.srch-pg__results-title {
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	line-height: 1.2;
}


#main-content:not(.jg-page) h2 {
	font-size: clamp(1.2rem, 2.1vw, 1.75rem);
	line-height: 1.12;
}
#main-content:not(.jg-page) h3 {
	font-size: clamp(1.02rem, 1.7vw, 1.25rem);
	line-height: 1.15;
}
#main-content:not(.jg-page) h4 {
	font-size: clamp(0.95rem, 1.35vw, 1.08rem);
	line-height: 1.2;
}
#main-content:not(.jg-page) h5,
#main-content:not(.jg-page) h6 {
	font-size: clamp(0.9rem, 1.1vw, 0.98rem);
	line-height: 1.25;
}


:root {
	--lv-gutter-x: 1rem;
	--lv-content-max: 88rem;
	/* 主背景：靛蓝 → 午夜蓝（作 fallback） */
	--theme-page-bg: #070d1f;
	--theme-page-gradient: linear-gradient(155deg, #030712 0%, #0c1530 28%, #152458 52%, #0a0f22 78%, #060a14 100%);
	/* 主内容区叠在页面渐变之上，略深的半透明纵带 */
	--theme-content-bg: #0a1022;
	--theme-content-gradient: linear-gradient(180deg, #0b122a 0%, #080e1c 42%, #060a14 100%);
	--theme-content-bg-elevated: #101832;
	/* 主题色：青绿强调（按钮、链接） */
	--theme-primary: #5eead4;
	--theme-primary-rgb: 94, 234, 212;
	--theme-primary-dim: #2dd4bf;
	--theme-primary-contrast: #042f2e;
	--theme-primary-highlight: #ccfbf1;
	--theme-accent-violet-rgb: 129, 140, 248;
	--theme-accent-sky-rgb: 56, 189, 248;
	--kjl-page-edge: transparent;
	--kjl-terra: #0a1020;
	--kjl-terra2: #0e1730;
	--kjl-neon: var(--theme-primary) !important;
	--kjl-neon-dim: var(--theme-primary-dim) !important;
	--kjl-ink: #030712;
	--lv-accent: var(--theme-primary) !important;
	--lv-accent-soft: rgba(var(--theme-primary-rgb), 0.14) !important;
}
@media (min-width: 640px) {
	:root {
		--lv-gutter-x: 1.5rem;
	}
}
@media (min-width: 1024px) {
	:root {
		--lv-gutter-x: 2rem;
	}
}
.container,
.srch-pg__wrap.container,
#colophon > .mx-auto.max-w-7xl,
.lv-site-header > .mx-auto.max-w-7xl,
#main-content .lv-single-hero__inner,
#main-content .lv-blog-list-wrap,
#main-content .lv-blog-hero > .mx-auto.max-w-7xl {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--lv-content-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: max(var(--lv-gutter-x), env(safe-area-inset-left, 0px));
	padding-right: max(var(--lv-gutter-x), env(safe-area-inset-right, 0px));
}


.lv-site-header .lv-mobile-nav,
#mobile-nav.lv-mobile-nav {
	padding-left: max(var(--lv-gutter-x), env(safe-area-inset-left, 0px));
	padding-right: max(var(--lv-gutter-x), env(safe-area-inset-right, 0px));
	box-sizing: border-box;
}


main#content.srch-pg .srch-pg__wrap,
main#content[role="main"] .srch-pg__wrap {
	box-sizing: border-box;
}


html {
	min-height: 100%;
	background: var(--theme-page-gradient);
	background-color: var(--theme-page-bg);
	background-attachment: fixed;
}

body {
	min-height: 100%;
	background:
		radial-gradient(ellipse 115% 65% at 100% -12%, rgba(var(--theme-primary-rgb), 0.14), transparent 48%),
		radial-gradient(ellipse 85% 50% at -8% 100%, rgba(var(--theme-accent-violet-rgb), 0.12), transparent 46%),
		radial-gradient(ellipse 55% 42% at 72% 96%, rgba(var(--theme-accent-sky-rgb), 0.09), transparent 52%),
		var(--theme-page-gradient) !important;
	background-attachment: fixed;
	color: #e8f0f7;
}

#main-content,
#content,
main#main-content,
main#content[role="main"],
.kjl-content-frame,
.lv-blog-hero,
.lv-blog-list-wrap,
.lv-single-hero {
	background: var(--theme-content-gradient) !important;
}

#mobile-nav:not(.lv-mobile-nav) {
	background: var(--theme-content-gradient) !important;
}

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #f4f5f9 !important;
}

#main-content h1,
#content h1,
h1 {
	color: var(--theme-primary) !important;
}

#main-content p,
#main-content li,
#main-content dd,
#main-content dt,
#main-content span,
#main-content a,
#content p,
#content li,
#content dd,
#content dt,
#content span,
#content a {
	color: #dfe3ea !important;
}


#main-content,
#content {
	margin-top: 20px !important;
}


.lv-site-header .custom-logo,
.lv-site-header img.custom-logo {
	width: 70px !important;
	max-width: 70px !important;
	height: auto !important;
}


.lv-site-header .lv-header-claim,
.kjl-header-btn--login,
#main-content.page .btn-primary,
#main-content.page .btn-secondary,
#main-content .btn-primary,
#main-content .btn-secondary,
#main-content .faq-icon {
	background: var(--theme-primary) !important;
	border-color: var(--theme-primary) !important;
	color: var(--theme-primary-contrast) !important;
}

.lv-site-header .lv-header-claim:hover,
.kjl-header-btn--login:hover,
#main-content.page .btn-primary:hover,
#main-content.page .btn-secondary:hover {
	background: var(--theme-primary) !important;
	border-color: var(--theme-primary) !important;
	filter: brightness(0.94);
}

.lv-site-header #lv-nav-desktop a:hover,
.lv-site-header #lv-nav-desktop a:focus-visible,
.lv-site-header #lv-nav-desktop .current-menu-item > a,
.lv-site-header #lv-nav-desktop .current_page_item > a,
.lv-site-header #lv-nav-desktop .current-menu-ancestor > a,
#main-content a:hover,
#content a:hover {
	color: var(--theme-primary) !important;
}

#main-content.page.lv-inner-page .hero::after,
body.kjl-landing #main-content.page.lv-inner-page .hero::after {
	background: linear-gradient(90deg, var(--theme-primary), var(--theme-primary), var(--theme-primary)) !important;
}

#main-content.page blockquote,
#main-content.page.lv-inner-page .lv-sec--quotes blockquote {
	border-left-color: var(--theme-primary) !important;
}

#main-content .page-numbers.current,
#main-content a.page-numbers:hover,
#content .page-numbers.current,
#content a.page-numbers:hover {
	background: var(--theme-primary) !important;
	border-color: var(--theme-primary) !important;
	color: var(--theme-primary-contrast) !important;
}


#colophon a:hover,
#colophon a:focus-visible,
.lv-footer-menu a:hover,
.lv-footer-menu a:focus-visible {
	color: var(--theme-primary) !important;
}

.lv-sidebar-widget__label,
.lv-blog-sidebar .widget-title {
	background: var(--theme-primary) !important;
	color: var(--theme-primary-contrast) !important;
}

.lv-breadcrumb a,
.lv-single-breadcrumb a,
.lv-post-row a:hover,
.lv-author-hero a:hover {
	color: var(--theme-primary) !important;
}

.lv-pagination-shell .page-numbers.current,
.lv-pagination-shell a.page-numbers:hover {
	background: var(--theme-primary) !important;
	border-color: var(--theme-primary) !important;
	color: var(--theme-primary-contrast) !important;
}

/* Reviews scorecard progress bars (backup; full rules in inner-pages.css) */
#main-content.lv-inner-page .lv-score-bar {
	margin: 0.15rem 0 0.9rem;
}
#main-content.lv-inner-page .lv-score-bar__track {
	height: 0.55rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.14);
	overflow: hidden;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}
#main-content.lv-inner-page .lv-score-bar__fill {
	display: block;
	height: 100%;
	width: var(--lv-score-fill, 0%);
	max-width: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--theme-primary), var(--theme-primary-highlight));
	box-shadow: 0 0 14px rgba(var(--theme-primary-rgb), 0.35);
}
body.kjl-landing #main-content.lv-inner-page .lv-score-bar__track {
	background: rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
}

#colophon {
	background:
		linear-gradient(180deg, rgba(12, 22, 42, 0.92) 0%, rgba(4, 8, 18, 0.97) 100%) !important;
	border-top: 1px solid rgba(var(--theme-primary-rgb), 0.22) !important;
}
