/* ستايل ذهبي موحّد للانستقرام والتيليقرام */
footer.store-footer salla-social a[href*="instagram"],
footer.store-footer salla-contacts a[href*="t.me"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  height: auto !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #dabc81 !important;
  text-decoration: none !important;
}

/* عنوان الانستقرام */
footer.store-footer salla-social a[href*="instagram"]::after {
  content: "انستقرام";
  font-size: 14px;
  font-weight: 700;
  color: #dabc81;
  line-height: 1;
}

/* عنوان التيليقرام مع بقاء الايقونة */
footer.store-footer salla-contacts a[href*="t.me"] {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

footer.store-footer salla-contacts a[href*="t.me"]::after {
  content: "تيليقرام";
  font-size: 14px;
  font-weight: 700;
  color: #dabc81;
  line-height: 1;
  margin-inline-start: 10px;
}

/* ارجاع لون وحجم ايقونة التيليقرام */
footer.store-footer salla-contacts a[href*="t.me"] svg,
footer.store-footer salla-contacts a[href*="t.me"] i {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 auto;
  color: #dabc81 !important;
  fill: #dabc81 !important;
}

/* ارجاع لون الايقونة في الانستقرام */
footer.store-footer salla-social a[href*="instagram"] svg,
footer.store-footer salla-social a[href*="instagram"] i {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 auto;
  color: #dabc81 !important;
  fill: #dabc81 !important;
}


.insta-float {
  position: fixed !important;
  left: 14px !important;
  bottom: calc(14px + env(safe-area-inset-bottom)) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(135deg, #dabc81 0%, #8f7445 100%) !important;
  color: #111 !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28) !important;
  z-index: 99999 !important;
  text-decoration: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.insta-float svg {
  width: 26px !important;
  height: 26px !important;
  fill: currentColor !important;
  display: block !important;
}

@media (max-width: 768px) {
  .insta-float {
    left: 12px !important;
    bottom: calc(12px + env(safe-area-inset-bottom)) !important;
    width: 48px !important;
    height: 48px !important;
  }

  .insta-float svg {
    width: 24px !important;
    height: 24px !important;
  }
}