/* Add custom CSS styles below */ 
/* تثبيت الشريط الإعلاني أعلى الشاشة */
salla-advertisement {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 46px !important;
    z-index: 999999 !important;
}

/* حجم الشريط */
.s-advertisement {
    width: 100% !important;
    height: 46px !important;
}

/* منع تغطية المحتوى */
body {
    padding-top: 46px !important;
}