/* استهداف قسم صور مربعة (محسنة) فقط */
.s-block--banners .banner-entry {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

/* تعديلات الصورة */
.s-block--banners .banner-entry {
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

/* مساحة النص */
.s-block--banners .banner-entry__text {
    width: 50%;
    text-align: right !important;
    direction: rtl !important;
    background: none !important;
    padding-left: 20px;
}

/* ضبط حجم مساحة الصورة */
.s-block--banners .banner-entry {
    min-height: 350px !important;
}
/* إلغاء أي تأثير Hover على الصورة */
.s-block--banners .banner-entry {
    background-size: contain !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    transition: none !important; /* إلغاء التحريك */
}

.s-block--banners .banner-entry:hover {
    transform: none !important; /* إلغاء أي تكبير أو حركة */
}