.news-grid,.hub-news .news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.news-view-more,.news-back{color:var(--home-heading);font-size:14px;text-decoration:none}.news-view-more:hover,.news-back:hover{text-decoration:underline}.news-back{display:inline-block;margin-bottom:28px}.news-heading{justify-content:space-between}
.industry-preview{min-width:0;border:1px solid #deeffb40;border-radius:8px;background:#c1e4fa0d;overflow:hidden;transition:border-color .18s}.industry-preview:hover{border-color:#d0ecffa0}.industry-preview>a{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.industry-preview>a:focus-visible{outline:2px solid white;outline-offset:-4px;border-radius:8px}
.industry-preview-image{height:220px;margin:10px 10px 0;background:#fff;border-radius:5px;display:grid;place-items:center;overflow:hidden}.industry-preview-image img{display:block;width:100%;height:100%;max-height:220px;object-fit:contain;padding:22px;box-sizing:border-box}.industry-preview-brand{background:#bcdfff14}.industry-preview-brand img{width:75%;height:auto;padding:16px}
.industry-preview-copy{display:flex;flex-direction:column;flex:1;padding:24px}.industry-preview-category{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#d6eaf7;margin:0 0 12px}.industry-preview h3{color:var(--home-heading);font-size:23px;font-weight:400;line-height:1.3;letter-spacing:-.025em;margin:0 0 16px}.industry-preview time{font-size:12px;color:#cfe3f0}.industry-preview-excerpt{font-size:14px;line-height:1.75;color:var(--home-body);margin:16px 0 24px}.industry-preview-cta{display:flex;justify-content:space-between;gap:16px;border-top:1px solid #ffffff30;padding-top:16px;margin-top:auto;font-size:13px;color:var(--home-heading)}
@media(max-width:1000px){.news-grid,.hub-news .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.news-grid,.hub-news .news-grid{grid-template-columns:1fr;gap:16px}.industry-preview-copy{padding:22px}.industry-preview-image{height:200px}.industry-preview-image img{max-height:200px}.hub-news .news-heading{flex-direction:row;align-items:center}}
@media(prefers-reduced-motion:reduce){.industry-preview{transition:none}}

.industry-preview-logos{grid-template-columns:1.2fr 1fr;gap:16px;padding:20px}.industry-preview-logos img{width:100%;height:160px;padding:0;object-fit:contain}.industry-preview-logos img:last-child{max-width:100px;height:auto;max-height:100px}
