body.news-dashboard-page{
  --oh-bg:#020a10;
  --oh-panel:#061622;
  --oh-panel-2:#071b29;
  --oh-line:#17445f;
  --oh-line-soft:rgba(69,132,164,.26);
  --oh-text:#f4f8fb;
  --oh-muted:#9fb3c4;
  --oh-cyan:#56d7ff;
  --oh-orange:#ff6b12;
  background:#02080d;
}

body.news-dashboard-page .page{
  max-width:1800px;
  width:min(1800px, calc(100vw - 44px));
  border-color:#008ed1;
}

body.news-dashboard-page > .page > section.hero,
body.news-dashboard-page > .page > section.metrics,
body.news-dashboard-page > .page > section.news-spotlight,
body.news-dashboard-page > .page > section.news-toolbar-section,
body.news-dashboard-page > .page > section#latest-news,
body.news-dashboard-page > .page > section.home-cta{
  display:none!important;
}

.newsroom-v1{
  width:100%;
  padding:0 28px 34px;
  color:var(--oh-text);
  font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,sans-serif;
}

.newsroom-v1 *{
  box-sizing:border-box;
  letter-spacing:0;
}

.newsroom-hero-v1{
  display:grid;
  grid-template-columns:minmax(0,1fr) 520px;
  gap:28px;
  align-items:stretch;
  padding:28px 0 24px;
  border-bottom:1px solid var(--oh-line);
}

.newsroom-hero-copy-v1{
  min-height:210px;
  padding:22px 0 8px;
}

.newsroom-kicker-v1{
  margin:0 0 10px;
  color:var(--oh-orange);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.newsroom-kicker-v1:before{
  content:"";
  display:inline-block;
  width:14px;
  height:2px;
  margin:0 12px 4px 0;
  background:var(--oh-orange);
}

.newsroom-hero-copy-v1 h1{
  max-width:720px;
  margin:0;
  color:#f8fbff;
  font-size:clamp(38px, 4.2vw, 68px);
  line-height:.96;
  font-weight:800;
}

.newsroom-hero-copy-v1 p{
  max-width:720px;
  margin:18px 0 0;
  color:#c8d4df;
  font-size:17px;
  line-height:1.55;
  font-weight:500;
}

.newsroom-trust-v1{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  margin-top:28px;
  color:#d7e3ec;
  font-size:13px;
  font-weight:700;
}

.newsroom-trust-v1 span:before{
  content:"";
  display:inline-block;
  width:14px;
  height:14px;
  margin-right:10px;
  border:2px solid var(--oh-orange);
  border-radius:4px;
  vertical-align:-2px;
}

.newsroom-overview-v1,
.newsroom-side-v1 section,
.newsroom-filter-v1,
.newsroom-list-head-v1,
.newsroom-empty-v1{
  border:1px solid var(--oh-line);
  background:linear-gradient(145deg, rgba(7,24,36,.94), rgba(3,12,18,.96));
  box-shadow:0 18px 50px rgba(0,0,0,.22);
}

.newsroom-overview-v1{
  padding:18px;
  border-radius:8px;
}

.overview-status-v1{
  display:flex;
  align-items:center;
  gap:8px;
  color:#87fbd1;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}

.overview-status-v1 span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1df2a0;
  box-shadow:0 0 14px #1df2a0;
}

.overview-grid-v1{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin-top:14px;
}

.overview-grid-v1 div{
  min-height:78px;
  padding:14px 12px;
  border:1px solid var(--oh-line-soft);
  background:rgba(0,11,17,.42);
  border-radius:6px;
}

.overview-grid-v1 strong{
  display:block;
  color:#fff;
  font-size:25px;
  line-height:1;
  font-weight:800;
}

.overview-grid-v1 small{
  display:block;
  margin-top:6px;
  color:#a4b3c0;
  font-size:10px;
  line-height:1.25;
  font-weight:700;
}

.overview-focus-v1{
  display:grid;
  grid-template-columns:auto auto repeat(3, minmax(0,1fr)) auto;
  align-items:center;
  gap:10px;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid var(--oh-line-soft);
}

.overview-focus-v1 b{
  color:var(--oh-orange);
  font-size:25px;
}

.overview-focus-v1 span{
  color:#a8b8c7;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}

.overview-focus-v1 a{
  min-width:0;
  padding:8px 10px;
  border:1px solid var(--oh-line-soft);
  border-radius:5px;
  color:#dce7ef;
  font-size:11px;
  font-weight:800;
  text-align:center;
  text-decoration:none;
}

.overview-focus-v1 .overview-cta-v1{
  color:#ff8a33;
  border-color:rgba(255,107,18,.35);
}

.newsroom-layout-v1{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:14px;
  padding-top:14px;
}

.newsroom-main-v1{
  min-width:0;
}

.newsroom-feature-grid-v1{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-bottom:10px;
}

.newsroom-feature-card-v1{
  position:relative;
  min-height:230px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:22px;
  border:1px solid var(--oh-line);
  border-radius:8px;
  color:#fff;
  text-decoration:none;
  background-image:linear-gradient(90deg, rgba(3,11,17,.98) 0%, rgba(3,11,17,.66) 48%, rgba(3,11,17,.28) 100%), var(--bg);
  background-size:cover;
  background-position:center;
}

.newsroom-feature-card-v1:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg, rgba(0,8,13,.82), rgba(0,8,13,.06));
  pointer-events:none;
}

.newsroom-feature-card-v1 > *{
  position:relative;
  z-index:1;
}

.newsroom-feature-card-v1 span,
.newsroom-story-card-v1 span{
  width:max-content;
  max-width:100%;
  margin-bottom:8px;
  padding:4px 8px;
  border:1px solid rgba(255,107,18,.38);
  border-radius:999px;
  color:#ff8a33;
  background:rgba(255,107,18,.08);
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}

.newsroom-feature-card-v1 h2{
  max-width:620px;
  margin:0 0 8px;
  font-size:30px;
  line-height:1.05;
  font-weight:800;
}

.newsroom-feature-card-v1 p{
  max-width:660px;
  margin:0 0 12px;
  color:#d3dde6;
  font-size:13px;
  line-height:1.42;
  font-weight:500;
}

.newsroom-feature-card-v1 small,
.newsroom-story-card-v1 small{
  color:#a5b5c4;
  font-size:11px;
  font-weight:700;
}

.newsroom-feature-card-v1 b,
.newsroom-story-card-v1 b,
.side-link-v1{
  color:#ff7a1a;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}

.newsroom-filter-v1{
  display:grid;
  grid-template-columns:minmax(260px,1.25fr) repeat(4,minmax(150px,1fr)) auto auto;
  gap:10px;
  align-items:end;
  padding:16px 18px;
  border-radius:8px 8px 0 0;
}

.newsroom-field-v1{
  display:flex;
  flex-direction:column;
  min-width:0;
  gap:6px;
}

.newsroom-field-v1 span,
.newsroom-list-head-v1 label span{
  color:#90a8ba;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}

.newsroom-field-v1 input,
.newsroom-field-v1 select,
.newsroom-list-head-v1 select{
  width:100%;
  height:42px;
  padding:0 13px;
  border:1px solid #1c4358;
  border-radius:5px;
  color:#f3f8fb;
  background:#03101a;
  font:800 13px/1 Manrope,Inter,system-ui,sans-serif;
  outline:none;
}

.newsroom-field-v1 input:focus,
.newsroom-field-v1 select:focus,
.newsroom-list-head-v1 select:focus{
  border-color:#1087b8;
  box-shadow:0 0 0 2px rgba(0,174,255,.12);
}

.newsroom-filter-v1 button{
  height:42px;
  min-width:160px;
  padding:0 20px;
  border:0;
  border-radius:6px;
  color:#fff;
  background:linear-gradient(135deg,#ff8a1f,#ff5f0b);
  box-shadow:0 16px 34px rgba(255,107,18,.25);
  font:900 13px/1 Manrope,Inter,system-ui,sans-serif;
  cursor:pointer;
}

.newsroom-reset-v1{
  height:42px;
  display:flex;
  align-items:center;
  padding:0 8px;
  color:#9fb5c8;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  text-decoration:none;
}

.newsroom-topics-v1{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  padding:11px 18px 16px;
  border:1px solid var(--oh-line);
  border-top:0;
  border-radius:0 0 8px 8px;
  background:rgba(5,18,28,.9);
}

.newsroom-topics-v1 span{
  margin-right:4px;
  color:#9cb1c2;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}

.newsroom-topics-v1 a{
  padding:7px 11px;
  border:1px solid var(--oh-line-soft);
  border-radius:5px;
  color:#d9e8f2;
  background:rgba(255,255,255,.025);
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}

.newsroom-topics-v1 a.active{
  color:#fff;
  border-color:rgba(255,107,18,.5);
  background:rgba(255,107,18,.12);
}

.newsroom-list-head-v1{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin-top:10px;
  padding:18px;
  border-radius:8px 8px 0 0;
}

.newsroom-list-head-v1 h2{
  margin:0;
  color:#fff;
  font-size:25px;
  line-height:1;
  font-weight:800;
  text-transform:none;
}

.newsroom-list-head-v1 h2 span{
  color:var(--oh-orange);
}

.newsroom-list-head-v1 p{
  margin:6px 0 0;
  color:#9ec3d8;
  font-size:13px;
  font-weight:500;
}

.newsroom-list-head-v1 label{
  display:grid;
  grid-template-columns:auto 180px;
  gap:12px;
  align-items:center;
}

.newsroom-card-grid-v1{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:0 18px 18px;
  border:1px solid var(--oh-line);
  border-top:0;
  border-radius:0 0 8px 8px;
  background:rgba(3,13,20,.58);
}

.newsroom-story-card-v1{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--oh-line-soft);
  border-radius:7px;
  color:var(--oh-text);
  background:linear-gradient(145deg,rgba(7,27,41,.96),rgba(4,15,24,.94));
  text-decoration:none;
}

.newsroom-story-card-v1 img{
  display:block;
  width:100%;
  aspect-ratio:16/8.5;
  object-fit:cover;
  border-bottom:1px solid var(--oh-line-soft);
}

.newsroom-story-card-v1 div{
  padding:14px 15px 15px;
}

.newsroom-story-card-v1 h3{
  min-height:48px;
  margin:0 0 8px;
  color:#fff;
  font-size:19px;
  line-height:1.12;
  font-weight:800;
}

.newsroom-story-card-v1 p{
  min-height:60px;
  margin:0 0 9px;
  color:#b8c7d3;
  font-size:12px;
  line-height:1.42;
  font-weight:500;
}

.newsroom-story-card-v1 b{
  display:block;
  margin-top:8px;
}

.newsroom-pager-v1{
  display:flex;
  gap:6px;
  justify-content:center;
  padding:16px 0 0;
}

.newsroom-pager-v1 a{
  padding:8px 11px;
  border:1px solid var(--oh-line-soft);
  border-radius:5px;
  color:#dce8ef;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.newsroom-pager-v1 a.active{
  color:#fff;
  background:#ff6b12;
  border-color:#ff6b12;
}

.newsroom-side-v1{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.newsroom-side-v1 section{
  padding:18px;
  border-radius:8px;
}

.newsroom-side-v1 h3{
  margin:0 0 12px;
  color:#ff7a1a;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}

.side-rank-v1{
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:10px;
  padding:10px 0;
  border-bottom:1px solid var(--oh-line-soft);
  color:#f2f7fa;
  text-decoration:none;
}

.side-rank-v1 b{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:1px solid rgba(255,107,18,.45);
  border-radius:50%;
  color:#ff7a1a;
  font-size:12px;
}

.side-rank-v1 span{
  min-width:0;
  font-size:13px;
  line-height:1.25;
  font-weight:800;
}

.side-rank-v1 small{
  display:block;
  margin-top:4px;
  color:#93a9bc;
  font-size:10px;
  font-weight:700;
}

.side-line-v1{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  min-height:38px;
  padding:8px 0;
  border-bottom:1px solid var(--oh-line-soft);
  color:#dce7ef;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.side-line-v1:before{
  content:"";
  width:18px;
  height:18px;
  flex:0 0 auto;
  border:1px solid rgba(255,107,18,.55);
  border-radius:5px;
  background:radial-gradient(circle at 50% 50%, #ff6b12 0 3px, transparent 4px);
}

.side-line-v1 span{
  flex:1;
  min-width:0;
}

.side-line-v1 b{
  color:#fff;
}

.side-link-v1{
  display:block;
  margin-top:12px;
  padding:10px;
  border:1px solid var(--oh-line-soft);
  border-radius:5px;
  text-align:center;
}

.newsroom-empty-v1{
  padding:22px;
  border-radius:0 0 8px 8px;
}

.newsroom-empty-v1 h3{
  margin:0 0 6px;
}

.newsroom-empty-v1 p{
  margin:0 0 12px;
  color:#aebfca;
}

.newsroom-empty-v1 a{
  color:#ff7a1a;
  font-weight:900;
}

@media (max-width:1300px){
  body.news-dashboard-page .page{width:min(100%, calc(100vw - 24px));}
  .newsroom-v1{padding:0 20px 28px;}
  .newsroom-hero-v1{grid-template-columns:1fr;}
  .newsroom-layout-v1{grid-template-columns:1fr;}
  .newsroom-side-v1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));}
  .newsroom-filter-v1{grid-template-columns:repeat(3,minmax(0,1fr));}
  .newsroom-filter-v1 button{grid-column:auto;}
}

@media (max-width:900px){
  body.news-dashboard-page .page{width:100%;border-left:0;border-right:0;}
  .newsroom-v1{padding:0 14px 22px;}
  .overview-grid-v1{grid-template-columns:repeat(2,1fr);}
  .overview-focus-v1{grid-template-columns:1fr 1fr;}
  .newsroom-feature-grid-v1,
  .newsroom-card-grid-v1,
  .newsroom-side-v1{grid-template-columns:1fr;}
  .newsroom-filter-v1{grid-template-columns:1fr;}
  .newsroom-list-head-v1{display:block;}
  .newsroom-list-head-v1 label{margin-top:14px;grid-template-columns:1fr;}
}

/* v2: news mockup pass - real image hero and tighter dashboard rhythm */
body.news-dashboard-page .page{
  background:#020a10;
}

.newsroom-v1{
  padding:0 22px 34px;
}

.newsroom-hero-v1{
  position:relative;
  isolation:isolate;
  min-height:430px;
  margin:0 -22px 16px;
  padding:72px 58px 38px;
  overflow:hidden;
  border-bottom:1px solid #008ed1;
  background:
    linear-gradient(90deg, rgba(1,8,13,.98) 0%, rgba(1,8,13,.83) 32%, rgba(1,8,13,.42) 62%, rgba(1,8,13,.78) 100%),
    linear-gradient(0deg, rgba(1,8,13,.88) 0%, rgba(1,8,13,.14) 54%, rgba(1,8,13,.72) 100%),
    url('/assets/news-images/hero2.png');
  background-size:cover;
  background-position:center 47%;
  grid-template-columns:minmax(0,1fr) 500px;
}

.newsroom-hero-v1:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 83% 26%, rgba(255,107,18,.22), transparent 30%),
             linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.42));
}

.newsroom-hero-copy-v1{
  min-height:0;
  align-self:center;
  padding:0;
}

.newsroom-hero-copy-v1 h1{
  max-width:760px;
  font-size:clamp(42px, 4.1vw, 64px);
  line-height:1;
  text-shadow:0 14px 40px rgba(0,0,0,.48);
}

.newsroom-hero-copy-v1 p{
  max-width:720px;
  margin-top:16px;
  font-size:16px;
  line-height:1.5;
  color:#dce6ee;
}

.newsroom-trust-v1{
  margin-top:30px;
  gap:34px;
}

.newsroom-trust-v1 span:before{
  width:13px;
  height:13px;
  border-radius:50%;
  background:rgba(255,107,18,.16);
}

.newsroom-overview-v1{
  align-self:center;
  min-height:300px;
  padding:18px;
  background:linear-gradient(145deg, rgba(6,20,30,.88), rgba(3,10,15,.88));
  backdrop-filter:blur(8px);
  border-color:rgba(73,143,176,.56);
}

.overview-grid-v1{
  gap:9px;
}

.overview-grid-v1 div{
  min-height:88px;
  background:rgba(2,13,20,.62);
}

.overview-grid-v1 strong{
  font-size:28px;
}

.overview-focus-v1{
  margin-top:16px;
}

.newsroom-layout-v1{
  grid-template-columns:minmax(0,1fr) 360px;
  gap:14px;
  padding-top:0;
}

.newsroom-feature-grid-v1{
  gap:12px;
}

.newsroom-feature-card-v1{
  min-height:255px;
  border-radius:7px;
}

.newsroom-feature-card-v1 h2{
  font-size:28px;
}

.newsroom-filter-v1{
  margin-top:12px;
  border-radius:7px 7px 0 0;
  background:linear-gradient(145deg, rgba(6,21,32,.94), rgba(3,13,20,.94));
}

.newsroom-topics-v1{
  border-radius:0 0 7px 7px;
}

.newsroom-side-v1 section{
  border-radius:7px;
}

.newsroom-side-v1 h3{
  font-size:25px;
  line-height:1;
}

.newsroom-story-card-v1 h3{
  font-size:18px;
}

@media (max-width:1300px){
  .newsroom-hero-v1{
    grid-template-columns:1fr;
    padding:56px 30px 30px;
  }
  .newsroom-overview-v1{
    max-width:720px;
  }
}

/* v3: use the same hero system as jobs, only a different image */
@media (min-width:901px){
  body.news-dashboard-page .newsroom-v1{
    padding:0 22px 34px!important;
  }

  body.news-dashboard-page .newsroom-hero-v1{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
    margin:0 -22px 14px!important;
    padding:42px 54px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 330px!important;
    gap:34px!important;
    align-items:center!important;
    overflow:hidden!important;
    border-bottom:1px solid #008ed1!important;
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.94) 0%,rgba(2,7,13,.78) 29%,rgba(2,7,13,.28) 54%,rgba(2,7,13,.04) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.02) 0%,rgba(2,7,13,.22) 100%),
      url('/assets/Hero/hero3.png?v=news-dashboard-hero-v4')!important;
    background-color:#020912!important;
    background-size:100% 100%,100% 100%,cover!important;
    background-position:center center,center center,center center!important;
    background-repeat:no-repeat,no-repeat,no-repeat!important;
  }

  body.news-dashboard-page .newsroom-hero-v1:before{
    display:none!important;
    content:none!important;
  }

  body.news-dashboard-page .newsroom-hero-copy-v1{
    align-self:center!important;
    padding:0!important;
  }

  body.news-dashboard-page .newsroom-hero-copy-v1 h1{
    max-width:690px!important;
    font-size:clamp(44px,4.05vw,58px)!important;
    line-height:.91!important;
    margin:0 0 12px!important;
    font-weight:900!important;
  }

  body.news-dashboard-page .newsroom-hero-copy-v1 p{
    max-width:640px!important;
    margin:0 0 18px!important;
    font-size:15px!important;
    line-height:1.43!important;
    font-weight:700!important;
    color:#edf5fb!important;
  }

  body.news-dashboard-page .newsroom-kicker-v1{
    margin:0 0 12px!important;
    font-size:12px!important;
  }

  body.news-dashboard-page .newsroom-trust-v1{
    gap:44px!important;
    margin-top:0!important;
    font-size:13px!important;
    font-weight:500!important;
  }

  body.news-dashboard-page .newsroom-trust-v1 span{
    display:inline-flex!important;
    align-items:center!important;
    gap:9px!important;
  }

  body.news-dashboard-page .newsroom-trust-v1 span:before{
    width:18px!important;
    height:18px!important;
    margin:0!important;
    border:1.7px solid #ff6a00!important;
    border-radius:4px!important;
    background:none!important;
  }

  body.news-dashboard-page .newsroom-overview-v1{
    width:330px!important;
    max-width:330px!important;
    min-height:0!important;
    height:auto!important;
    padding:18px 20px!important;
    border-radius:16px!important;
    align-self:center!important;
    justify-self:end!important;
    margin:0!important;
    background:linear-gradient(145deg,rgba(13,24,30,.92),rgba(6,13,20,.94))!important;
    border:1px solid rgba(255,106,0,.45)!important;
    box-shadow:0 18px 46px rgba(0,0,0,.35)!important;
  }

  body.news-dashboard-page .overview-grid-v1{
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
    margin-top:12px!important;
  }

  body.news-dashboard-page .overview-grid-v1 div{
    min-height:0!important;
    padding:0!important;
    border:0!important;
    background:none!important;
  }

  body.news-dashboard-page .overview-grid-v1 div:nth-child(n+3){
    display:none!important;
  }

  body.news-dashboard-page .overview-grid-v1 strong{
    font-size:34px!important;
    line-height:.95!important;
  }

  body.news-dashboard-page .overview-grid-v1 small{
    font-size:10.5px!important;
    line-height:1.15!important;
    text-transform:uppercase!important;
  }

  body.news-dashboard-page .overview-focus-v1{
    grid-template-columns:1fr!important;
    gap:0!important;
    margin-top:14px!important;
    padding-top:12px!important;
  }

  body.news-dashboard-page .overview-focus-v1 b,
  body.news-dashboard-page .overview-focus-v1 span,
  body.news-dashboard-page .overview-focus-v1 a:not(.overview-cta-v1){
    display:none!important;
  }

  body.news-dashboard-page .overview-focus-v1 .overview-cta-v1{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:36px!important;
    padding:0 12px!important;
    border:1px solid rgba(255,106,0,.38)!important;
    border-radius:10px!important;
    color:#fff!important;
    text-transform:uppercase!important;
    font-size:11px!important;
    text-align:left!important;
  }
}

/* v5: final jobs-style alignment. Hero keeps image only, live trend lives in the right rail. */
@media (min-width:901px){
  body.news-dashboard-page .newsroom-v1{
    padding:0 0 34px!important;
  }

  body.news-dashboard-page .newsroom-hero-v1{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
    margin:0!important;
    padding:42px 54px!important;
    grid-template-columns:minmax(0,760px)!important;
    gap:0!important;
    background-image:
      linear-gradient(90deg,rgba(2,7,13,.94) 0%,rgba(2,7,13,.78) 29%,rgba(2,7,13,.28) 54%,rgba(2,7,13,.04) 82%,rgba(2,7,13,0) 100%),
      linear-gradient(180deg,rgba(2,7,13,.02) 0%,rgba(2,7,13,.22) 100%),
      url('/assets/Hero/hero3.png?v=news-dashboard-hero-v5')!important;
    background-size:100% 100%,100% 100%,cover!important;
    background-position:center center,center center,center center!important;
  }

  body.news-dashboard-page .newsroom-overview-v1{
    display:none!important;
  }

  body.news-dashboard-page .newsroom-layout-v1{
    width:min(1760px, calc(100vw - 24px))!important;
    max-width:min(1760px, calc(100vw - 24px))!important;
    margin:0 auto!important;
    padding-top:14px!important;
    grid-template-columns:minmax(0,1fr) minmax(300px,340px)!important;
    gap:14px!important;
    align-items:start!important;
  }

  body.news-dashboard-page .newsroom-side-v1{
    display:block!important;
    position:sticky!important;
    top:96px!important;
  }

  body.news-dashboard-page .newsroom-side-v1 > section,
  body.news-dashboard-page .newsroom-filter-v1,
  body.news-dashboard-page .newsroom-list-head-v1,
  body.news-dashboard-page .newsroom-story-card-v1,
  body.news-dashboard-page .newsroom-feature-card-v1{
    border-radius:8px!important;
    border-color:rgba(120,166,205,.16)!important;
    background:linear-gradient(180deg,rgba(5,22,36,.70),rgba(3,13,24,.62))!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
  }

  body.news-dashboard-page .newsroom-side-v1 > section + section{
    margin-top:10px!important;
  }

  body.news-dashboard-page .newsroom-side-v1 h3,
  body.news-dashboard-page .newsroom-side-v1 .box-title{
    color:#ff7a18!important;
    font-size:12px!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    line-height:1.15!important;
  }
}
