/* Add custom CSS styles below */ 
/* إصلاح تحركات الصور المفاجئة */
.product-image img, .blog-post img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

/* حجز مساحة لوحدات الإعلانات أو فيديوهات */
.ad-slot, .embed-video {
  min-height: 250px;
  background: #f9f9f9;
  width: 100%;
}

/* تأمين المسافة بين العناصر القابلة للنقر */
a, button {
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  margin: 6px;
}
.product-image img { aspect-ratio: 3/2; /* … */ }
a, button { min-width:48px; min-height:48px; /* … */ }