/* news.css — Mục Tin tức GoTRUST (hub + article). Dùng chung .news-card/.tag/.prose của styles.css */
.article-main { padding: 120px 0 88px; background: #fff; }
.article-main .container { max-width: 860px; }
.news-hub .container { max-width: 1160px; }

.news-breadcrumb { font-size: 14px; font-weight: 600; color: var(--gt-muted, #64748b); margin-bottom: 16px; }
.news-breadcrumb a { color: var(--gt-blue, #0077fa); text-decoration: none; }
.news-breadcrumb span { margin: 0 6px; opacity: .55; }

.article-main h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.2; color: var(--gt-heading, #0f2740); margin: 10px 0 8px; }
.article-meta { color: var(--gt-muted, #64748b); font-weight: 600; font-size: 15px; margin-bottom: 24px; }

.news-figure { margin: 0 0 28px; border-radius: 16px; overflow: hidden; border: 1px solid var(--gt-border, #e6edf5); }
.news-figure img { width: 100%; height: auto; display: block; }
.news-figure figcaption { font-size: 12.5px; color: #7a8ba0; padding: 8px 14px; background: #f6f9fc;
  text-align: right; font-style: italic; }

.prose h2 { font-family: 'Montserrat', sans-serif; font-size: 22px; color: var(--gt-heading, #0f2740); margin: 30px 0 12px; }
.prose p { font-size: 16.5px; line-height: 1.78; color: #35485c; margin: 0 0 16px; }
.prose ul { margin: 6px 0 18px; padding-left: 22px; }
.prose ul li { margin-bottom: 9px; color: #35485c; line-height: 1.6; }

.news-sources { margin-top: 34px; padding: 18px 22px; background: #f6f9fc; border: 1px solid var(--gt-border, #e6edf5); border-radius: 14px; }
.news-sources h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: #526480; margin: 0 0 10px; }
.news-sources ul { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; }
.news-sources ul li a { color: var(--gt-blue, #0077fa); font-weight: 700; font-size: 14px; text-decoration: none; }
.news-sources ul li a:hover { text-decoration: underline; }
.news-disclaimer { font-size: 12.5px; color: #8595a8; line-height: 1.6; margin: 0; }
.news-back { display: inline-block; margin-top: 26px; color: var(--gt-blue, #0077fa); font-weight: 700; text-decoration: none; }

/* Hub */
.news-hub h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(28px, 3.6vw, 42px); color: var(--gt-heading, #0f2740); margin: 8px 0 8px; }
.hub-sub { color: var(--gt-muted, #64748b); font-size: 16px; max-width: 680px; margin-bottom: 36px; }
.news-hub .news-card h3 a { color: inherit; text-decoration: none; }
.news-hub .news-card .media { display: block; }

/* Pagination */
.news-pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 44px; }
.news-pagination a { min-width: 42px; height: 42px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px; border: 1px solid var(--gt-border, #e6edf5); background: #fff; color: #35485c; font-weight: 700; font-size: 14px; text-decoration: none; transition: all .2s; }
.news-pagination a:hover { border-color: var(--gt-blue, #0077fa); color: var(--gt-blue, #0077fa); }
.news-pagination a.active { background: #08203F; color: #fff; border-color: #08203F; }

@media (max-width: 860px){ .article-main { padding: 96px 0 64px; } .news-grid { grid-template-columns: 1fr !important; } }

/* Card archive/loop — đều hàng, "Đọc tiếp" luôn ở đáy, desc clamp 3 dòng */
.news-card { display: flex; flex-direction: column; }
.news-card .media { flex-shrink: 0; }
.news-card .body { display: flex; flex-direction: column; flex: 1 1 auto; }
.news-card p { display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.news-card .link { margin-top: auto; }
