/* Public news index: hero + compact editorial card grid. */
body.page-news-body .vtx-news-page-section{
  padding:34px 0 78px;
  background:linear-gradient(180deg,#f7fbfb 0%,#fff 54%,#f8fbfb 100%);
}
body.page-news-body .vtx-news-index-page .container{
  width:min(1180px,calc(100% - 32px));
}
body.page-news-body .vtx-news-index-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}
body.page-news-body .vtx-news-index-head>div:first-child{min-width:0;}
body.page-news-body .vtx-news-index-head h1{
  margin:0 0 6px;
  color:#083846;
  font-size:clamp(26px,3vw,38px);
  line-height:1.2;
}
body.page-news-body .vtx-news-index-head p{
  margin:0;
  color:#6a7e83;
  font-size:13px;
  line-height:1.75;
}
body.page-news-body .vtx-news-count{
  flex:0 0 auto;
  color:#7c8e92;
  font-size:12px;
  font-weight:850;
}
body.page-news-body .vtx-news-index-filters{
  display:flex;
  align-items:end;
  justify-content:flex-start;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
body.page-news-body .vtx-news-index-filters label{
  display:grid;
  gap:5px;
  min-width:160px;
}
body.page-news-body .vtx-news-index-filters label>span{
  color:#74888d;
  font-size:10.5px;
  font-weight:900;
}
body.page-news-body .vtx-news-index-filters select{
  min-height:42px;
  padding:8px 12px;
  border:1px solid #d9e6e8;
  border-radius:11px;
  background:#fff;
  color:#264e55;
  font:inherit;
  font-size:12px;
  font-weight:800;
  outline:0;
}
body.page-news-body .vtx-news-index-filters select:focus{
  border-color:#0a7b78;
  box-shadow:0 0 0 3px rgba(10,123,120,.09);
}
body.page-news-body .vtx-news-cards-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
body.page-news-body .vtx-news-list-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid #dce8e9;
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 26px rgba(8,56,70,.055);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
body.page-news-body .vtx-news-list-card:hover{
  transform:translateY(-3px);
  border-color:#cfe0e2;
  box-shadow:0 16px 34px rgba(8,56,70,.09);
}
body.page-news-body .vtx-news-list-media{
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#edf3f3;
}
body.page-news-body .vtx-news-list-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .24s ease;
}
body.page-news-body .vtx-news-list-card:hover .vtx-news-list-media img{transform:scale(1.025);}
body.page-news-body .vtx-news-list-body{
  display:grid;
  gap:8px;
  flex:1 1 auto;
  padding:14px 15px 15px;
}
body.page-news-body .vtx-news-category{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:5px 9px;
  border-radius:999px;
  background:#fff3dc;
  color:#956200;
  font-size:10px;
  font-weight:950;
  line-height:1.4;
}
body.page-news-body .vtx-news-list-body h2{
  margin:0;
  color:#173f43;
  font-size:16px;
  line-height:1.55;
}
body.page-news-body .vtx-news-list-body h2 a{
  color:inherit;
  text-decoration:none;
}
body.page-news-body .vtx-news-list-body p{
  margin:0;
  color:#667d82;
  font-size:11.5px;
  line-height:1.75;
}
body.page-news-body .vtx-news-list-summary{
  margin:0;
  max-height:92px;
  overflow:hidden;
  color:#667d82;
  font-size:11.5px;
  line-height:1.75;
}
body.page-news-body .vtx-news-list-summary :where(p,ul,ol){margin:0 0 .35em;}
body.page-news-body .vtx-news-list-summary ol{list-style:decimal outside;padding-inline-start:20px;}
body.page-news-body .vtx-news-list-summary ul{list-style:disc outside;padding-inline-start:20px;}
body.page-news-body .vtx-news-list-summary li{margin:1px 0;}
body.page-news-body .vtx-news-list-summary [style*="background-color"],
body.page-news-body .vtx-news-list-summary mark{border-radius:3px;color:inherit;padding-inline:.06em;}
body.page-news-body .vtx-news-list-summary mark{background:#fff0a6;}
body.page-news-body .vtx-news-list-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:auto;
  padding-top:3px;
  color:#849599;
  font-size:10px;
}
body.page-news-body .vtx-news-list-meta a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#075f63;
  text-decoration:none;
  font-size:15px;
  line-height:1.4;
  font-weight:950;
  white-space:nowrap;
}
body.page-news-body .vtx-news-list-meta .icon{width:13px;height:13px;}
body.page-news-body .vtx-news-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:22px;
}
body.page-news-body .vtx-news-page-btn{
  display:grid;
  place-items:center;
  min-width:34px;
  height:34px;
  padding-inline:8px;
  border:1px solid #d8e5e7;
  border-radius:10px;
  background:#fff;
  color:#416269;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
}
body.page-news-body .vtx-news-page-btn.is-active{
  border-color:#075f63;
  background:#075f63;
  color:#fff;
}
body.page-news-body .vtx-news-page-btn.is-disabled{
  pointer-events:none;
  opacity:.4;
}
body.page-news-body .vtx-news-page-btn .icon{width:13px;height:13px;}
html[dir="rtl"] body.page-news-body .vtx-news-index-head,
html[dir="rtl"] body.page-news-body .vtx-news-list-body{text-align:right;}
html[dir="ltr"] body.page-news-body .vtx-news-index-head,
html[dir="ltr"] body.page-news-body .vtx-news-list-body{text-align:left;}
@media(max-width:900px){
  body.page-news-body .vtx-news-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:620px){
  body.page-news-body .vtx-news-page-section{padding:24px 0 54px;}
  body.page-news-body .vtx-news-index-page .container{width:min(100% - 18px,1180px);}
  body.page-news-body .vtx-news-index-head{align-items:flex-start;flex-direction:column;gap:8px;}
  body.page-news-body .vtx-news-index-filters{display:grid;grid-template-columns:1fr 1fr;width:100%;}
  body.page-news-body .vtx-news-index-filters label{min-width:0;}
  body.page-news-body .vtx-news-cards-grid{grid-template-columns:1fr;gap:12px;}
  body.page-news-body .vtx-news-list-card{display:grid;grid-template-columns:124px minmax(0,1fr);border-radius:14px;}
  body.page-news-body .vtx-news-list-media{height:100%;min-height:150px;aspect-ratio:auto;}
  body.page-news-body .vtx-news-list-body{padding:12px;}
  body.page-news-body .vtx-news-list-body h2{font-size:14.5px;}
  body.page-news-body .vtx-news-list-body p,body.page-news-body .vtx-news-list-summary{font-size:11px;line-height:1.65;}
  body.page-news-body .vtx-news-list-meta a{font-size:14px;}
}
@media(max-width:430px){
  body.page-news-body .vtx-news-index-filters{grid-template-columns:1fr;}
  body.page-news-body .vtx-news-list-card{grid-template-columns:108px minmax(0,1fr);}
  body.page-news-body .vtx-news-list-body p,body.page-news-body .vtx-news-list-summary{display:none;}
  body.page-news-body .vtx-news-list-meta{align-items:flex-start;flex-direction:column;gap:4px;}
}
