/* WasteSpot Global Waste News v3.5.2 */
.news-page{
  --news-ink:#102019;--news-muted:#65736d;--news-line:#d9e3dc;--news-canvas:#f3f6f2;
  --news-paper:#fff;--news-lime:#dfff68;--news-green:#1d8d57;--news-soft:#e8f4ec;
  min-height:100vh;background:var(--news-canvas);color:var(--news-ink)
}
.news-shell{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:52px 0 84px}
.news-hero{position:relative;overflow:hidden;padding:48px;border:1px solid #cfe0d4;border-radius:30px;background:linear-gradient(135deg,#0d2b1f 0%,#123c2a 58%,#275535 100%);color:#fff;box-shadow:0 24px 65px rgba(16,32,25,.12)}
.news-hero:after{content:"";position:absolute;right:-100px;bottom:-140px;width:420px;height:420px;border:80px solid rgba(223,255,104,.12);border-radius:50%}
.news-hero-copy{position:relative;z-index:1;max-width:820px}
.news-eyebrow{margin:0 0 14px;color:var(--news-lime);font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.news-hero h1{max-width:780px;margin:0;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.065em}
.news-hero p.news-lead{max-width:760px;margin:24px 0 0;color:#d8e5dd;font-size:19px;line-height:1.65}
.news-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.news-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 17px;border:1px solid rgba(255,255,255,.25);border-radius:13px;color:#fff;background:rgba(255,255,255,.08);font-weight:780;text-decoration:none}
.news-button.primary{border-color:var(--news-lime);color:var(--news-ink);background:var(--news-lime)}
.news-section{margin-top:56px}
.news-section-head{display:flex;align-items:flex-end;gap:20px;margin-bottom:20px}
.news-section-head>div{min-width:0}.news-section-head h2{margin:3px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.03;letter-spacing:-.055em}
.news-section-head p{margin:0;color:var(--news-green);font-size:12px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.news-section-head>a{margin-left:auto;color:var(--news-ink);font-weight:780;text-decoration:none}
.news-filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}
.news-filter-bar a{padding:9px 12px;border:1px solid var(--news-line);border-radius:999px;color:#31463d;background:#fff;font-size:13px;font-weight:730;text-decoration:none}
.news-filter-bar a:hover,.news-filter-bar a[aria-current="page"]{border-color:var(--news-ink);color:#fff;background:var(--news-ink)}
.news-feature-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);gap:18px}
.news-card{position:relative;overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--news-line);border-radius:22px;background:var(--news-paper);box-shadow:0 10px 34px rgba(16,32,25,.06)}
.news-card:hover{border-color:#b9cec0;box-shadow:0 16px 44px rgba(16,32,25,.1)}
.news-card-visual{position:relative;min-height:180px;overflow:hidden;background:linear-gradient(135deg,#dceee2,#eef5e8);isolation:isolate}
.news-card-visual:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(9,29,21,.28) 0%,rgba(9,29,21,0) 46%,rgba(9,29,21,.08) 100%);pointer-events:none}
.news-card-image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.news-card.featured .news-card-visual{min-height:270px}
.news-theme-packaging .news-card-visual{background:linear-gradient(135deg,#dfff68,#dbeeb6)}
.news-theme-vehicles .news-card-visual{background:linear-gradient(135deg,#d9e9ff,#dceee6)}
.news-theme-repair .news-card-visual{background:linear-gradient(135deg,#f4dfbd,#e8f1dc)}
.news-theme-shipment .news-card-visual{background:linear-gradient(135deg,#d8e6f5,#e7eee6)}
.news-theme-collection .news-card-visual{background:linear-gradient(135deg,#f4e7b6,#e6efd9)}
.news-theme-plastics .news-card-visual{background:linear-gradient(135deg,#d7edf0,#dfefd7)}
.news-theme-ewaste .news-card-visual{background:linear-gradient(135deg,#e4ddf4,#dceee4)}
.news-visual-label{position:absolute;z-index:2;top:22px;left:22px;padding:7px 10px;border-radius:999px;color:#fff;background:rgba(16,32,25,.9);box-shadow:0 8px 24px rgba(16,32,25,.18);font-size:11px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.news-visual-mark{display:none}
.news-card-body{display:flex;flex:1;flex-direction:column;padding:22px}
.news-card.featured .news-card-body{padding:28px}.news-card-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--news-muted);font-size:12px}
.news-card-meta strong{color:var(--news-green);font-weight:800}.news-card h2,.news-card h3{margin:12px 0 0;line-height:1.08;letter-spacing:-.04em}
.news-card h2{font-size:clamp(28px,3.6vw,44px)}.news-card h3{font-size:23px}.news-card p{margin:14px 0 0;color:var(--news-muted);line-height:1.65}
.news-card-link{margin-top:auto;padding-top:20px;color:var(--news-ink);font-weight:820;text-decoration:none}.news-card-link:after{content:" →"}
.news-side-stack{display:grid;gap:18px}.news-side-stack .news-card-visual{min-height:110px}
.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.news-index-page .news-feature-grid{grid-template-columns:1fr}
.news-index-page .news-side-stack,.news-index-page .news-grid{grid-template-columns:1fr}
.news-index-page .news-card,.news-index-page .news-card.featured{display:grid;grid-template-columns:360px minmax(0,1fr);height:292px;min-height:292px}
.news-index-page .news-card-visual,.news-index-page .news-card.featured .news-card-visual,.news-index-page .news-side-stack .news-card-visual{height:100%;min-height:0;padding:0;overflow:hidden}
.news-index-page .news-card-body,.news-index-page .news-card.featured .news-card-body{min-width:0;min-height:0;overflow:hidden;padding:28px 30px}
.news-index-page .news-card h2,.news-index-page .news-card h3{display:-webkit-box;margin-top:12px;overflow:hidden;font-size:clamp(25px,2.35vw,34px);line-height:1.08;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.news-index-page .news-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.news-source-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 24px;border:1px solid #cfe0d4;border-radius:20px;background:#eaf5ed}
.news-source-note .news-source-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;color:#fff;background:var(--news-ink);font-size:20px;font-weight:900}.news-source-note strong{display:block}.news-source-note p{margin:4px 0 0;color:var(--news-muted)}
.news-source-note a{font-weight:800;text-decoration:none}
.news-empty{padding:50px 24px;border:1px solid var(--news-line);border-radius:22px;text-align:center;background:#fff}.news-empty h2{margin:0}.news-empty p{color:var(--news-muted)}
.news-breadcrumbs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:0 0 22px;color:var(--news-muted);font-size:13px}.news-breadcrumbs a{color:inherit;text-decoration:none}.news-breadcrumbs span[aria-current]{color:var(--news-ink);font-weight:730}
.news-article-hero{position:relative;overflow:hidden;padding:44px;border:1px solid var(--news-line);border-radius:28px;background:#fff;box-shadow:0 18px 55px rgba(16,32,25,.08)}
.news-article-hero:after{content:"";position:absolute;right:-70px;bottom:-100px;width:300px;height:300px;border:64px solid rgba(29,141,87,.08);border-radius:50%}
.news-article-hero>*{position:relative;z-index:1}.news-article-kicker{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--news-green);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.news-article-hero h1{max-width:980px;margin:18px 0 0;font-size:clamp(40px,6vw,70px);line-height:1;letter-spacing:-.06em}
.news-article-deck{max-width:900px;margin:24px 0 0;color:#52645c;font-size:20px;line-height:1.65}
.news-article-meta{display:flex;gap:12px 22px;flex-wrap:wrap;margin-top:28px;padding-top:22px;border-top:1px solid var(--news-line);color:var(--news-muted);font-size:13px}.news-article-meta strong{color:var(--news-ink)}
.news-article-cover{width:100%;aspect-ratio:16/9;margin:28px 0 0;overflow:hidden;border:1px solid var(--news-line);border-radius:28px;background:#dce9df;box-shadow:0 18px 55px rgba(16,32,25,.08)}.news-article-cover img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.news-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;margin-top:28px;align-items:start}
.news-article-main{min-width:0}.news-key-points{padding:26px;border:1px solid #c9dfcf;border-radius:22px;background:#ecf6ef}.news-key-points h2{margin:0 0 15px;font-size:22px}.news-key-points ul{margin:0;padding-left:21px}.news-key-points li{padding:5px 0;line-height:1.6}
.news-prose{margin-top:26px;padding:34px;border:1px solid var(--news-line);border-radius:24px;background:#fff}.news-prose h2{margin:38px 0 14px;font-size:30px;line-height:1.12;letter-spacing:-.035em}.news-prose h2:first-child{margin-top:0}.news-prose p,.news-prose li{color:#33483f;font-size:17px;line-height:1.82}.news-prose ul,.news-prose ol{padding-left:23px}.news-prose code{padding:2px 5px;border-radius:5px;background:#eef2ef;font-size:.88em}
.news-why{margin-top:24px;padding:28px;border-radius:22px;color:#fff;background:var(--news-ink)}.news-why span{display:block;color:var(--news-lime);font-size:11px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.news-why h2{margin:8px 0 10px;font-size:28px}.news-why p{margin:0;color:#dce7e0;font-size:17px;line-height:1.75}
.news-aside{display:grid;gap:16px;position:static;top:auto}.news-aside-card{padding:21px;border:1px solid var(--news-line);border-radius:19px;background:#fff}.news-aside-card h2{margin:0 0 12px;font-size:18px}.news-aside-card p{margin:0;color:var(--news-muted);font-size:14px;line-height:1.6}.news-aside-card a{display:block;margin-top:14px;color:var(--news-ink);font-weight:800;text-decoration:none;overflow-wrap:anywhere}.news-aside-card ul{margin:0;padding:0;list-style:none}.news-aside-card li+li{margin-top:10px;padding-top:10px;border-top:1px solid var(--news-line)}.news-aside-card small{display:block;margin-top:8px;color:var(--news-muted)}
.news-related-paths a{display:flex;justify-content:space-between;gap:10px;margin-top:0!important;padding:10px 0;border-bottom:1px solid var(--news-line)}.news-related-paths a:last-child{border-bottom:0}.news-related-paths a:after{content:"→"}
.news-editorial-page .news-prose{max-width:900px;margin:0 auto}.news-editorial-page .news-article-hero{margin-bottom:28px}
@media(max-width:980px){.news-feature-grid,.news-article-layout{grid-template-columns:1fr}.news-side-stack{grid-template-columns:1fr 1fr}.news-aside{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-index-page .news-card,.news-index-page .news-card.featured{grid-template-columns:290px minmax(0,1fr);height:282px;min-height:282px}}
@media(max-width:720px){.news-shell{width:min(100% - 24px,1240px);padding-top:28px}.news-hero,.news-article-hero{padding:28px 22px;border-radius:22px}.news-hero h1,.news-article-hero h1{font-size:clamp(38px,12vw,56px)}.news-hero p.news-lead,.news-article-deck{font-size:17px}.news-feature-grid,.news-grid,.news-side-stack,.news-aside{grid-template-columns:1fr}.news-card.featured .news-card-visual{min-height:190px}.news-prose{padding:24px 20px}.news-prose p,.news-prose li{font-size:16px}.news-source-note{grid-template-columns:auto 1fr}.news-source-note>a{grid-column:1/-1}.news-section{margin-top:42px}.news-index-page .news-card,.news-index-page .news-card.featured{grid-template-columns:1fr;height:auto;min-height:0}.news-index-page .news-card-visual,.news-index-page .news-card.featured .news-card-visual,.news-index-page .news-side-stack .news-card-visual{height:auto;min-height:0;aspect-ratio:16/9;padding:0}.news-index-page .news-card-body,.news-index-page .news-card.featured .news-card-body{padding:22px}.news-index-page .news-card h2,.news-index-page .news-card h3{-webkit-line-clamp:4}.news-article-cover{margin-top:20px;border-radius:20px}}
