.bcard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.bcard-skeleton{background:var(--text-color4);border-radius:6px;overflow:hidden;max-width:350px;width:100%;padding:10px;display:flex;flex-direction:column;gap:10px}.bcard-skeleton-image{width:100%;height:200px;border-radius:6px;background:#e0e0e0;animation:bcard-pulse 1.5s ease-in-out infinite}.bcard-skeleton-meta{width:40%;height:16px}.bcard-skeleton-meta,.bcard-skeleton-title{border-radius:4px;background:#e0e0e0;animation:bcard-pulse 1.5s ease-in-out infinite}.bcard-skeleton-title{width:100%;height:20px}.bcard-skeleton-title.short{width:70%}@keyframes bcard-pulse{0%{background-color:#e0e0e0}50%{background-color:#f5f5f5}to{background-color:#e0e0e0}}