.skeleton-blog{display:flex;flex-direction:column;gap:10px;padding:20px;width:100%}.skeleton-title{width:100%;height:20px}.skeleton-meta,.skeleton-title{background:#e0e0e0;border-radius:5px;animation:pulse 1.5s ease-in-out infinite}.skeleton-meta{width:40%;height:15px}.skeleton-image{max-width:1200px;height:600px;margin-bottom:30px;background:#d0d0d0;border-radius:10px}.skeleton-image,.skeleton-text{width:100%;animation:pulse 1.5s ease-in-out infinite}.skeleton-text{height:15px;background:#e0e0e0;border-radius:5px}.skeleton-grid{display:grid;height:400px;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.skeleton-card{width:100%;border-radius:5px;gap:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.skeleton-card-image{height:200px;margin-bottom:5px;background:#d0d0d0;border-radius:10px}.skeleton-card-image,.skeleton-card-text{width:100%;animation:pulse 1.5s ease-in-out infinite}.skeleton-card-text{height:15px;background:#e0e0e0;border-radius:5px;margin-bottom:10px}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}