/* ============================================================
   تحويل ألوان الودجت - أيقونات بدايرة زرقاء سماوي
   ============================================================ */

/* أيقونات المواصفات - إضافة الدايرة الزرقاء */
i.spec-icon.c-sky,
i.spec-icon.c-green {
    min-width: 2rem !important;
    max-width: 2rem !important;
    width: 2rem !important;
    height: 2rem !important;
    border-radius: 50% !important;
    padding: 0.375rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #17a8e3 !important;
    background-image: linear-gradient(180deg, #1ec6ff 0%, #0d9ed4 100%) !important;
    box-shadow: 0 0.1rem 0.5rem 0 rgba(23, 168, 227, 0.5) !important;
    color: #fff !important;
    margin-bottom: 0.5rem;
}

i.spec-icon.c-sky svg,
i.spec-icon.c-green svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
    display: block !important;
    color: #fff !important;
    fill: #fff !important;
}

i.spec-icon.c-sky i,
i.spec-icon.c-green i {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

/* على الشاشات الكبيرة */
@media (min-width: 640px) {
    i.spec-icon.c-sky,
    i.spec-icon.c-green {
        min-width: 2.5rem !important;
        max-width: 2.5rem !important;
        width: 2.5rem !important;
        height: 2.5rem !important;
        padding: 0.5rem !important;
        margin-bottom: 0 !important;
        margin-right: 0.75rem !important;
    }
    i.spec-icon.c-sky svg,
    i.spec-icon.c-green svg {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }
}

/* أيقونة متجر بلاي - svg داخل spec-cont */
.spec-cont svg.c-sky,
.spec-cont svg.c-green {
    color: #17a8e3 !important;
    fill: #17a8e3 !important;
}

/* درع الأمان */
.b-nobugs-icon .c-green,
.b-nobugs-icon .c-sky {
    background-color: rgba(23, 168, 227, 0.1) !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #17a8e3 !important;
}

.b-nobugs-icon .c-green svg,
.b-nobugs-icon .c-sky svg {
    color: #17a8e3 !important;
    fill: #17a8e3 !important;
}

/* درع الأمان - أيقونة الشيلد */
i.c-sky[data-fancybox],
i.c-green[data-fancybox] {
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #17a8e3 !important;
    min-width: unset !important;
    max-width: unset !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

i.c-sky[data-fancybox] svg,
i.c-green[data-fancybox] svg {
    fill: #17a8e3 !important;
    color: #17a8e3 !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

/* زر التحميل الرئيسي */
a.btn.btn-lg.btn-icon.s-button.anchor {
    background-color: #17a8e3 !important;
    background-image: linear-gradient(180deg, #1ec6ff 0%, #0d9ed4 100%) !important;
    box-shadow: 0 0 0.4rem 0 #17a8e3 !important;
}

/* روابط التحميل */
ul#dd a {
    background-color: #17a8e3 !important;
}

/* شريط الشعبية */
.rating_progress_bar > span {
    background-color: #17a8e3 !important;
    box-shadow: 0 0 0.5rem 0 rgba(23, 168, 227, 0.3) !important;
}

/* CSS Variables */
:root {
    --s_green: #29d4ff !important;
    --s_green_bg_1: #1ec6ff !important;
    --s_green_bg_2: #0d9ed4 !important;
    --color_likes: #17a8e3 !important;
    --color_button: #17a8e3 !important;
    --color_border_button: #17a8e3 !important;
    --color_button_hover: #0d9ed4 !important;
}

/* ============================================================
   أماكن الإعلانات
   ============================================================ */
.androplay-ad-block,
.androplay-ad-below-image {
    text-align: center;
    margin: 15px auto;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
}

.androplay-ad-block:empty,
.androplay-ad-below-image:empty {
    display: none !important;
    margin: 0 !important;
}

/* إعلان تحت الصورة البارزة - موبايل فقط */
.androplay-ad-below-image.androplay-mobile-only {
    display: block !important;
}

@media (min-width: 992px) {
    .androplay-ad-below-image.androplay-mobile-only {
        display: none !important;
    }
}

/* إعلان فوق لقطات الشاشة - كمبيوتر فقط */
.androplay-ad-desktop-only {
    display: none !important;
}

@media (min-width: 992px) {
    .androplay-ad-desktop-only {
        display: block !important;
        text-align: center;
        margin: 10px 0;
        width: 100%;
        clear: both;
    }
}
