/* ===== Notícias específicas das capelas ===== */
.scj-chapel-news-section{
  margin:24px 0 34px;
  padding:26px 0 30px;
  border-top:1px solid rgba(0,0,0,.09);
  border-bottom:1px solid rgba(0,0,0,.09);
}

.scj-chapel-news-heading{
  margin:0 0 24px;
  color:var(--text, var(--ink, #1b1b1b));
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(25px,3.5vw,38px);
  font-weight:800;
  line-height:1.15;
  text-align:center;
}

.scj-chapel-news-grid{
  gap:22px 18px;
}

.scj-chapel-news-section .scj-news-card{
  background:var(--card, #fff);
}

.scj-chapel-news-section .scj-news-card-body{
  padding:15px 16px 18px;
}

.scj-chapel-news-section .scj-news-title{
  font-size:clamp(17px,2vw,20px);
}

.scj-chapel-news-section .scj-news-excerpt{
  font-size:14px;
}

.scj-chapel-news-more{
  margin-top:24px;
}

.scj-chapel-news-empty{
  box-shadow:none;
}

@media(max-width:900px){
  .scj-chapel-news-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .scj-chapel-news-section{
    margin:20px 0 28px;
    padding:22px 0 26px;
  }

  .scj-chapel-news-grid{
    grid-template-columns:1fr;
  }
}
