.mlm-footer-v2 .w17-social-copy{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

/* متن راست */
.mlm-footer-v2 .w17-social-copy .w17-copy{
    color: #94a3b8;           /* هم‌رنگ نمونه */
    font-size: 14px;
    white-space: nowrap;
}

/* آیکن‌ها چپ */
.mlm-footer-v2 .w17-social-copy .w17-icons{
    list-style: none; margin: 0; padding: 0;
    display: flex; align-items: center; gap: 10px;
}
.mlm-footer-v2 .w17-social-copy .w17-icons li{ margin:0; padding:0; }
.mlm-footer-v2 .w17-social-copy .w17-icons .sc{
    width: 36px; height: 36px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: #f1f5f9;      /* پس‌زمینه مربعی روشن مثل نمونه */
    color: #9aa4b2;           /* رنگ آیکن مثل نمونه */
    text-decoration: none;
    transition: color .15s ease;
}
.mlm-footer-v2 .w17-social-copy .w17-icons .sc:hover{
    color: var(--w17-hover, #9aa4b2); /* پیش‌فرض هم‌رنگ عادی → بدون تغییر بصری */
}

/* موبایل: وسط‌چین و شکستن خط */
@media (max-width: 576px){
    .mlm-footer-v2 .w17-social-copy{
        flex-direction: column-reverse;
        gap: 8px;
        text-align: center;
    }
    .mlm-footer-v2 .w17-social-copy .w17-copy{ white-space: normal; }
}
