.blog-card-img{width:100%;height:210px;object-fit:cover;display:block}.blog-pagination a,.blog-pagination span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;font-weight:700;font-size:14px;text-decoration:none;transition:all .2s}.blog-pagination a{background:#fff;color:#64748b;border:1px solid #e2e8f0}.blog-pagination a:hover{background:#f97316;color:#fff;border-color:#f97316}.blog-pagination span.current{background:#f97316;color:#fff;border:1px solid #f97316}[data-theme=dark] .blog-pagination a{background:#1e293b;border-color:rgba(255,255,255,.1);color:#94a3b8}.blog-no-posts{text-align:center;padding:80px 20px}.blog-no-posts h3{font-size:1.5rem;font-weight:800;margin-bottom:12px;color:#0f172a}[data-theme=dark] .blog-no-posts h3{color:#f8fafc}.blog-no-posts p{color:#64748b;margin-bottom:28px}.btn-blog-cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;padding:13px 28px;border-radius:12px;font-weight:700;text-decoration:none;box-shadow:0 6px 20px rgba(249,115,22,.35);transition:all .25s}.btn-blog-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(249,115,22,.45)}