.page-tin-tuc { color: #333333; }
.page-tin-tuc__news-section, .page-tin-tuc__blog-section { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.page-tin-tuc__category-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }
.page-tin-tuc__category-title { font-size: 2.2em; color: #2F6BFF; font-weight: 700; margin: 0; }
.page-tin-tuc__view-all-link { background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); color: #ffffff; padding: 10px 24px; border-radius: 6px; text-decoration: none; font-weight: 600; }
.page-tin-tuc__news-card, .page-tin-tuc__blog-card { background: #FFFFFF; border: 1px solid #D6E2FF; border-radius: 8px; overflow: hidden; margin-bottom: 32px; display: flex; flex-direction: column; }
.page-tin-tuc__news-image, .page-tin-tuc__blog-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.page-tin-tuc__news-content, .page-tin-tuc__blog-content { padding: 16px; }
.page-tin-tuc__news-title, .page-tin-tuc__blog-title { font-size: 1.5em; margin: 0 0 16px; color: #1F2D3D;  line-height: 1.4; }
.page-tin-tuc__news-title a, .page-tin-tuc__blog-title a { color: inherit; text-decoration: none; }
.page-tin-tuc__news-excerpt, .page-tin-tuc__blog-excerpt { font-size: 1em; line-height: 1.75; margin-bottom: 16px; }
.page-tin-tuc__read-more-link { color: #2F6BFF; font-weight: 600; text-decoration: none; display: inline-block; }
.page-tin-tuc__read-more-link:hover { text-decoration: underline; }
.page-tin-tuc__news-section > .page-tin-tuc__news-card:nth-child(2),
.page-tin-tuc__blog-section > .page-tin-tuc__blog-card:nth-child(2) { margin-top: 0; }

@media (max-width: 768px) {
 .page-tin-tuc__news-section, .page-tin-tuc__blog-section { padding: 24px 12px; }
 .page-tin-tuc__category-header { flex-direction: column; align-items: flex-start; }
 .page-tin-tuc__category-title { font-size: 1.5em; margin-bottom: 12px; }
 .page-tin-tuc__view-all-link { width: 100%; text-align: center; box-sizing: border-box; white-space: normal; }
 .page-tin-tuc img { max-width: 100% !important; height: auto !important; }
}