.elementor-65 .elementor-element.elementor-element-553af0e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-10b7005 *//* ----------------------------------------------
   استایل کارت آزمون‌ها (wpProQuiz)
   طراحی کارت مدرن با افکت شیشه‌ای، سایه و حاشیه گرد
   هماهنگ با رنگ‌های پویا و فونت وزیرمتن
------------------------------------------------- */

/* 1. کادر اصلی هر آزمون */
.elementor-shortcode .wpProQuiz_content {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    padding: 28px 24px;
    margin-bottom: 30px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.12),
                0 1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    direction: rtl;
    font-family: 'Vazirmatn', 'IRANSans', 'Segoe UI', Tahoma, sans-serif;
}

/* 2. افکت hover روی کارت (بزرگ‌نمایی ملایم و سایه بیشتر) */
.elementor-shortcode .wpProQuiz_content:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 40px -16px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95);
}

/* 3. عنوان آزمون (h2 داخل کارت) */
.elementor-shortcode .wpProQuiz_content h2 {
    font-family: 'Vazirmatn', 'IRANSans', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #2c3e66, #ff5e14);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #ff8c00;
    display: inline-block;
    letter-spacing: -0.5px;
}

/* 4. استایل دکمه‌ها (شروع آزمون، پایان، مرور و ...) */
.elementor-shortcode .wpProQuiz_content .wpProQuiz_button {
    background: linear-gradient(95deg, #ff8c00, #ff2e63);
    border: none;
    border-radius: 60px;
    padding: 10px 28px;
    font-family: 'Vazirmatn', 'IRANSans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
    transition: all 0.25s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    margin-left: 12px;
    margin-top: 8px;
}

.elementor-shortcode .wpProQuiz_content .wpProQuiz_button:hover {
    transform: scale(1.02);
    background: linear-gradient(95deg, #ff9e2c, #ff4b7a);
    box-shadow: 0 10px 18px rgba(255, 46, 99, 0.25);
}

/* 5. متن توضیحات داخل کارت */
.elementor-shortcode .wpProQuiz_text p {
    color: #1e2a47;
    line-height: 1.7;
    font-size: 1rem;
    margin-bottom: 20px;
}

/* 6. بخش نتایج (پس از پایان آزمون) */
.elementor-shortcode .wpProQuiz_results {
    background: rgba(248, 250, 252, 0.7);
    border-radius: 28px;
    padding: 20px;
    margin-top: 20px;
    border-right: 5px solid #ff8c00;
}

.elementor-shortcode .wpProQuiz_results h4 {
    color: #2c3e66;
    font-weight: 700;
}

.elementor-shortcode .wpProQuiz_results .wpProQuiz_correct_answer {
    color: #2c9a4c;
    font-weight: 700;
}

.elementor-shortcode .wpProQuiz_results span[style*="color:red"] {
    font-weight: 600;
}

/* 7. جدول مرور سوالات (Review) */
.elementor-shortcode .wpProQuiz_reviewDiv {
    background: #f9fafc;
    border-radius: 24px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #eef2f6;
}

.elementor-shortcode .wpProQuiz_reviewQuestion ol li {
    background: #eef2f6;
    color: #2c3e66;
    font-weight: 600;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 6px;
    transition: 0.2s;
}

.elementor-shortcode .wpProQuiz_reviewQuestion ol li.wp_pro_legend_1 {
    background: #6CA54C;
    color: white;
}
.elementor-shortcode .wpProQuiz_reviewQuestion ol li.wp_pro_legend_2 {
    background: #FFB800;
    color: #2c3e66;
}
.elementor-shortcode .wpProQuiz_reviewQuestion ol li.wp_pro_legend_3 {
    background: #ff8c00;
    color: white;
}

/* 8. پیام خطا / عدم دسترسی */
.elementor-shortcode .wpProQuiz_startOnlyRegisteredUser {
    text-align: center;
    padding: 20px;
}

.elementor-shortcode .wpProQuiz_startOnlyRegisteredUser .buttonlogin a {
    display: inline-block;
    background: linear-gradient(95deg, #ff8c00, #ff2e63);
    color: white;
    border-radius: 60px;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.elementor-shortcode .wpProQuiz_startOnlyRegisteredUser .buttonlogin a:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(255,46,99,0.3);
}

/* 9. بخش زمان (تایمر) */
.elementor-shortcode .wpProQuiz_time_limit {
    background: #fff3e0;
    border-radius: 20px;
    padding: 12px 20px;
    margin-bottom: 20px;
    border-right: 4px solid #ff8c00;
}

/* 10. ریسپانسیو برای موبایل و تبلت */
@media (max-width: 768px) {
    .elementor-shortcode .wpProQuiz_content {
        padding: 20px 16px;
        border-radius: 24px;
    }
    .elementor-shortcode .wpProQuiz_content h2 {
        font-size: 1.4rem;
    }
    .elementor-shortcode .wpProQuiz_button {
        padding: 8px 20px;
        font-size: 0.85rem;
    }
    .elementor-shortcode .wpProQuiz_reviewQuestion ol li {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 0.8rem;
    }
}

/* 11. استایل برای پروگرس بار (در صورت وجود) */
.elementor-shortcode .wpProQuiz_progress {
    background: #e0e7ef;
    border-radius: 20px;
    height: 8px;
}
.elementor-shortcode .wpProQuiz_progress div {
    background: linear-gradient(90deg, #ff8c00, #ff2e63);
    border-radius: 20px;
}

/* 12. کادر سوالات در حین آزمون (اختیاری - زیباسازی بیشتر) */
.elementor-shortcode .wpProQuiz_questionList {
    background: #ffffffcc;
    border-radius: 20px;
    padding: 15px;
    margin: 15px 0;
}

/* 13. رفع تداخل با راست‌چینی */
.elementor-shortcode .wpProQuiz_content,
.elementor-shortcode .wpProQuiz_content * {
    text-align: right;
}

/* 14. انیمیشن ورود کارت */
@keyframes cardFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.elementor-shortcode .wpProQuiz_content {
    animation: cardFadeIn 0.4s ease-out;
}/* End custom CSS */