/* Alee News Lite 1.1.5 */
:root{
	--saeng-accent:#2563EB;
	--saeng-signal:#E11D48;
	--saeng-ink:#1D1D1F;
	--saeng-muted:#6E6E73;
	--saeng-canvas:#FAFAFA;
	--saeng-surface:#FFFFFF;
	--saeng-line:#E5E5E7;
	--saeng-width:1180px;
	--saeng-page-width:800px;
	--saeng-post-width:720px;
	--saeng-radius:16px;
	--saeng-media-radius:6px;
	--saeng-text:16px;
	--saeng-shadow:0 10px 28px rgba(29,29,31,.05);
	--saeng-font:system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans Thai",Sarabun,Thonburi,sans-serif;
	--saeng-header-h:68px;
	--saeng-on-hero:#fff;
	--saeng-burger-color:#1D1D1F;
	--saeng-burger-size:22px;
	--saeng-home-cols:3;
	--saeng-archive-cols:3;
	--saeng-logo-size-desktop:40px;
	--saeng-logo-size-tablet:40px;
	--saeng-logo-size-mobile:40px;
}
.saeng-font-kanit{--saeng-font:Kanit,system-ui,"Noto Sans Thai",sans-serif}
.saeng-font-ibmplex{--saeng-font:"IBM Plex Sans Thai",system-ui,"Noto Sans Thai",sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip}
body{
	margin:0;
	font-family:var(--saeng-font);
	font-size:var(--saeng-text);
	line-height:1.75;
	color:var(--saeng-ink);
	background:var(--saeng-canvas);
	text-rendering:optimizeLegibility;
}
img,video,svg{max-width:100%;height:auto}
img{display:block}
a{color:var(--saeng-accent);text-decoration:none}
a:hover{text-decoration:underline}
button,input,textarea,select{font:inherit}
h1,h2,h3,h4{line-height:1.28;letter-spacing:0;margin:0 0 .5em;font-weight:600}
p{margin:0 0 1em}

.screen-reader-text{
	position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0
}
.skip-link{
	position:absolute;left:12px;top:-48px;z-index:1000;background:var(--saeng-ink);color:#fff;padding:.5rem 1rem;border-radius:999px
}
.skip-link:focus{top:12px}

.saeng-wrap{
	width:min(calc(100% - 24px),var(--saeng-width));
	margin-inline:auto;
}

body.saeng-nav-lock{overflow:hidden}
.saeng-header{
	position:relative;
	background:rgba(255,255,255,.9);
	backdrop-filter:saturate(180%) blur(14px);
	-webkit-backdrop-filter:saturate(180%) blur(14px);
	border-bottom:1px solid transparent;
	box-shadow:0 1px 0 rgba(29,29,31,.06);
	z-index:50;
}
.saeng-sticky-header .saeng-header{position:sticky;top:0}
body.admin-bar.saeng-sticky-header .saeng-header{top:32px}
@media screen and (max-width:782px){
	body.admin-bar.saeng-sticky-header .saeng-header{top:46px}
}
.saeng-header-inner{
	display:flex;align-items:center;gap:10px;min-height:var(--saeng-header-h);
}
.saeng-header-toggle-wrap,.saeng-brand-shell,.saeng-header-actions{display:flex;align-items:center;min-width:0}
.saeng-header-toggle-wrap{flex:0 0 auto}
.saeng-brand-shell{flex:1 1 auto;justify-content:flex-start;min-width:0}
.saeng-header-actions{gap:6px;margin-inline-start:auto;flex-shrink:0}
.saeng-brand-block{min-width:0;overflow:hidden;display:flex;flex-direction:column}
.saeng-brand{margin:0;font-size:1.15rem;font-weight:700;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.saeng-brand a,.custom-logo-link{color:var(--saeng-ink);text-decoration:none}
.saeng-tagline{margin:.15rem 0 0;font-size:.75rem;font-weight:400;color:var(--saeng-muted);line-height:1.35}
.custom-logo{max-height:var(--saeng-logo-size-desktop,40px);width:auto}
.saeng-nav{display:none}
.saeng-menu{
	display:flex;flex-wrap:wrap;gap:4px;list-style:none;margin:0;padding:0
}
.saeng-menu a{
	display:flex;align-items:center;padding:.5rem .8rem;border-radius:999px;color:var(--saeng-ink);text-decoration:none;font-weight:500;font-size:.94rem;min-height:44px
}
.saeng-menu a:hover,.saeng-menu .current-menu-item>a,.saeng-menu .current_page_item>a{
	background:rgba(37,99,235,.08);color:var(--saeng-accent);text-decoration:none
}
.saeng-menu .sub-menu{
	position:absolute;min-width:200px;background:var(--saeng-surface);border-radius:14px;padding:8px;list-style:none;box-shadow:var(--saeng-shadow);display:none
}
.saeng-menu>li{position:relative}
.saeng-menu>li:hover>.sub-menu,.saeng-menu>li:focus-within>.sub-menu{display:block}
.saeng-nav-toggle{
	display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:12px;background:transparent;cursor:pointer;flex-shrink:0;color:var(--saeng-burger-color,var(--saeng-ink))
}
.saeng-burger{
	width:var(--saeng-burger-size,22px);
	height:calc(var(--saeng-burger-size,22px) * .73);
	display:flex;flex-direction:column;justify-content:space-between
}
.saeng-burger span{
	display:block;height:2px;width:100%;background:currentColor;border-radius:999px;
	transform-origin:center;transition:transform .2s ease,opacity .2s ease
}
.saeng-header.is-open .saeng-burger span:nth-child(1){transform:translateY(calc((var(--saeng-burger-size,22px) * .73 - 2px) / 2)) rotate(45deg)}
.saeng-header.is-open .saeng-burger span:nth-child(2){opacity:0}
.saeng-header.is-open .saeng-burger span:nth-child(3){transform:translateY(calc((2px - var(--saeng-burger-size,22px) * .73) / 2)) rotate(-45deg)}
.saeng-icon-btn{
	width:44px;height:44px;border:0;border-radius:12px;background:transparent;cursor:pointer;display:grid;place-items:center;color:var(--saeng-ink)
}
.saeng-search-panel{padding:12px 0 16px;background:var(--saeng-surface)}
.saeng-search{display:flex;gap:8px}
.saeng-search input{
	flex:1;border:0;border-radius:999px;padding:.85rem 1rem;background:var(--saeng-canvas)
}
.saeng-btn{
	display:inline-flex;align-items:center;justify-content:center;gap:.4rem;
	border:0;border-radius:999px;padding:.7rem 1.1rem;font-weight:600;cursor:pointer;text-decoration:none;min-height:44px
}
.saeng-btn-primary{background:var(--saeng-accent);color:#fff}
.saeng-btn-primary:hover{filter:brightness(.95);text-decoration:none;color:#fff}

.saeng-main{padding:16px 0 48px;min-height:60vh}

.saeng-hero{
	display:grid;grid-template-columns:1fr;gap:18px;margin-bottom:28px
}
.saeng-hero-main{background:transparent;overflow:visible}
.saeng-hero-media{display:block}
.saeng-hero-media .saeng-thumb,.saeng-card-media .saeng-thumb,.saeng-article-hero .saeng-thumb{
	aspect-ratio:16/9;overflow:hidden;background:#e8ebf3;border-radius:var(--saeng-media-radius)
}
.saeng-hero-media img,.saeng-card-media img,.saeng-article-hero img{width:100%;height:100%;object-fit:cover}
.saeng-hero-body{padding:14px 0 0;color:var(--saeng-ink)}
.saeng-hero-title{font-size:1.45rem;margin:8px 0 10px;font-weight:600}
.saeng-hero-title a{color:var(--saeng-ink);text-decoration:none}
.saeng-hero-title a:hover{color:var(--saeng-accent)}
.saeng-hero-excerpt{color:var(--saeng-muted);margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.saeng-hero-side{display:flex;flex-direction:column;gap:16px}
.saeng-hero-chips,.saeng-card-chips{display:flex;flex-wrap:wrap;gap:6px}

.saeng-chip{
	display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;
	background:rgba(37,99,235,.09);color:var(--saeng-accent);font-size:.75rem;font-weight:500;text-decoration:none
}
.saeng-chip:hover{text-decoration:none;filter:brightness(.95)}
.saeng-chip-signal{background:var(--saeng-signal);color:#fff}

.saeng-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:8px 0 16px}
.saeng-section-title{font-size:1.25rem;margin:0;font-weight:600}
.saeng-section-more{font-weight:500;font-size:.9rem}
.saeng-home-section{margin-bottom:36px}

.saeng-card-grid{display:grid;grid-template-columns:1fr;gap:28px}
.saeng-card-grid-4{grid-template-columns:1fr}
.saeng-card{
	background:transparent;border:0;border-radius:0;overflow:visible;display:flex;flex-direction:column;box-shadow:none
}
.saeng-card-body{padding:12px 0 0;display:flex;flex-direction:column;gap:6px;flex:1}
.saeng-card-title{font-size:1.12rem;margin:0;font-weight:500}
.saeng-card-title a{color:var(--saeng-ink);text-decoration:none}
.saeng-card-title a:hover{color:var(--saeng-accent)}
.saeng-card-excerpt{
	color:var(--saeng-muted);font-size:.94rem;margin:0;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.saeng-card-compact{flex-direction:row;gap:12px;align-items:flex-start}
.saeng-card-compact .saeng-card-media{flex:0 0 128px}
.saeng-card-compact .saeng-thumb{aspect-ratio:16/9}
.saeng-card-compact .saeng-card-body{padding:2px 0 0}
.saeng-card-compact .saeng-card-title{font-size:.95rem}
.saeng-card-compact .saeng-card-excerpt{display:none}
.saeng-thumb-empty{width:100%;height:100%;background:linear-gradient(135deg,#e8ebf3,#d9deea)}

.saeng-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--saeng-muted);font-size:.82rem}
.saeng-meta a{color:inherit}
.saeng-meta-lg{margin-top:10px;font-size:.9rem}

.saeng-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;align-items:start}
.saeng-breadcrumbs{font-size:.85rem;color:var(--saeng-muted);margin-bottom:16px}
.saeng-breadcrumbs a{color:inherit}
.saeng-bc-sep{margin:0 .45rem}

.saeng-article{
	background:transparent;border:0;border-radius:0;padding:0;box-shadow:none
}
.saeng-article-title,.saeng-page-title{font-size:clamp(1.55rem,5vw,2.3rem);margin:8px 0 0;font-weight:600}
.saeng-article-hero{margin:16px 0 8px}
.saeng-article-hero figcaption{color:var(--saeng-muted);font-size:.85rem;padding:.5rem 0 0}
.saeng-content{
	max-width:var(--saeng-post-width);margin-inline:auto;
	font-size:1.0625rem;line-height:1.8
}
.saeng-layout-page .saeng-content,.saeng-static-page .saeng-content{
	max-width:var(--saeng-page-width);margin-inline:auto
}
.saeng-full-width .saeng-content,
.saeng-full-width-canvas .saeng-content,
body.page-template-templates-full-width-php .saeng-content{
	max-width:none
}
.saeng-article-head,.saeng-article-hero,.saeng-article-foot{max-width:var(--saeng-post-width);margin-inline:auto}
.saeng-layout-single .saeng-breadcrumbs{max-width:var(--saeng-post-width);margin-inline:auto}
.saeng-layout-page .saeng-article-head,.saeng-layout-page .saeng-article-hero,.saeng-layout-page .saeng-breadcrumbs{
	max-width:var(--saeng-page-width);margin-inline:auto
}
.saeng-content > *:first-child{margin-top:0}
.saeng-content h2,.saeng-content h3{margin-top:1.4em}
.saeng-content img{border-radius:var(--saeng-media-radius)}
.saeng-content p{margin:0 0 1.15em}
.saeng-content blockquote{
	margin:1.2em 0;padding:.2em 0 .2em 1em;border-left:3px solid var(--saeng-accent);color:var(--saeng-muted)
}
.saeng-article-foot{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:center;margin-top:28px;padding-top:16px;border-top:1px solid rgba(29,29,31,.06)}
.saeng-tags{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.saeng-tags a{background:var(--saeng-surface);border-radius:999px;padding:.2rem .7rem;color:var(--saeng-ink);font-size:.85rem}
.saeng-share{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.saeng-share-label{font-size:.85rem;color:var(--saeng-muted);font-weight:500}
.saeng-share-btn{
	display:inline-flex;align-items:center;justify-content:center;
	width:44px;height:44px;border-radius:999px;border:0;background:var(--saeng-ink);
	box-shadow:inset 0 0 0 1px rgba(29,29,31,.05);color:#fff;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease
}
.saeng-share-btn:hover{text-decoration:none;filter:brightness(.96);transform:translateY(-1px)}
.saeng-share-btn:focus-visible{outline:2px solid var(--saeng-accent);outline-offset:2px}
.saeng-share-btn svg{width:20px;height:20px;display:block}
.saeng-share-btn-facebook{background:#1877F2;color:#fff}
.saeng-share-btn-x{background:#111827;color:#fff}
.saeng-share-btn-line{background:#06C755;color:#fff}
.saeng-share-btn-link{background:var(--saeng-accent);color:#fff}
.saeng-share-btn-link.is-copied{background:#16a34a;color:#fff}
.saeng-related{margin-top:36px;padding-top:28px;border-top:1px solid rgba(29,29,31,.06)}
.saeng-related-grid{display:grid;grid-template-columns:1fr;gap:22px}
.saeng-archive-hero{margin-bottom:28px}

.saeng-sidebar .saeng-widget{
	background:var(--saeng-surface);border:0;border-radius:var(--saeng-radius);padding:16px 16px 18px;margin-bottom:16px
}
.saeng-widget-title{font-size:1rem;margin:0 0 10px}
.saeng-widget ul{margin:0;padding:0;list-style:none}
.saeng-widget li{padding:.4rem 0}

.saeng-footer{background:#0b1220;color:#d5d9e4;margin-top:24px}
.saeng-footer a{color:#fff}
.saeng-footer-grid{display:grid;grid-template-columns:1fr;gap:24px;padding:32px 0}
.saeng-footer .saeng-widget-title{color:#fff}
.saeng-footer-bar{border-top:1px solid rgba(255,255,255,.08)}
.saeng-footer-bar-inner{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;padding:16px 0}
.saeng-copy{margin:0;font-size:.9rem;color:#9aa3b5}
.saeng-footer-menu{display:flex;gap:14px;list-style:none;margin:0;padding:0}

.saeng-archive-head{margin-bottom:20px}
.saeng-archive-title{font-size:clamp(1.4rem,2.4vw,2rem);font-weight:600}
.saeng-archive-desc{color:var(--saeng-muted)}
.saeng-empty{text-align:center;padding:48px 16px}
.saeng-404-code{font-size:4rem;font-weight:800;margin:0;letter-spacing:-.06em;color:var(--saeng-accent)}
.nav-links,.saeng-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:28px}
.nav-links a,.nav-links span{
	display:inline-flex;min-width:44px;height:44px;align-items:center;justify-content:center;padding:0 12px;border-radius:12px;background:var(--saeng-surface);color:var(--saeng-ink);text-decoration:none
}
.nav-links .current{background:var(--saeng-accent);color:#fff}

.saeng-comments{margin-top:32px;background:var(--saeng-surface);border:0;border-radius:var(--saeng-radius);padding:22px}
.saeng-comment-list{list-style:none;margin:0;padding:0}
.saeng-comment-list .comment{padding:12px 0}
.comment-form input[type=text],.comment-form input[type=email],.comment-form textarea{
	width:100%;border:0;border-radius:12px;padding:.7rem .85rem;background:var(--saeng-canvas)
}

@media (min-width:720px){
	.saeng-card-grid,.saeng-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
	.saeng-card-compact .saeng-card-media{flex:0 0 148px}
	.saeng-hero-title{font-size:1.8rem}
	.saeng-footer-grid{grid-template-columns:repeat(3,1fr)}
	.saeng-content{font-size:1.125rem;line-height:1.85}
}
@media (min-width:1000px){
	.saeng-nav-toggle,.saeng-header-toggle-wrap{display:none}
	.saeng-brand-shell{flex:0 0 auto;justify-content:flex-start}
	.saeng-nav{display:block;flex:1}
	.saeng-hero{grid-template-columns:1.35fr .65fr}
	.saeng-card-grid{grid-template-columns:repeat(var(--saeng-archive-cols,3),minmax(0,1fr))}
	body:not(.saeng-no-sidebar) .saeng-layout .saeng-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	.saeng-news-home .saeng-card-grid{grid-template-columns:repeat(var(--saeng-home-cols,3),minmax(0,1fr))}
	.saeng-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	.saeng-layout:not(.saeng-layout-page){grid-template-columns:minmax(0,1fr) 300px}
	.saeng-no-sidebar .saeng-layout,.saeng-layout-page.saeng-no-sidebar,.saeng-no-sidebar .saeng-layout-page{
		grid-template-columns:minmax(0,1fr)
	}
	.saeng-sidebar-left .saeng-layout:not(.saeng-layout-page){grid-template-columns:300px minmax(0,1fr)}
	.saeng-sidebar-left .saeng-sidebar{order:-1}
	.saeng-hero-main{position:relative}
	.saeng-hero-body{
		position:absolute;left:0;right:0;bottom:0;padding:48px 18px 16px;
		background:linear-gradient(180deg,transparent,rgba(11,18,32,.82) 58%);
		color:var(--saeng-on-hero);border-radius:0 0 var(--saeng-media-radius) var(--saeng-media-radius)
	}
	.saeng-hero-title a{color:#fff}
	.saeng-hero-excerpt{color:rgba(255,255,255,.86);-webkit-line-clamp:2}
	.saeng-hero-main .saeng-meta{color:rgba(255,255,255,.82)}
	.saeng-hero-main .saeng-chip{background:rgba(255,255,255,.16);color:#fff}
	.saeng-hero-main .saeng-chip-signal{background:var(--saeng-signal);color:#fff}
}
@media (max-width:999px){
	.saeng-nav{
		position:absolute;left:0;right:0;top:100%;background:var(--saeng-surface);
		padding:8px 12px 16px;box-shadow:var(--saeng-shadow)
	}
	.saeng-header.is-open .saeng-nav{display:block}
	.saeng-menu{flex-direction:column}
	.saeng-menu a{min-height:48px;border-radius:12px}
	.saeng-menu .sub-menu{position:static;display:block;box-shadow:none;padding:0 0 0 12px}
	.saeng-header-inner .saeng-btn{display:none}
}
@media (min-width:720px) and (max-width:999px){
	.custom-logo{max-height:var(--saeng-logo-size-tablet,var(--saeng-logo-size-desktop,40px))}
	.saeng-header[data-logo-tablet="left"] .saeng-brand-shell{justify-content:flex-start;text-align:left}
	.saeng-header[data-logo-tablet="center"] .saeng-brand-shell{justify-content:center;text-align:center}
	.saeng-header[data-logo-tablet="right"] .saeng-brand-shell{justify-content:flex-end;text-align:right}
	.saeng-header[data-burger-tablet="right"] .saeng-header-toggle-wrap{order:3}
	.saeng-header[data-burger-tablet="right"] .saeng-brand-shell{order:1}
	.saeng-header[data-burger-tablet="right"] .saeng-header-actions{order:2}
}
@media (max-width:719px){
	.custom-logo{max-height:var(--saeng-logo-size-mobile,var(--saeng-logo-size-desktop,40px))}
	.saeng-header[data-logo-mobile="left"] .saeng-brand-shell{justify-content:flex-start;text-align:left}
	.saeng-header[data-logo-mobile="center"] .saeng-brand-shell{justify-content:center;text-align:center}
	.saeng-header[data-logo-mobile="right"] .saeng-brand-shell{justify-content:flex-end;text-align:right}
	.saeng-header[data-burger-mobile="right"] .saeng-header-toggle-wrap{order:3}
	.saeng-header[data-burger-mobile="right"] .saeng-brand-shell{order:1}
	.saeng-header[data-burger-mobile="right"] .saeng-header-actions{order:2}
	.saeng-main{padding:12px 0 36px}

	/* Mobile typography: lighter hierarchy without changing the desktop baseline. */
	.saeng-brand{font-weight:700}
	.saeng-tagline{font-weight:400}
	.saeng-menu a{font-weight:500}
	.saeng-btn{font-weight:600}
	.saeng-news-home .saeng-hero-title,
	.saeng-news-home .saeng-section-title{font-weight:600}
	.saeng-news-home .saeng-card-title{font-weight:500}
	.saeng-news-home .saeng-chip,
	.saeng-news-home .saeng-section-more{font-weight:500}
	.saeng-archive-news:not(.saeng-news-home) .saeng-hero-title{font-weight:600}
	.saeng-archive-news:not(.saeng-news-home) .saeng-card-title{font-weight:500}
	.saeng-archive-news:not(.saeng-news-home) .saeng-chip{font-weight:500}

	/* Hero stays image-first on phones; copy is shorter and less visually heavy. */
	.saeng-news-home .saeng-hero{gap:14px;margin-bottom:22px}
	.saeng-news-home .saeng-hero-body{padding-top:12px}
	.saeng-news-home .saeng-hero-title{font-size:1.38rem;line-height:1.32;margin:7px 0 8px}
	.saeng-news-home .saeng-hero-excerpt{font-size:.94rem;line-height:1.65;-webkit-line-clamp:2;margin-bottom:10px}
	.saeng-news-home .saeng-hero-side{gap:14px}

	/* News archives mirror the lighter mobile hierarchy without changing their stacked 16:9 layout. */
	.saeng-archive-news:not(.saeng-news-home) .saeng-hero{gap:14px;margin-bottom:22px}
	.saeng-archive-news:not(.saeng-news-home) .saeng-hero-body{padding-top:12px}
	.saeng-archive-news:not(.saeng-news-home) .saeng-hero-title{font-size:1.38rem;line-height:1.32;margin:7px 0 8px}
	.saeng-archive-news:not(.saeng-news-home) .saeng-hero-excerpt{font-size:.94rem;line-height:1.65;-webkit-line-clamp:2;margin-bottom:10px}
	.saeng-archive-news:not(.saeng-news-home) .saeng-hero-side{gap:14px}
	.saeng-archive-news:not(.saeng-news-home) .saeng-card-title{font-size:1.06rem;line-height:1.45}

	/* Existing side stories remain compact. */
	.saeng-card-compact .saeng-card-media{flex:0 0 112px}
	.saeng-news-home .saeng-card-compact .saeng-card-title{font-size:.94rem;line-height:1.42}

	/* Latest news becomes a scan-friendly list only on mobile. */
	.saeng-news-home .saeng-latest-section{margin-bottom:28px}
	.saeng-news-home .saeng-latest-section .saeng-section-head{margin:4px 0 14px}
	.saeng-news-home .saeng-latest-section .saeng-card-grid{gap:16px}
	.saeng-news-home .saeng-card-mobile-compact{flex-direction:row;gap:12px;align-items:flex-start}
	.saeng-news-home .saeng-card-mobile-compact .saeng-card-media{flex:0 0 120px;min-width:0}
	.saeng-news-home .saeng-card-mobile-compact .saeng-card-body{padding:0;gap:4px;min-width:0}
	.saeng-news-home .saeng-card-mobile-compact .saeng-card-title{font-size:1rem;line-height:1.42}
	.saeng-news-home .saeng-card-mobile-compact .saeng-card-excerpt{display:none}
	.saeng-news-home .saeng-card-mobile-compact .saeng-meta{font-size:.78rem}

	/* Other homepage sections retain their layout, with tighter phone spacing. */
	.saeng-news-home .saeng-home-section{margin-bottom:30px}
	.saeng-news-home .saeng-section-head{margin:6px 0 14px}
	.saeng-news-home .saeng-section-title{font-size:1.16rem}
	.saeng-news-home .saeng-card-title{font-size:1.06rem;line-height:1.45}
}
@media (prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	.saeng-burger span{transition:none}
}

