.audit-29-extra-cards{display:grid !important;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}
@media (max-width: 1199px){.audit-29-extra-cards{grid-template-columns:repeat(3,1fr) !important}}
@media (max-width: 899px){.audit-29-extra-cards{grid-template-columns:repeat(2,1fr) !important}}
@media (max-width: 599px){.audit-29-extra-cards{grid-template-columns:1fr !important}}
.audit-29-extra-card{width:100% !important;max-width:none !important;min-width:0}
.audit-29-extra-card .blog_img img{width:100%;height:180px;object-fit:cover;display:block}
.audit-29-extra-card .blog_box{padding:12px 16px 8px}
.audit-29-extra-card .prep_text{margin:8px 0;font-size:1rem;line-height:1.3}
.audit-29-extra-card .category_tagline{display:flex;align-items:center;gap:4px;margin:4px 0;font-size:.85rem}
.audit-29-extra-card .read_btn_block{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:8px 16px 12px;color:#666;font-size:.85rem}
.audit-29-extra-card .blue-theme.bout{display:flex;justify-content:center;padding:8px 0;margin-top:12px}
.audit-29-extra-card .cursor{margin-bottom:8px}

/* audit-2026-04-30:load-more-ux v2 - fade-in plus marque + cascade */
.audit-29-fade-in { animation: audit29FadeIn .8s cubic-bezier(.2,.8,.2,1) both; }
.audit-29-fade-in:nth-child(4n+1) { animation-delay: 0ms; }
.audit-29-fade-in:nth-child(4n+2) { animation-delay: 120ms; }
.audit-29-fade-in:nth-child(4n+3) { animation-delay: 240ms; }
.audit-29-fade-in:nth-child(4n+4) { animation-delay: 360ms; }
@keyframes audit29FadeIn {
  from { opacity: 0; transform: translateY(30px) scale(0.92); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.audit-29-load-more-btn[disabled] { opacity: 0.5; cursor: wait; transform: scale(0.95); }

/* audit-2026-04-30:load-more-ux v11 - mobile : fade-in doux sans cascade ni scale */
@media (max-width: 768px) {
  .audit-29-fade-in,
  .audit-29-fade-in:nth-child(4n+1),
  .audit-29-fade-in:nth-child(4n+2),
  .audit-29-fade-in:nth-child(4n+3),
  .audit-29-fade-in:nth-child(4n+4) {
    animation: audit29FadeInMobile 1.2s ease-out both !important;
    animation-delay: 0ms !important;
  }
}
@keyframes audit29FadeInMobile {
  from { opacity: 0; }
  to   { opacity: 1; }
}
