/* Styles integrated into base-layout.css and page specific widgets */
.news-section { padding: 38px 0 70px; }
.news-category-block { margin-bottom: 58px; }
.news-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr); gap: 36px; align-items: start; margin-bottom: 40px; }
.news-kicker { margin: 0 0 4px; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; }
.news-title { margin: 0; font-size: 32px; font-weight: 700; line-height: 1.12; text-transform: uppercase; }
.news-title span { color: #f3b21a; }
.news-description { margin: 0; font-size: 18px; line-height: 1.45; letter-spacing: .3px; }
.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 12px; }
.news-card { overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 7px 14px rgba(0,0,0,.22); text-decoration: none; color: inherit; }
.news-card img { width: 100%; aspect-ratio: 269 / 124; display: block; object-fit: cover; }
.news-card-body { padding: 11px 13px 13px; }
.news-card h2 { margin: 0 0 7px; font-size: 20px; font-weight: 700; line-height: 1.1; }
.news-card p { min-height: 34px; margin: 0 0 13px; font-size: 13px; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-meta { display: flex; justify-content: space-between; gap: 12px; font-size: 11px; color: #111; }
.news-meta strong { font-size: 11px; text-transform: lowercase; }
.news-more { width: 184px; height: 34px; display: flex; align-items: center; justify-content: center; margin: 38px auto 0; border-radius: 8px; color: #fff; background: #f3b21a; text-decoration: none; font-size: 15px; text-transform: uppercase; }
.news-more:hover { color: #fff; background: #d89f00; }
.pagination { justify-content: center; margin-top: 42px; }
.page-link { color: #111; }
.page-item.active .page-link { border-color: #f3b21a; background: #f3b21a; color: #fff; }
@media (max-width: 991.98px) { .news-heading { grid-template-columns: 1fr; margin-bottom: 34px; } .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .news-grid { grid-template-columns: 1fr; } }
