.page-blog .blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.page-blog .blog-card{display:flex;flex-direction:column;min-height:270px;height:100%;padding:26px}.page-blog .blog-card h2{font-size:1.35rem;line-height:1.22;margin-bottom:12px}.page-blog .blog-card>p:not(.eyebrow){margin-bottom:18px}.page-blog .blog-card .link-more{margin-top:auto;padding-top:10px}.blog-pagination{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin:34px 0 4px}.blog-page{display:grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#174569;font-weight:900;text-decoration:none;box-shadow:0 6px 18px rgba(20,37,54,.05)}.blog-page:hover{background:#eef5fb;text-decoration:none}.blog-page.is-current{background:#102f48;color:#fff;border-color:#102f48}.blog-page-prev,.blog-page-next{font-size:1.18rem}@media(max-width:1024px){.page-blog .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.page-blog .blog-grid{grid-template-columns:1fr}.page-blog .blog-card{min-height:0}.blog-pagination{margin-top:26px}.blog-page{min-width:40px;height:40px}}.article-page .article-related{margin:34px 0 0;padding:24px;border:1px solid var(--line);border-radius:18px;background:#f7fafc}.article-page .article-related h2{font-size:1.25rem;line-height:1.25;margin:0 0 12px}.article-page .article-related ul{display:grid;gap:10px;margin:0;padding-left:20px}.article-page .article-related a{font-weight:800}.article-page .article-related a:hover{text-decoration:underline}