/* Add custom CSS styles below */
.s-trust-badges-image {
  display: none !important;
}
/* إخفاء محتوى وثيقة العمل الحر */
.s-trust-badges-content {
  display: none !important;
}

/* إخفاء قسم التعليقات الأصلي (هنستبدله بقسم مخصص) */
salla-comments {
  display: none !important;
}

/* إخفاء النجوم الأصلية (هنستبدلها بنجوم مخصصة) */
salla-rating-stars,
.s-rating-stars-wrapper,
.s-reviews-summary-count,
.s-rating-stars-reviews {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}