img.w-full.object-contain.lazy.loaded {
  height: 350px;        /* أو أي ارتفاع مناسب */
  object-fit: cover;    /* يملأ الصورة مع القص */
  border-radius: 12px;  /* حواف دائرية بسيطة */
  width: 100%;          /* تأكيد على ملء العرض */
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  }