/* ds_blog front */
.ds-blog-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}
.ds-blog-card{border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fff}
.ds-blog-card img{width:100%;height:180px;object-fit:cover;display:block}
.ds-blog-card__body{padding:16px}
.ds-blog-card__title{font-size:17px;font-weight:700;margin:0 0 8px}
.ds-blog-meta{font-size:12px;color:#888;margin-bottom:8px}
.ds-blog-toc{background:#f8f8f8;border-radius:6px;padding:14px 18px;margin:0 0 24px}
.ds-blog-toc ul{margin:6px 0;padding-left:18px}
.ds-blog-product-card{border:1px solid #eee;border-radius:8px;padding:14px;margin:18px 0;text-align:center;max-width:260px}
.ds-blog-product-card img{max-width:140px;height:auto;margin:0 auto 8px;display:block}
.ds-blog-comments{margin-top:32px}
.ds-blog-comment{border-top:1px solid #eee;padding:12px 0}
.ds-blog-share a{display:inline-block;margin-right:8px}
.ds-blog-related{margin-top:24px}
.ds-blog-widget__item{display:flex;gap:10px;margin-bottom:12px}
.ds-blog-widget__item img{width:56px;height:56px;object-fit:cover;border-radius:4px}
.ds-blog-pagination{display:flex;gap:8px;justify-content:center;margin:28px 0}
