:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}.title h1{text-align:center;font-size:40px;font-weight:700}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.blog-page{background:#f5f6f8;min-height:100vh}.blog-page .our-blog{padding:8px 0 70px}.blog-page .section-title{margin-bottom:28px}.blog-page .section-title h2{color:#101010;font-size:34px;font-weight:700;line-height:1.2;margin-bottom:8px}.blog-page .section-title p{color:#252525;font-size:16px;line-height:1.5;margin-bottom:0}.blog-page .row{row-gap:30px}.blog-page .blog-card{background:#fff;border:1px solid #232323;border-radius:0;height:100%;overflow:hidden}.blog-page .blog-thumb{height:220px;overflow:hidden}.blog-page .blog-thumb a{display:block;height:100%}.blog-page .blog-thumb img{display:block;width:100%;height:100%;object-fit:cover}.blog-page .blog-info{padding:0 10px 18px}.blog-page .blog-meta{color:#222;display:block;font-size:18px;line-height:1.35;margin-bottom:2px}.blog-page .blog-info h4{color:#0a4b73;font-size:17px;font-weight:500;line-height:1.35;margin:0 0 14px}.blog-page .blog-info p{color:#050505;font-size:14px;line-height:1.55;margin-bottom:14px}.blog-page .read-more{background:#f77a16;border:1px solid #ba4f03;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;min-height:44px;padding:9px 18px}.blog-page .read-more:hover{background:#db6408;color:#fff}.blog-page .pagination{justify-content:center;gap:8px}.blog-page .pagination button{background:#fff;border:1px solid #164f83;color:#164f83;padding:7px 12px}.blog-page .pagination .active button{background:#164f83;color:#fff}@media (max-width:991px){.blog-page .blog-thumb{height:210px}}@media (max-width:575px){.blog-page .our-blog{padding-bottom:45px}.blog-page .section-title h2{font-size:28px}.blog-page .blog-thumb{height:200px}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}