/* Add custom CSS styles below */ 
/* نخفي السوشال الأصلي مؤقتًا إلى أن ينقله JS */
.footer-bottom salla-social.rounded_contacts {
  display: none;
}

/* بعد النقل يظهر تحت تواصل معنا */
.user-contacts.rounded_contacts salla-social.rounded_contacts {
  display: block !important;
  margin-top: 14px !important;
}

.user-contacts.rounded_contacts salla-social.rounded_contacts .s-social-list {
  justify-content: center !important;
}

/* ضبط أيقونات التواصل تحت تواصل معنا */
.user-contacts.rounded_contacts salla-social.rounded_contacts {
    margin-top: 15px !important;
    width: fit-content !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.user-contacts.rounded_contacts .s-social-list {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.user-contacts.rounded_contacts .s-social-link {
    margin: 0 !important;
}