/**
 * Smart Codes Injector - Frontend Styles
 */

/* الإعلان تحت الهيدر - جديد */
.sci-after-header-ad {
    margin: 0 0 30px 0;
    padding: 15px 0;
    text-align: center;
    clear: both;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.sci-ad {
    margin: 30px 0;
    padding: 10px;
    text-align: center;
    clear: both;
}

.sci-ad.sci-fixed-ad {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.sci-ad.sci-rotating-ad {
    margin: 25px 0;
}

/* استجابة للأجهزة المحمولة */
@media screen and (max-width: 768px) {
    .sci-after-header-ad {
        padding: 10px 0;
        margin: 0 0 15px 0;
    }

    .sci-ad {
        margin: 15px 0;
        padding: 8px;
    }
}
