/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.3.6.1762102516
Updated: 2025-11-02 16:55:16

*/

/* صندوق الاشتراك في القنوات (Social Subscribe Box) */
.mps-social-subscribe-box {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    text-align: center;
    direction: rtl;
    clear: both;
    /* لمنع تداخل العناصر مع الإعلانات */
}

.mps-subscribe-title {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 12px;
}

.mps-subscribe-links {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.mps-subscribe-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.mps-subscribe-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mps-subscribe-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* ألوان شبكات التواصل */
.mps-telegram {
    background-color: #0088cc;
}

.mps-telegram:hover {
    background-color: #0077b5;
}

.mps-whatsapp {
    background-color: #25D366;
}

.mps-whatsapp:hover {
    background-color: #1ebc5a;
}

.mps-youtube {
    background-color: #FF0000;
}

.mps-youtube:hover {
    background-color: #e60000;
}

/* للهواتف المحمولة */
@media (max-width: 480px) {
    .mps-social-subscribe-box {
        padding: 12px 6px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .mps-subscribe-links {
        flex-direction: row;
        gap: 6px;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
    }

    .mps-subscribe-link {
        flex: 1;
        padding: 10px 2px;
        flex-direction: row;
        /* الأيقونة والنص بجانب بعضهما */
        justify-content: center;
        gap: 4px;
        font-size: 13.5px;
        font-weight: bold;
        border-radius: 5px;
        white-space: nowrap;
    }

    .mps-subscribe-link svg {
        width: 15px;
        height: 15px;
    }
}