
body.news-v61{margin:0;background:#f7faf8;color:#20312a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.news-header{background:linear-gradient(180deg,#17362b,#123126);padding:14px 0}.news-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px}
.news-brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:800}.news-brand img{width:44px;height:44px;border-radius:14px}
.news-nav{display:flex;gap:20px}.news-nav a{color:#eef6f1;font-weight:600;padding-bottom:6px;border-bottom:2px solid transparent}.news-nav a.active,.news-nav a:hover{border-color:#fff}
.news-main{padding:28px 24px 40px}.hero-editorial{margin-bottom:22px}.hero-editorial .eyebrow{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#1f6047;font-weight:800;margin:0 0 10px}.hero-editorial h1{margin:0 0 12px;font-size:2.8rem;line-height:1.02;letter-spacing:-.04em}.hero-editorial p{margin:0;color:#67756e;max-width:820px;line-height:1.65}
.featured-magazine{display:grid;grid-template-columns:1.4fr .8fr;gap:18px}.lead-story,.side-card{position:relative;min-height:420px;border-radius:26px;overflow:hidden;background-size:cover;background-position:center;box-shadow:0 18px 42px rgba(16,31,24,.10)}.overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.64))}.content{position:absolute;left:24px;right:24px;bottom:24px;color:#fff}.tag{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.16);font-size:.8rem;font-weight:800;margin-bottom:12px}.content h2,.content h3{margin:0 0 14px;line-height:1.08;letter-spacing:-.03em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:12px;background:#2f7c5b;color:#fff;font-weight:800}.btn.small{padding:10px 14px}
@media (max-width:980px){.featured-magazine{grid-template-columns:1fr}.news-header-inner{flex-direction:column;align-items:flex-start}}


/* V66 local header refinements */
.v61-header,
.news-header{
  background: linear-gradient(180deg, #17362b 0%, #133126 100%) !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}
.head,
.news-header-inner{
  min-height:80px !important;
}
.brand img,
.news-brand img{
  width:58px !important;
  height:58px !important;
  object-fit:contain !important;
  background:transparent !important;
}
.brand strong,
.news-brand strong{
  font-size:1.38rem !important;
  letter-spacing:-0.02em !important;
}
.nav,
.news-nav{
  gap:28px !important;
}
.nav a,
.news-nav a{
  background:none !important;
  box-shadow:none !important;
  border:none !important;
}


/* V67 local header alignment */
@media (min-width: 981px){
  .head,
  .news-header-inner{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:82px !important;
  }
  .brand,
  .news-brand{
    margin-right:auto !important;
    gap:14px !important;
  }
  .brand img,
  .news-brand img{
    width:64px !important;
    height:64px !important;
    object-fit:contain !important;
    background:transparent !important;
  }
  .brand strong,
  .news-brand strong{
    font-size:1.45rem !important;
    white-space:nowrap !important;
  }
  .nav,
  .news-nav{
    margin-left:auto !important;
    gap:24px !important;
    flex-wrap:nowrap !important;
  }
  .nav a,
  .news-nav a{
    white-space:nowrap !important;
    background:none !important;
  }
}
