/* Add custom CSS styles below */ 
.s-advertisement{
  display: none !important;
}
.logo-normal {
    width: 48px !important;
    height: 52px !important;
    object-fit: contain !important; /* للحفاظ على أبعاد الشعار داخل المساحة المحددة */
    display: block !important;
}
/* فرض التوسيط على الـ grid وتجاهل الفراغات */
.grid {
    display: grid !important;
    justify-content: center !important;
    justify-items: center !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
}

/* في حال كانت الشاشات الكبيرة تحتاج تحكم أدق */
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    }
}

.wa-s-n {
    display: none !important;
}


@media (max-width: 639px) {
  .flex.rtl\:space-x-reverse.space-x-2.items-end.justify-center {
    margin-left: 70px !important;
  }
}

.mb-2.5  {
  display: none !important;
}

@media (max-width: 639px) {
  .ql-align-right {
    text-align: center !important;
  }
}