/* منع قفز البانر الرئيسي وعناصر الصور في قسم كأس العالم */
section.section[section-id="c3ac1a4e-0000-4e0a-bc4e-1f8ea928670f"] img.img-fluid {
    aspect-ratio: 1116 / 609; /* أبعاد الصورة المعروضة في التقرير */
    width: 100%;
    height: auto;
}

/* تحديد أبعاد ثابتة لشعار المتجر لمنع اهتزاز الهيدر */
img.logo-img {
    width: 142px !important;
    height: 40px !important;
    aspect-ratio: 142 / 40;
}