/* NTHA v3.55.37 - public News page and article layouts */
.ntha-news-listing{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:18px 0 64px;
}
.ntha-news-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.ntha-news-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #e2e5e9;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(20,27,43,.06);
}
.ntha-news-card-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#f2f3f5}
.ntha-news-card-image img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0}
.ntha-news-card-copy{display:flex;flex:1;flex-direction:column;padding:22px}
.ntha-news-article-date{color:#6b7280;font-size:14px;font-weight:600}
.ntha-news-card h2{margin:0 0 12px;font-size:24px;line-height:1.2;color:#141b2b}
.ntha-news-card h2 a{color:inherit;text-decoration:none}
.ntha-news-card h2 a:hover,.ntha-news-card h2 a:focus{color:#b61722}
.ntha-news-card-intro{color:#4b5563;line-height:1.65}
.ntha-news-card-intro>:last-child{margin-bottom:0}
.ntha-news-card-action{margin-top:auto;padding-top:20px}
.ntha-news-read-more{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:#e01d2d;
  color:#fff!important;
  text-decoration:none!important;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  padding:11px 16px;
}
.ntha-news-read-more:hover,.ntha-news-read-more:focus{background:#c91624;color:#fff!important}
.ntha-news-empty{padding:34px;border:1px solid #e2e5e9;border-radius:10px;background:#fff;text-align:center;color:#555}
.ntha-news-pagination{margin-top:34px;text-align:center}
.ntha-news-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;margin:3px;border:1px solid #d8dce1;border-radius:6px;color:#555;text-decoration:none;padding:0 10px}
.ntha-news-pagination .page-numbers.current,.ntha-news-pagination a.page-numbers:hover{border-color:#e01d2d;background:#e01d2d;color:#fff}

.ntha-news-article-page{padding:44px 20px 72px;background:#fff}
.ntha-news-article-shell{width:min(980px,100%);margin:0 auto}
.ntha-news-article-header{padding-bottom:24px;border-bottom:1px solid #e4e7eb}
.ntha-news-article-kicker{margin-bottom:8px;color:#b61722;font-size:13px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.ntha-news-article-header h1{margin:0 0 12px;color:#141b2b;font-size:clamp(34px,5vw,56px);line-height:1.08}
.ntha-news-article-image{margin:30px 0}
.ntha-news-article-image img{display:block;width:100%;height:auto;border-radius:12px}
.ntha-news-article-intro{margin:28px 0;color:#303746;font-size:20px;line-height:1.65;font-weight:500}
.ntha-news-article-content{color:#333;font-size:17px;line-height:1.75}
.ntha-news-article-content h2,.ntha-news-article-content h3,.ntha-news-article-content h4{color:#141b2b;margin-top:1.4em}
.ntha-news-article-content a{color:#b61722}
.ntha-news-article-back{margin-top:42px;padding-top:22px;border-top:1px solid #e4e7eb}
.ntha-news-article-back a{color:#b61722;font-weight:700;text-decoration:none}

@media(max-width:960px){.ntha-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
  .ntha-news-listing{width:min(100% - 28px,1180px)}
  .ntha-news-grid{grid-template-columns:1fr;gap:20px}
  .ntha-news-card h2{font-size:22px}
  .ntha-news-article-page{padding:28px 16px 52px}
  .ntha-news-article-intro{font-size:18px}
}
