/* BR HOME NEWS 6 COMPACT V1 R1 */

html body.siteBody .brNewsMore{
  margin-top:22px;
  margin-bottom:34px;
}

html body.siteBody .brNewsMoreGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

html body.siteBody .brNewsMoreCard{
  min-width:0;
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:14px;
  align-items:stretch;
  overflow:hidden;
  min-height:126px;
  background:#fff;
  border:1px solid #dbe3ec;
  border-radius:14px;
  box-shadow:0 8px 26px rgba(23,51,92,.045);
}

html body.siteBody .brNewsMoreImage{
  display:block;
  min-height:126px;
  background:#edf2f5;
  overflow:hidden;
}

html body.siteBody .brNewsMoreImage img{
  display:block;
  width:100%;
  height:100%;
  min-height:126px;
  object-fit:cover;
}

html body.siteBody .brNewsMoreBody{
  min-width:0;
  padding:14px 14px 12px 0;
}

html body.siteBody .brNewsMoreBody time{
  display:block;
  margin:0 0 6px;
  color:#7b8997;
  font-size:10.5px;
  line-height:1.3;
}

html body.siteBody .brNewsMoreBody h3{
  margin:0;
  color:#082f55;
  font-size:15px;
  line-height:1.22;
  letter-spacing:-.012em;
}

html body.siteBody .brNewsMoreBody h3 a{
  color:inherit;
  text-decoration:none;
}

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

html body.siteBody .brNewsMoreBody p{
  display:-webkit-box;
  overflow:hidden;
  margin:7px 0 0;
  color:#667789;
  font-size:11.5px;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

html body.siteBody .brNewsMoreFooter{
  display:flex;
  justify-content:flex-end;
  margin-top:15px;
}

html body.siteBody .brNewsMoreAll{
  color:var(--br-green-dark,#168b42);
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}

html body.siteBody .brNewsMoreAll:hover,
html body.siteBody .brNewsMoreAll:focus-visible{
  text-decoration:underline;
}

@media(max-width:760px){
  html body.siteBody .brNewsMore{
    margin-top:18px;
    margin-bottom:28px;
  }

  html body.siteBody .brNewsMoreGrid{
    grid-template-columns:1fr;
    gap:10px;
  }

  html body.siteBody .brNewsMoreCard{
    grid-template-columns:112px minmax(0,1fr);
    min-height:108px;
  }

  html body.siteBody .brNewsMoreImage,
  html body.siteBody .brNewsMoreImage img{
    min-height:108px;
  }

  html body.siteBody .brNewsMoreBody{
    padding:12px 12px 10px 0;
  }

  html body.siteBody .brNewsMoreBody h3{
    font-size:14px;
  }

  html body.siteBody .brNewsMoreFooter{
    justify-content:flex-start;
    margin-top:13px;
  }
}

@media(max-width:430px){
  html body.siteBody .brNewsMoreCard{
    grid-template-columns:96px minmax(0,1fr);
  }

  html body.siteBody .brNewsMoreBody p{
    -webkit-line-clamp:1;
  }
}
