/* Hotfix v15 - news layout and branded footer */
.newsGrid{
  display:block !important;
  max-width:1120px !important;
  margin:38px auto 70px !important;
  padding:0 24px !important;
}
.newsGrid .newsCard{
  display:grid !important;
  grid-template-columns:minmax(250px,31%) minmax(0,1fr) !important;
  align-items:stretch !important;
  width:100% !important;
  min-height:270px !important;
  margin:0 0 22px !important;
  overflow:hidden !important;
}
.newsGrid .newsCard > img{
  width:100% !important;
  height:270px !important;
  min-height:270px !important;
  object-fit:cover !important;
}
.newsGrid .newsCard > div:not(.fhNewsImageWrap){
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
  padding:26px 28px !important;
}
.newsGrid .newsCard h2{
  font-size:clamp(1.25rem,2vw,1.55rem) !important;
  line-height:1.18 !important;
  margin:8px 0 12px !important;
}
.newsGrid .newsCard p{
  font-size:1rem !important;
  line-height:1.65 !important;
}
.newsGrid .newsMeta{
  font-size:.84rem !important;
  letter-spacing:.16em !important;
}
.newsGrid .newsCard button{
  margin-top:18px !important;
  font-size:1rem !important;
}
.newsGrid .newsCard button i{
  margin-left:8px !important;
}
.newsModal > div:not(.fhNewsModalImageWrap){
  padding:32px !important;
}
@media (max-width:900px){
  .newsGrid .newsCard{
    grid-template-columns:1fr !important;
    min-height:0 !important;
  }
  .newsGrid .newsCard > img{
    height:250px !important;
    min-height:250px !important;
  }
  .newsGrid .newsCard > div:not(.fhNewsImageWrap){
    padding:22px 22px 26px !important;
  }
}
@media (max-width:620px){
  .newsGrid{
    padding:0 16px !important;
  }
  .newsModal > div:not(.fhNewsModalImageWrap){
    padding:24px !important;
  }
}

/* v18 - paginação das notícias */
.newsGrid .newsCard.newsCardHidden{display:none !important}
.newsPagination{
  max-width:1120px;
  margin:-34px auto 72px;
  padding:0 24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:9px;
}
.newsPagination[hidden]{display:none !important}
.newsPagination button{
  border:1px solid rgba(101,23,45,.26);
  border-radius:999px;
  background:#65172d;
  color:#fff;
  padding:12px 22px;
  cursor:pointer;
  font:900 .92rem/1 Nunito,Arial,sans-serif;
  box-shadow:0 8px 20px rgba(101,23,45,.18);
}
.newsPagination button:hover{background:#7d1e3b;transform:translateY(-1px)}
.newsPagination button[hidden]{display:none !important}
.newsPagination small{color:#756d70;font-size:.78rem;font-weight:750}
@media(max-width:620px){
  .newsPagination{margin:-38px auto 58px;padding:0 16px}
  .newsPagination button{width:100%;max-width:340px}
}
