/* BR HOME NEWS GRID V2
   Compact action band + six primary news cards. */

html body.siteBody .brActionBand{
  display:grid;
  grid-template-columns:minmax(190px,.9fr) repeat(4,minmax(0,1fr));
  align-items:stretch;
  margin-top:6px;
  margin-bottom:32px;
  overflow:hidden;
  border-radius:15px;
  background:linear-gradient(120deg,#07345f 0%,#082f5b 52%,#0c3f70 100%);
  box-shadow:0 14px 34px rgba(5,39,75,.14);
}

html body.siteBody .brActionBandLead{
  display:flex;
  align-items:center;
  padding:19px 21px;
  border-right:1px solid rgba(255,255,255,.13);
}

html body.siteBody .brActionBandLead span{
  max-width:170px;
  color:#fff;
  font-size:15px;
  font-weight:800;
  line-height:1.28;
}

html body.siteBody .brActionBandItem{
  min-width:0;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:11px;
  align-items:center;
  padding:16px 15px;
  color:#fff;
  text-decoration:none;
  border-right:1px solid rgba(255,255,255,.10);
  transition:background .18s ease;
}

html body.siteBody .brActionBandItem:last-child{border-right:0}
html body.siteBody .brActionBandItem:hover,
html body.siteBody .brActionBandItem:focus-visible{background:rgba(255,255,255,.065)}

html body.siteBody .brActionBandIcon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:#fff;
  background:#12a552;
}

html body.siteBody .brActionBandIcon svg{width:22px;height:22px}

html body.siteBody .brActionBandCopy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:3px;
}

html body.siteBody .brActionBandCopy strong{
  color:#fff;
  font-size:13.5px;
  line-height:1.2;
}

html body.siteBody .brActionBandCopy small{
  overflow:hidden;
  color:rgba(255,255,255,.72);
  font-size:10.5px;
  line-height:1.3;
  white-space:nowrap;
  text-overflow:ellipsis;
}

html body.siteBody .brHomeNewsFull{
  margin-bottom:42px;
}

html body.siteBody .brHomeNewsHead{
  margin-bottom:17px;
}

html body.siteBody .brHomeNewsHead h2{
  font-size:22px;
}

html body.siteBody .brHomeNewsHead a{
  color:var(--br-green);
  font-size:12.5px;
  font-weight:800;
}

html body.siteBody .brNewsGrid.brNewsGridSix{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}

html body.siteBody .brNewsGridSix .brNewsCard{
  display:flex;
  min-width:0;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #dbe3ec;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(10,42,75,.035);
}

html body.siteBody .brNewsGridSix .brNewsImage{
  display:block;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#e7edf1;
}

html body.siteBody .brNewsGridSix .brNewsImage img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

html body.siteBody .brNewsGridSix .brNewsBody{
  display:flex;
  min-height:118px;
  flex:1;
  flex-direction:column;
  padding:12px 13px 14px;
}

html body.siteBody .brNewsGridSix .brNewsBody time{
  order:0;
  display:block;
  margin:0 0 7px;
  color:#7b8997;
  font-size:10px;
  line-height:1.2;
}

html body.siteBody .brNewsGridSix .brNewsBody h3{
  order:1;
  margin:0;
  font-size:14px;
  line-height:1.26;
  letter-spacing:-.01em;
}

html body.siteBody .brNewsGridSix .brNewsBody h3 a{
  color:var(--br-navy);
  text-decoration:none;
}

html body.siteBody .brNewsGridSix .brNewsBody h3 a:hover,
html body.siteBody .brNewsGridSix .brNewsBody h3 a:focus-visible{
  color:var(--br-green);
}

@media(max-width:1080px){
  html body.siteBody .brActionBand{
    grid-template-columns:180px repeat(2,minmax(0,1fr));
  }
  html body.siteBody .brActionBandLead{
    grid-row:span 2;
  }
  html body.siteBody .brActionBandItem:nth-child(3){
    border-right:0;
  }
  html body.siteBody .brActionBandItem:nth-child(n+4){
    border-top:1px solid rgba(255,255,255,.10);
  }
  html body.siteBody .brNewsGrid.brNewsGridSix{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:15px;
  }
  html body.siteBody .brNewsGridSix .brNewsImage{
    aspect-ratio:16/10;
  }
}

@media(max-width:700px){
  html body.siteBody .brActionBand{
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin-bottom:27px;
  }
  html body.siteBody .brActionBandLead{
    grid-column:1/-1;
    grid-row:auto;
    padding:14px 16px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.13);
  }
  html body.siteBody .brActionBandLead span{
    max-width:none;
    font-size:14px;
  }
  html body.siteBody .brActionBandItem{
    padding:13px 12px;
  }
  html body.siteBody .brActionBandItem:nth-child(odd){
    border-right:0;
  }
  html body.siteBody .brActionBandItem:nth-child(n+4){
    border-top:1px solid rgba(255,255,255,.10);
  }
  html body.siteBody .brHomeNewsFull{
    margin-bottom:32px;
  }
  html body.siteBody .brNewsGrid.brNewsGridSix{
    grid-template-columns:1fr;
    gap:10px;
  }
  html body.siteBody .brNewsGridSix .brNewsCard{
    display:grid;
    grid-template-columns:116px minmax(0,1fr);
    min-height:112px;
  }
  html body.siteBody .brNewsGridSix .brNewsImage{
    height:100%;
    min-height:112px;
    aspect-ratio:auto;
  }
  html body.siteBody .brNewsGridSix .brNewsBody{
    min-height:0;
    padding:12px 13px;
  }
  html body.siteBody .brNewsGridSix .brNewsBody h3{
    font-size:14px;
  }
}

@media(max-width:430px){
  html body.siteBody .brActionBand{
    grid-template-columns:1fr 1fr;
    border-radius:13px;
  }
  html body.siteBody .brActionBandItem{
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
  }
  html body.siteBody .brActionBandIcon{
    width:34px;
    height:34px;
    border-radius:8px;
  }
  html body.siteBody .brActionBandIcon svg{
    width:18px;
    height:18px;
  }
  html body.siteBody .brActionBandCopy small{
    display:none;
  }
  html body.siteBody .brNewsGridSix .brNewsCard{
    grid-template-columns:100px minmax(0,1fr);
  }
}
