.blog-skeleton{min-height:100vh;padding-top:80px;width:100%}.blog-skeleton__container{margin:0 auto;max-width:1202px;padding:20px}.blog-skeleton__breadcrumb{border-radius:4px;height:18px;margin-bottom:24px;width:140px}.blog-skeleton__categories{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.blog-skeleton__categories .category-pill{border-radius:20px;height:40px;width:120px}.blog-skeleton__hero{border-radius:12px;height:360px;margin-bottom:32px;width:100%}.blog-skeleton__tabs{display:flex;gap:16px;margin-bottom:24px}.blog-skeleton__tabs .tab-pill{border-radius:18px;height:36px;width:110px}.blog-skeleton__grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.blog-skeleton__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-skeleton__grid{grid-template-columns:1fr}}.blog-skeleton__card{border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.blog-skeleton__card .card-image{aspect-ratio:16/9;border-radius:10px;width:100%}.blog-skeleton__card .card-body{display:flex;flex-direction:column;gap:8px;padding:12px 4px}.blog-skeleton__card .card-title{border-radius:4px;height:18px;width:100%}.blog-skeleton__card .card-title.short{width:70%}.blog-skeleton__card .card-meta{border-radius:4px;height:12px;margin-top:4px;width:40%}.blog-skeleton .skeleton-shimmer{animation:loading 1.5s infinite;background:linear-gradient(90deg,#ffffff0f 25%,#ffffff1f 50%,#ffffff0f 75%);background-size:200% 100%}