.sgtpc-news{ padding:18px 0 28px; }
.sg-container{ max-width: 1320px; margin:0 auto; padding:0 16px; }

/* HERO */
.news-hero{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap:18px;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
}
.news-hero-media{ display:block; background:#f2f4f7; }
.news-hero-media img{ width:100%; height:100%; object-fit:cover; display:block; }
.news-hero-placeholder{ width:100%; height:320px; background:linear-gradient(90deg,#eee,#f7f7f7,#eee); }
.news-hero-body{ padding:16px 16px 18px; }
.news-hero-date{ font-size:13px; color:#6b7280; margin-bottom:8px; }
.news-hero-title{
  display:block; font-size:22px; font-weight:800; line-height:1.25;
  color:#0f172a; text-decoration:none;
}
.news-hero-title:hover{ text-decoration:underline; }
.news-hero-excerpt{ margin-top:10px; color:#475569; font-size:14px; line-height:1.5; }

/* FEATURED */
.news-toprow{ margin-top:14px; }
.news-featured{
  background:#fff;
  border-radius:14px;
  padding:14px;
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
}
.news-featured-title{ font-size:18px; font-weight:800; margin-bottom:10px; color:#0f172a; }
.news-featured-list{ display:flex; flex-direction:column; gap:10px; }
.news-featured-item{
  display:grid; grid-template-columns: 96px 1fr;
  gap:10px; text-decoration:none; color:inherit;
  padding:8px; border-radius:10px;
}
.news-featured-item:hover{ background:#f6f8fb; }
.news-featured-item .thumb{ width:96px; height:60px; border-radius:10px; overflow:hidden; background:#eef2f7; }
.news-featured-item .thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.news-featured-item .thumb-ph{ display:block; width:100%; height:100%; background:#e5e7eb; }
.news-featured-item .tt{ font-size:14px; font-weight:700; line-height:1.35; color:#0f172a; }
.news-featured-item .dt{ margin-top:4px; font-size:12px; color:#6b7280; }

/* TABS */
.news-tabs{
  margin:16px 0 12px;
  display:flex; gap:10px; flex-wrap:wrap;
}
.news-tabs .tab{
  text-decoration:none;
  padding:8px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e5e7eb;
  color:#0f172a;
  font-weight:700;
  font-size:13px;
}
.news-tabs .tab:hover{ background:#f6f8fb; }
.news-tabs .tab.is-active{
  border-color:#2563eb;
  color:#2563eb;
}

/* GRID */
.news-grid{ margin-top:6px; }
.news-grid-inner{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
}
.news-card{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow: 0 6px 22px rgba(0,0,0,.06);
}
.news-card-thumb{ display:block; background:#eef2f7; }
.news-card-thumb img{ width:100%; height:170px; object-fit:cover; display:block; }
.news-card-thumb .ph{ display:block; height:170px; background:#e5e7eb; }
.news-card-body{ padding:12px 12px 14px; }
.news-card-meta{ font-size:12px; color:#6b7280; margin-bottom:6px; }
.news-card-title{
  display:block; text-decoration:none;
  font-size:14px; font-weight:800; line-height:1.35;
  color:#0f172a;
}
.news-card-title:hover{ text-decoration:underline; }
.news-card-excerpt{ margin-top:8px; font-size:13px; color:#475569; line-height:1.5; }

.news-empty{ padding:20px; background:#fff; border-radius:14px; box-shadow: 0 6px 22px rgba(0,0,0,.06); }

/* PAGINATION */
.news-pagination{ display:flex; gap:8px; justify-content:center; margin:18px 0 0; }
.news-pagination a,
.news-pagination span{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:36px; height:36px; padding:0 10px;
  border-radius:10px; border:1px solid #e5e7eb;
  background:#fff; text-decoration:none; color:#0f172a; font-weight:800;
}
.news-pagination .current{ border-color:#2563eb; color:#2563eb; }

.news-cat-head{ margin:6px 0 10px; }
.news-cat-title{ margin:0; font-size:22px; font-weight:900; color:#0f172a; }
.news-cat-desc{ margin-top:8px; color:#475569; }

/* Responsive */
@media (max-width: 1200px){
  .news-grid-inner{ grid-template-columns: repeat(3, 1fr); }
  .news-hero{ grid-template-columns: 1.7fr 1fr; }
}
@media (max-width: 900px){
  .news-grid-inner{ grid-template-columns: repeat(2, 1fr); }
  .news-hero{ grid-template-columns: 1fr; }
  .news-hero-placeholder{ height:240px; }
  .news-card-thumb img, .news-card-thumb .ph{ height:160px; }
}
@media (max-width: 520px){
  .news-grid-inner{ grid-template-columns: 1fr; }
}
