/* Editorial list and dedicated reading pages, distinct from product cards. */
.news-page{color:var(--navy);background:#fff}
.news-page h1,.news-page h2,.news-page h3,.news-page p{margin:0}
.news-page a:focus-visible,.news-page button:focus-visible,.news-page input:focus-visible{outline:3px solid #367b9b;outline-offset:4px}
.news-intro{padding:24px 0 0;background:linear-gradient(180deg,#f2f7fa,#fff)}
.news-breadcrumb{display:flex;flex-wrap:wrap;gap:12px;color:#657e90;font-size:13px;margin-bottom:22px}
.news-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:22px}
.news-heading h1{font-size:48px;line-height:1.25;margin-bottom:12px}
.news-heading p{font-size:17px;color:#56748a}
.news-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #d7e3eb}
.news-search{display:flex;border:1px solid #cfdee8;border-radius:8px;background:#fff;overflow:hidden;width:300px;flex-shrink:0;transition:border-color .18s ease,box-shadow .18s ease}
.news-search:focus-within{border-color:#367b9b;box-shadow:0 0 0 3px rgba(54,123,155,.16)}
.news-search input{border:0;min-width:0;flex:1;padding:13px 15px;font:inherit;font-size:14px;background:transparent;color:var(--navy)}
.news-search button{border:0;border-left:1px solid #dbe5ed;padding:0 17px;background:#f0f6f9;color:#345d78;font:inherit;font-size:14px;cursor:pointer;border-radius:0 8px 8px 0}
.news-search input:focus-visible,.news-search button:focus-visible{outline:0}
.news-categories{display:flex;gap:32px}
.news-categories>a{padding:17px 4px;font-size:17px;font-weight:600;color:#557087;border-bottom:3px solid transparent}
.news-categories>a.active{border-bottom-color:var(--orange);color:var(--orange)}
.news-directory-section{padding:25px 0 60px}
.news-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:44px;align-items:start}
.news-results-head{display:flex;align-items:center;justify-content:space-between;min-height:37px;scroll-margin-top:120px;border-bottom:1px solid #dbe5ed;padding-bottom:12px}
.news-results-head p{font-size:13px;color:#617e92;overflow-wrap:anywhere}
.news-results-head button{border:0;background:none;color:#d9490c;font:inherit;font-size:13px;cursor:pointer;white-space:nowrap}
.news-row{display:grid;grid-template-columns:200px minmax(0,1fr);gap:24px;padding:24px 0;border-bottom:1px solid #dbe5ed;scroll-margin-top:120px}
.news-thumbnail{display:block;width:200px;height:130px;overflow:hidden;border-radius:6px;background:#f5f7f8}
.news-thumbnail img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.news-thumbnail img.is-product{object-fit:contain;padding:6px}
.news-thumbnail:hover img{transform:scale(1.03)}
.news-row-copy{display:flex;flex-direction:column;min-width:0}
.news-row-copy h2{font-size:21px;line-height:1.5;margin-bottom:9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-row-copy h2 a:hover{color:#e44d10}
.news-row-copy p{font-size:14px;line-height:1.85;color:#5a7589;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.news-row-meta{display:flex;flex-wrap:wrap;gap:7px 17px;color:#74899a;font-size:12px;margin-top:auto;padding-top:12px}
.news-sidebar{padding-top:9px;position:sticky;top:115px}
.news-sidebar>section{background:#f6f8fa;padding:22px;border-radius:8px}
.news-sidebar h2{font-size:18px;line-height:1.5;margin-bottom:14px}
.news-sidebar section>a{display:block;padding:16px 0;border-bottom:1px solid #d9e5ed;font-size:15px;line-height:1.75;color:#456377}
.news-sidebar section>a:hover{color:#d9490c}
.news-sidebar section>a:last-child{border-bottom:0;padding-bottom:0}
.news-sidebar small,.news-sidebar strong,.news-sidebar a>span{display:block}
.news-sidebar small{font-size:12px;color:#738b9e;margin-bottom:6px}
.news-sidebar strong{font-size:16px;line-height:1.6}
.news-sidebar a>span{font-size:12px;color:#567b93;margin-top:7px}
.news-sidebar .news-help{margin-top:22px;background:#fff;border:1px solid #d7e3eb}
.news-help p{font-size:14px;line-height:1.9;color:#5a7589}
.news-sidebar .news-help>a{font-size:14px;color:#db4b11;padding-top:15px}
.news-pagination{display:flex;justify-content:center;gap:12px;margin-top:28px}
.news-pagination[hidden]{display:none}
.news-pagination button{width:40px;height:40px;border:1px solid #d7e3eb;border-radius:6px;background:#fff;color:#526e82;cursor:pointer;font:inherit;font-size:14px}
.news-pagination button[aria-current]{background:#173b52;color:#fff;border-color:#173b52}
.news-empty{padding:65px 15px;text-align:center}
.news-empty h2{font-size:24px;margin-bottom:15px}
.news-empty p{font-size:15px;color:#5a7589}
.news-detail{padding:26px 0 60px}
.news-reading-layout{display:grid;grid-template-columns:minmax(0,820px) minmax(220px,1fr);gap:70px;align-items:start}
.news-meta{display:flex;gap:10px 20px;flex-wrap:wrap;color:#668093;font-size:13px;margin-bottom:18px}
.news-story header{padding-bottom:28px;border-bottom:1px solid #d7e3eb;margin-bottom:30px}
.news-story h1{font-size:36px;line-height:1.5;letter-spacing:-.3px;margin-bottom:21px}
.news-story .news-abstract{font-size:17px;line-height:1.95;color:#55758b}
.news-story section{margin-bottom:32px;scroll-margin-top:110px}
.news-story section h2{font-size:24px;line-height:1.5;margin-bottom:15px}
.news-story section p,.news-story section li{color:#405d72;font-size:16px;line-height:2}
.news-story section p{margin-bottom:16px}
.news-story section ul{padding-left:24px;margin:15px 0}
.news-story section li{margin:9px 0}
.news-reading-side{position:sticky;top:115px;padding:25px;background:#f2f7fa;border-radius:12px}
.news-reading-side h2{font-size:17px;margin-bottom:14px}
.news-reading-side a{display:block;font-size:14px;line-height:1.8;padding:9px 0;color:#4d7087}
.news-reading-side a:hover{color:#d64a11}
.news-related{margin-top:22px;padding-top:22px;border-top:1px solid #d6e3eb}
.news-reading-side .news-reader-note{font-size:12px;line-height:1.9;color:#6f8495;margin-top:20px}
.news-sources{padding:22px 24px;border-radius:8px;background:#f3f7fa}
.news-sources b{display:block;font-size:14px;margin-bottom:8px}
.news-sources p{color:#657f92;font-size:13px;line-height:1.9}
.news-sources a{color:#345f7b;text-decoration:underline;text-underline-offset:3px}
.news-adjacent{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:32px;padding-top:24px;border-top:1px solid #d7e3eb}
.news-adjacent small,.news-adjacent span{display:block}
.news-adjacent small{font-size:12px;color:#71899c;margin-bottom:6px}
.news-adjacent span{font-size:15px;line-height:1.7}
.news-return{display:inline-block;color:#345f7b;font-size:14px;margin-top:27px}
body[data-page="knowledge"] #siteFooter>.cta{display:none}
@media(max-width:1100px){.news-layout{grid-template-columns:minmax(0,1fr) 230px;gap:28px}.news-sidebar>section{padding:20px}.news-row{grid-template-columns:180px minmax(0,1fr);gap:20px}.news-thumbnail{width:180px;height:130px}.news-row-copy h2{font-size:20px}.news-categories{gap:22px}.news-reading-layout{grid-template-columns:minmax(0,1fr) 240px;gap:35px}.news-story h1{font-size:30px}}
@media(max-width:760px){.news-heading{display:block}.news-heading h1{font-size:36px}.news-toolbar{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding-bottom:14px}.news-search{width:100%}.news-categories{gap:0;justify-content:space-between}.news-categories>a{font-size:14px;padding:15px 2px}.news-layout,.news-reading-layout{grid-template-columns:1fr}.news-sidebar,.news-reading-side{position:static}.news-reading-side{grid-row:1}.news-row{grid-template-columns:112px minmax(0,1fr);gap:14px;padding:20px 0}.news-thumbnail{width:112px;height:90px}.news-row-copy h2{font-size:17px}.news-row-copy p{font-size:13px}.news-row-meta{gap:4px 10px;font-size:11px}.news-reading-side nav{display:none}.news-related{border:0;margin:0;padding:0}.news-story h1{font-size:28px}.news-story section h2{font-size:22px}.news-adjacent{gap:20px}.news-detail{padding-top:22px}}
@media(prefers-reduced-motion:reduce){.news-thumbnail img{transition:none}}
