/* Add custom CSS styles below */ 
a.whatsapp-container {
    display: none !important;
}
/* ✅ تصغير الخط في صفحة مواقع فروعنا على الجوال فقط */
@media (max-width: 768px) {
  body[class*="salla-1130931637"] p,
  body[class*="salla-1130931637"] h1,
  body[class*="salla-1130931637"] h2,
  body[class*="salla-1130931637"] h3,
  body[class*="salla-1130931637"] li,
  body[class*="salla-1130931637"] div {
    font-size: 7px !important;
    line-height: 1.5 !important;
  }
}