.blog-skeleton-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.06);animation:blog-skeleton-pulse 1.5s ease-in-out infinite;display:flex;flex-direction:column;gap:16px}.blog-card-top{display:flex;justify-content:space-between;align-items:center}.blog-skeleton-btn,.blog-skeleton-desc,.blog-skeleton-dot,.blog-skeleton-readtime,.blog-skeleton-title{background:#e0e0e0;border-radius:4px}.blog-skeleton-dot{width:20px;height:20px;border-radius:50%}.blog-skeleton-readtime{width:80px;height:14px}.blog-card-bottom{display:flex;flex-direction:column;gap:10px}.blog-skeleton-title{width:70%;height:18px}.blog-skeleton-title.short{width:50%}.blog-skeleton-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px}.desc-container{display:flex;flex-direction:column;gap:6px;flex:1 1}.blog-skeleton-desc{width:90%;height:14px}.blog-skeleton-btn{padding:10px 20px;width:40px;height:15px;border-radius:20px}@keyframes blog-skeleton-pulse{0%{background-color:#f0f0f0}50%{background-color:#e6e6e6}to{background-color:#f0f0f0}}