/* إزالة المسافة أعلى الفوتر مباشرة */
footer, .salla-footer {
    margin-top: 0 !important;
}

/* إزالة الشريط الأسود، الهوامش، والفراغات الافتراضية من حاوية البنر */
.s-block:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
    line-height: 0 !important; /* يزيل أي فراغ سفلي ناتج عن أسطر وهمية */
    overflow: visible !important;
}

/* ضبط الصورة لتظهر بالكامل بدون قص، وتتوافق مع الجوال والكمبيوتر */
.s-block:last-of-type img {
    display: block !important; /* يمنع المتصفح من وضع مسافة بيضاء أسفل الصورة */
    width: 100% !important;
    height: auto !important;
    max-height: none !important; /* يمنع النظام من قص الجزء السفلي للبنر */
}