.blog-card{cursor:pointer;background:transparent;max-width:502px}.blog-card-image{border-radius:20px;margin-bottom:16px;width:100%;object-fit:cover;height:227px}.blog-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.blog-card-date{font-size:14px;color:#686868;font-weight:500}.blog-card-tag{padding:5px 30px;font-size:14px;color:#A031E6;font-weight:700;display:inline-block;text-transform:uppercase;border:1px solid #a031e6;border-radius:9999px}.blog-card-title{font-size:calc(20px + 4 * ((100vw - 430px) / 1490));font-weight:700;color:#000000;line-height:clamp(1.5625rem,1.4723rem + .3356vw,1.875rem);margin-bottom:20px}.blog-card-description{font-size:calc(16px + 2 * ((100vw - 430px) / 1490));line-height:calc(20px + 10 * ((100vw - 430px) / 1490));color:#000000;margin-bottom:20px}.blog-card-author{font-size:14px;font-weight:700;margin-left:-10px;display:flex;align-items:center}.blog-card-author span{margin-left:8px}.skeleton-card{background:transparent;max-width:502px}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-image{width:100%;height:240px;border-radius:8px;margin-bottom:16px}.skeleton-date{width:120px;height:14px;border-radius:4px}.skeleton-tag{width:100px;height:24px;border-radius:9999px}.skeleton-title{width:90%;height:24px;margin-bottom:20px;border-radius:4px}.skeleton-description{width:100%;height:16px;margin-bottom:8px;border-radius:4px}.skeleton-description.short{width:70%}.skeleton-author-image{width:50px;height:50px;border-radius:50%;margin-right:8px}.skeleton-author-name{width:120px;height:14px;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}