.news-list-page { width: min(calc(100% - 48px), 1200px); margin: 0 auto; padding: 48px 0 64px; color: #1f2630; }
.news-list-page__heading { border-bottom: 2px solid #dbeafe; padding-bottom: 20px; }
.news-list-page__heading h1 { margin: 0; color: #0756ad; font-size: 30px; font-weight: 800; line-height: 1.3; letter-spacing: -.02em; }
.news-list-page__heading p { margin: 9px 0 0; color: #64748b; font-size: 14px; line-height: 1.7; }
.news-list-page__list { margin-top: 28px; overflow: hidden; border: 1px solid #dfe5ef; border-radius: 12px; background: #fff; box-shadow: 0 4px 18px rgba(28, 52, 91, .05); }
.news-list-page__item { display: grid; grid-template-columns: minmax(0, 1fr) 76px; gap: 24px; align-items: center; padding: 20px 24px; border-bottom: 1px solid #e2e8f0; transition: background-color .18s ease; }
.news-list-page__item:last-child { border-bottom: 0; }
.news-list-page__item:hover { background: #f8fafc; }
.news-list-page__content { min-width: 0; }
.news-list-page__title { overflow: hidden; margin: 0; color: #1f2937; font-size: 18px; font-weight: 700; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.news-list-page__item:hover .news-list-page__title { color: #0756ad; }
.news-list-page__summary { display: -webkit-box; overflow: hidden; margin: 8px 0 0; color: #64748b; font-size: 13px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-list-page__date { display: block; min-width: 0; border-left: 1px solid #e2e8f0; padding-left: 14px; color: #94a3b8; font-size: 12px; line-height: 1.45; text-align: right; white-space: nowrap; }
.news-list-page__date strong { display: block; color: #0756ad; font-size: 16px; font-weight: 700; line-height: 1.35; }
.news-list-page__empty { padding: 64px 24px; color: #94a3b8; font-size: 14px; text-align: center; }
.news-list-page__pagination { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; color: #64748b; font-size: 13px; }
.news-list-page__pagination-summary { flex: 0 0 auto; color: #64748b; white-space: nowrap; }
.news-list-page__pagination-controls { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.news-list-page__pagination-control { display: inline-flex; min-width: 34px; min-height: 32px; align-items: center; justify-content: center; border: 1px solid #dfe5ef; border-radius: 6px; padding: 5px 10px; background: #fff; color: #64748b; font-style: normal; line-height: 1.2; text-decoration: none; }
.news-list-page__pagination-control:hover { border-color: #0756ad; color: #0756ad; }
.news-list-page__pagination-control.is-active { border-color: #0756ad; background: #0756ad; color: #fff; }
.news-list-page__pagination-control.is-disabled { color: #94a3b8; cursor: default; }
.news-list-page__pagination-control.is-disabled:hover { border-color: #dfe5ef; color: #94a3b8; }
@media (max-width: 620px) {
  .news-list-page { width: min(calc(100% - 24px), 1200px); padding: 28px 0 40px; }
  .news-list-page__heading h1 { font-size: 24px; }
  .news-list-page__heading p { font-size: 13px; }
  .news-list-page__list { margin-top: 20px; border-radius: 9px; }
  .news-list-page__item { grid-template-columns: minmax(0, 1fr) 62px; gap: 10px; padding: 16px 14px; }
  .news-list-page__title { font-size: 16px; }
  .news-list-page__summary { margin-top: 5px; font-size: 13px; line-height: 1.6; }
  .news-list-page__date { padding-left: 9px; font-size: 11px; }
  .news-list-page__date strong { font-size: 14px; }
  .news-list-page__pagination { flex-direction: column; align-items: stretch; margin-top: 18px; }
  .news-list-page__pagination-summary { text-align: center; }
  .news-list-page__pagination-controls { justify-content: center; }
}
