.mlm-footer-v2 .w15-stats{ width:100%; }

.mlm-footer-v2 .w15-stats .w15-card{
    --w15-bg: #f1c565;        /* طلایی */
    --w15-txt: #ffffff;
    --w15-radius: 10px;
    --w15-pad-y: 16px;
    --w15-pad-x: 18px;
    background: var(--w15-bg);
    color: var(--w15-txt);
    border-radius: var(--w15-radius);
    padding: var(--w15-pad-y) var(--w15-pad-x);
    box-shadow: 0 14px 34px rgba(241, 197, 101, .35);
}

.mlm-footer-v2 .w15-stats .w15-grid{
    margin: 0; padding: 0; list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(120px,1fr));
    gap: 12px;
    text-align: center;
}

.mlm-footer-v2 .w15-stats .w15-item .w15-num{
    font-weight: 800;
    font-size: 28px;
    margin: 0 0 4px 0;
}
.mlm-footer-v2 .w15-stats .w15-item .w15-lab{
    font-size: 14px;
    opacity: .95;
}

/* اگر آیتم‌ها کمتر/بیشتر شدند، در تبلت/موبایل اتوماتیک بشکنند */
@media (max-width: 991.98px){
    .mlm-footer-v2 .w15-stats .w15-grid{ grid-template-columns: repeat(2, minmax(120px,1fr)); }
}
@media (max-width: 575.98px){
    .mlm-footer-v2 .w15-stats .w15-grid{ grid-template-columns: 1fr; }
}
