.page-articles .container { max-width: 960px; margin: 0 auto; padding: 40px 20px; }

.breadcrumb { font-size: 0.85rem; color: #888; margin-bottom: 24px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.breadcrumb a { color: #666; text-decoration: none; transition: color 0.2s; }
.breadcrumb a:hover { color: #1a73e8; }
.breadcrumb .separator { margin: 0 8px; color: #ccc; }
.breadcrumb span:last-child { color: #333; font-weight: 500; }
.articles-list { display: flex; flex-direction: column; gap: 16px; margin-top: 8px; }
.article-card { background: #fff; border-radius: 12px; border: 1px solid #e8e8e8; transition: all 0.25s ease; overflow: hidden; }
.article-card:hover { border-color: #1a73e8; box-shadow: 0 4px 16px rgba(26,115,232,0.1); transform: translateY(-2px); }
.article-card a { display: block; padding: 24px 28px; text-decoration: none; color: inherit; }
.article-card h2 { font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin: 0 0 10px 0; line-height: 1.5; }
.article-card .article-content { display: flex; flex-direction: column; gap: 8px; }
.article-meta { font-size: 0.85rem; color: #999; }
.article-meta time { background: #f0f4ff; color: #1a73e8; padding: 2px 10px; border-radius: 4px; font-size: 0.8rem; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 36px; padding: 16px 0; }
.pagination a, .pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 12px; border-radius: 8px; font-size: 0.85rem; text-decoration: none; transition: all 0.2s; font-weight: 500; }
.pagination a { background: #fff; color: #555; border: 1px solid #e0e0e0; }
.pagination a:hover { background: #f0f4ff; border-color: #1a73e8; color: #1a73e8; }
.pagination .active { background: #1a73e8; color: #fff; border-color: #1a73e8; font-weight: 600; }
.pagination .disabled { color: #d0d0d0; cursor: not-allowed; border-color: #eee; }
.pagination .page-info { color: #888; padding: 0 8px; font-size: 0.85rem; }
.pagination .ellipsis { color: #999; padding: 0 4px; letter-spacing: 2px; user-select: none; }
@media (max-width: 600px) {
  .page-articles .container { padding: 20px 16px; }
  .article-card a { padding: 18px 20px; }
  .article-card h2 { font-size: 1rem; }
}
