.elementor-1683 .elementor-element.elementor-element-adf9156{--display:flex;}@media(max-width:767px){.elementor-1683 .elementor-element.elementor-element-15423cf{padding:0px 25px 25px 25px;}}/* Start custom CSS for shortcode, class: .elementor-element-15423cf *//* ====== كارت المتجر العام (محسن للأداء والوصولية) ====== */
.wcfmmp-single-store {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    border: 1px solid #e6e8ec;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
}

/* Hover effect مع focus للوصولية */
.wcfmmp-single-store:hover,
.wcfmmp-single-store:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    outline: none;
}

/* ====== صورة المتجر ====== */
.wcfmmp-store-lists .store-avatar img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 12px;
    display: block;
    border: 2px solid #e6e8ec;
    transition: border-color 0.3s ease;
}

.wcfmmp-single-store:hover .store-avatar img {
    border-color: #3b82f6;
}

/* ====== الاسم ====== */
.wcfmmp-store-lists .store-info h2 {
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f2937;
    line-height: 1.3;
}

/* ====== التقييم (تصميم محسن للعرض الصحيح والجاذبية) ====== */
.wcfmmp-store-rating {
    background: linear-gradient(135deg, #ffce3d, #ffd700);
    padding: 6px 12px; /* زيادة padding قليلاً لمساحة أفضل */
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 8px auto 12px;
    display: inline-block;
    color: #1f2937;
    box-shadow: 0 2px 4px rgba(255, 206, 61, 0.3);
    white-space: nowrap; /* منع كسر النص للحفاظ على الشكل المرغوب */
    text-align: center; /* ضمان التمركز الداخلي */
}

/* إضافة لضمان عرض التقييم كاملاً دون تشويه */
.wcfmmp-store-rating .star-rating,
.wcfmmp-store-rating span {
    display: inline !important;
    margin: 0 2px;
}

/* ====== تنسيق البريد الإلكتروني (إزالة أي خلفية أو إطار أحمر) ====== */
.wcfmmp-store-email {
    background: none !important; /* إزالة أي خلفية حمراء */
    border: none !important; /* إزالة أي إطار أحمر */
    box-shadow: none !important; /* إزالة أي ظل أحمر */
    padding: 0 !important;
    margin: 0 !important;
    color: inherit; /* استخدام لون النص الافتراضي */
    display: inline-block; /* للحفاظ على التدفق الطبيعي */
}

.wcfmmp-store-email a {
    color: #6b7280 !important; /* لون رمادي هادئ للرابط */
    text-decoration: none !important;
    transition: color 0.25s ease;
}

.wcfmmp-store-email a:hover {
    color: #3b82f6 !important; /* أزرق عند الـ hover */
}

/* إخفاء أيقونة البريد إذا كانت تسبب مشكلة في التصميم */
.wcfmmp-store-lists .store-info .fa-envelope,
.wcfmmp-store-lists .store-info i.fa-envelope {
    margin-right: 5px;
    color: #6b7280;
    display: inline !important; /* عرضها إلا على الموبايل */
}

/* ====== إخفاء البريد وأيقونته على الهاتف ====== */
@media (max-width: 480px) {
    .wcfmmp-store-email,
    .wcfmmp-store-lists .store-info .fa-envelope,
    .wcfmmp-store-lists .store-info i.fa-envelope {
        display: none !important;
    }
}

/* ====== أزرار المتجر ====== */
.wcfmmp-store-lists .add_to_cart_button,
.wcfmmp-enquiry-button {
    background: #333 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    display: inline-block !important;
    margin-bottom: 10px;
    transition: all 0.25s ease;
    border: none !important;
    cursor: pointer;
    text-decoration: none !important;
}

.wcfmmp-store-lists .add_to_cart_button:hover,
.wcfmmp-store-lists .add_to_cart_button:focus,
.wcfmmp-enquiry-button:hover,
.wcfmmp-enquiry-button:focus {
    background: #000 !important;
    outline: none;
    transform: scale(1.02);
}

/* ====== زر VISIT STORE ====== */
.wcfmmp_visit_store {
    display: block !important;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3b82f6 !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.wcfmmp_visit_store:hover,
.wcfmmp_visit_store:focus {
    color: #1d4ed8 !important;
    text-decoration: underline !important;
    outline: none;
}

/* ====== RESPONSIVE GRID ====== */
.wcfmmp-store-lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .wcfmmp-store-lists {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .wcfmmp-store-lists {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    .wcfmmp-single-store {
        padding: 16px;
        border-radius: 12px;
    }
    .wcfmmp-store-lists .store-avatar img {
        width: 70px;
        height: 70px;
    }
    .wcfmmp-store-lists .store-info h2 {
        font-size: 16px !important;
    }
}

/* ====== إضافات عامة ====== */
.wcfmmp-store-lists .store-info {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
    .wcfmmp-single-store,
    .wcfmmp-store-lists .add_to_cart_button,
    .wcfmmp-enquiry-button,
    .wcfmmp_visit_store,
    .wcfmmp-store-lists .store-avatar img {
        transition: none;
    }
}/* End custom CSS */