/* Archive Blog Grid Styles */
.sn-blog{max-width:1100px;margin:0 auto}
.sn-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
@media(max-width:768px){.sn-grid{grid-template-columns:1fr}}
.sn-card{border:1px solid #d9e6f3;border-radius:12px;background:#fff;overflow:hidden;transition:box-shadow .2s}
.sn-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}
.sn-thumb{width:100%;height:220px;background:#f6f9fc;overflow:hidden}
.sn-thumb a{display:block;width:100%;height:100%}
.sn-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}
.sn-thumb:hover img{transform:scale(1.06)}
.sn-body{padding:16px}
.sn-title{font-size:20px;line-height:1.3;margin:0}
.sn-title a{color:inherit;text-decoration:none}
.sn-title a:hover{text-decoration:underline}
.sn-pager{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:24px 0}
.sn-pager a,.sn-pager span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border:1px solid #d9e6f3;border-radius:8px;text-decoration:none;font-size:14px;background:#fff}
.sn-pager .current{background:#eef6ff;border-color:#cfe2f5}