/* Add custom CSS styles below */ 


/* تضيف عبارة "تبدأ من" قبل السعر في الرئيسية */
.total-price::before {
  content: "تبدأ من ";
  font-weight: 600;
  margin-left: 4px;
}


/* اخفاء اسم الكاتب من المدونة */

.relative.mt-5.md\:mt-8.flex.items-center.gap-x-4 {
    display: none !important;
}

.blog-post-author, 
.author, 
.font-semibold, 
.relative.mt-5.md\:mt-8.flex.items-center.gap-x-4 {
    display: none !important;
}

html[lang="en"] .total-price::before {
  content: "Starts from ";
  font-weight: 600;
  margin-left: 4px;
}