/**
 * تنسيقات بسيطة للصور - بدون animations
 */

/* منع layout shift */
img {
    max-width: 100%;
    height: auto;
}
