.elementor-30209 .elementor-element.elementor-element-9ecbdf4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:15px;--padding-right:15px;}.elementor-30209 .elementor-element.elementor-element-9ecbdf4:not(.elementor-motion-effects-element-type-background), .elementor-30209 .elementor-element.elementor-element-9ecbdf4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-30209 .elementor-element.elementor-element-5a3e5a0{--display:flex;}@media(max-width:1024px){.elementor-30209 .elementor-element.elementor-element-9ecbdf4{--padding-top:60px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}@media(max-width:768px){.elementor-30209 .elementor-element.elementor-element-9ecbdf4{--padding-top:30px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-6c48697 *//* ===== استایل‌های صفحه i18n - فقط برای دسکتاپ ===== */

/* مخفی کردن کامل در موبایل */
@media (max-width: 768px) {
    .le-i18n-page,
    .le-section,
    .le-format-grid,
    .le-format-badge,
    .le-code-comparison,
    .le-before, .le-after,
    .le-export-grid,
    .le-export-card,
    .le-warning-card,
    .le-status-table,
    .le-step-by-step,
    .le-step {
        display: none !important;
    }
}

/* استایل‌های دسکتاپ (فقط برای صفحه‌های بزرگتر از 768px) */
@media (min-width: 769px) {
    .le-i18n-page {
        max-width: 1000px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .le-section {
        margin: 60px 0;
        padding: 40px;
        background: white;
        border-radius: 30px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 10px 25px -5px rgba(0,0,0,0.02);
    }

    .le-format-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 20px 0;
    }

    .le-format-badge {
        background: #f1f5f9;
        color: #1e293b;
        padding: 8px 16px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #e2e8f0;
    }

    .le-code-comparison {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin: 20px 0;
    }

    .le-before, .le-after {
        background: #0f172a;
        border-radius: 12px;
        padding: 20px;
    }

    .le-before h4, .le-after h4 {
        color: #94a3b8;
        margin-bottom: 10px;
    }

    .le-before pre, .le-after pre {
        color: #666666;  /* تغییر به رنگ روشنتر برای خوانایی بهتر */
        font-family: monospace;
        margin: 0;
        white-space: pre-wrap;
        word-break: break-word;
    }

    .le-export-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
        margin: 20px 0;
    }

    .le-export-card {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 15px;
    }

    .le-export-card h4 {
        margin-bottom: 10px;
        color: #1e293b;
    }

    .le-export-card code {
        display: block;
        background: #0f172a;
        color: #e2e8f0;
        padding: 10px;
        border-radius: 8px;
        font-size: 12px;
        white-space: pre-wrap;
    }

    .le-warning-card {
        background: #fef3c7;
        border-left: 6px solid #f59e0b;
        padding: 20px;
        border-radius: 12px;
        margin: 20px 0;
    }

    .le-status-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }

    .le-status-table th {
        background: #f8fafc;
        padding: 15px;
        text-align: left;
        font-weight: 600;
    }

    .le-status-table td {
        padding: 12px 15px;
        border-bottom: 1px solid #e2e8f0;
    }

    .status-production {
        background: #d1fae5;
        color: #059669;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
    }

    .status-beta {
        background: #fef3c7;
        color: #b45309;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
    }

    .status-planned {
        background: #e2e8f0;
        color: #475569;
        padding: 4px 12px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
    }

    .le-step-by-step {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .le-step {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .step-number {
        background: #2563eb;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        flex-shrink: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-496b334 *//* ============================================= */
/* استایل‌های مخصوص موبایل - i18n Guide */
/* ============================================= */

/* فقط برای صفحه‌های کوچکتر از 768px */
@media (max-width: 768px) {

    /* کانتینر اصلی */
    .le-mobile-i18n-page {
        max-width: 100%;
        padding: 15px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    }

    /* هدر */
    .le-mobile-header {
        margin-bottom: 20px;
        text-align: center;
    }

    .le-mobile-header h1 {
        font-size: 28px;
        font-weight: 800;
        color: #1a202c;
        margin-bottom: 5px;
    }

    .le-mobile-header p {
        font-size: 14px;
        color: #64748b;
    }

    /* کارت‌ها */
    .le-mobile-card {
        background: white;
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 15px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 4px 8px rgba(0,0,0,0.02);
    }

    .le-mobile-card h2 {
        font-size: 18px;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 12px;
    }

    .le-mobile-card p {
        font-size: 14px;
        color: #4a5568;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    /* کارت برجسته */
    .le-mobile-highlight {
        background: linear-gradient(145deg, #f8fafc, #f1f5f9);
        border-left: 4px solid #2563eb;
    }

    /* بج‌های فرمت‌ها */
    .le-mobile-badge-container {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 10px 0;
    }

    .le-mobile-badge {
        background: #f1f5f9;
        color: #1e293b;
        padding: 6px 12px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 500;
        border: 1px solid #e2e8f0;
    }

    /* بلوک کد */
    .le-mobile-code-block {
        background: #0f172a;
        border-radius: 12px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .le-mobile-code-block code {
        color: #e2e8f0;
        font-size: 13px;
        font-family: 'Fira Code', monospace;
    }

    .le-mobile-arrow {
        color: #2563eb;
        font-size: 18px;
    }

    /* گرید فرمت‌ها */
    .le-mobile-grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 10px 0;
    }

    .le-mobile-format {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        padding: 10px;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        color: #1e293b;
    }

    /* تب‌ها */
    .le-mobile-tabs {
        display: flex;
        gap: 8px;
        margin: 15px 0 10px;
    }

    .le-mobile-tab {
        flex: 1;
        background: #f1f5f9;
        border: 1px solid #e2e8f0;
        padding: 10px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        color: #4a5568;
        cursor: pointer;
        transition: all 0.2s;
    }

    .le-mobile-tab.active {
        background: #2563eb;
        color: white;
        border-color: #2563eb;
    }

    /* پنل کد */
    .le-mobile-code-panel {
        display: none;
        background: #0f172a;
        border-radius: 16px;
        padding: 15px;
        margin: 10px 0;
    }

    .le-mobile-code-panel.active {
        display: block;
    }

    .le-mobile-code-panel pre {
        color: #e2e8f0;
        font-size: 12px;
        font-family: 'Fira Code', monospace;
        line-height: 1.5;
        white-space: pre-wrap;
        word-break: break-word;
        margin: 0;
    }

    /* استپ‌های افقی */
    .le-mobile-steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
        margin: 20px 0 5px;
    }

    .le-mobile-step {
        text-align: center;
        font-size: 11px;
        color: #4a5568;
    }

    .step-num {
        display: block;
        width: 24px;
        height: 24px;
        background: #2563eb;
        color: white;
        border-radius: 50%;
        margin: 0 auto 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 12px;
    }

    /* وضعیت زبان‌ها */
    .le-mobile-status {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .status-item {
        display: flex;
        align-items: center;
        padding: 10px;
        background: #f8fafc;
        border-radius: 12px;
        border-left: 4px solid transparent;
    }

    .status-item.production {
        border-left-color: #059669;
        background: #f0fdf4;
    }

    .status-item.beta {
        border-left-color: #b45309;
        background: #fff7ed;
    }

    .status-item.mobile {
        border-left-color: #2563eb;
        background: #eff6ff;
    }

    .status-item.planned {
        border-left-color: #6b7280;
        background: #f9fafb;
        opacity: 0.9;
    }

    .status-icon {
        font-size: 20px;
        margin-right: 10px;
    }

    .status-name {
        flex: 1;
        font-size: 14px;
        font-weight: 600;
        color: #1a202c;
    }

    .status-badge {
        font-size: 11px;
        font-weight: 600;
        padding: 3px 8px;
        border-radius: 30px;
        white-space: nowrap;
    }

    .production .status-badge {
        background: #d1fae5;
        color: #059669;
    }

    .beta .status-badge {
        background: #fed7aa;
        color: #b45309;
    }

    .mobile .status-badge {
        background: #dbeafe;
        color: #2563eb;
    }

    .planned .status-badge {
        background: #e5e7eb;
        color: #4b5563;
    }

    .le-mobile-note {
        font-size: 12px;
        color: #64748b;
        margin-top: 10px;
        text-align: center;
    }

    /* استپ‌های عمودی */
    .le-mobile-steps-vertical {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .step-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px;
        background: #f8fafc;
        border-radius: 10px;
    }

    .step-dot {
        width: 22px;
        height: 22px;
        background: #2563eb;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: 700;
    }

    /* FAQ */
    .le-mobile-faq {
        margin-bottom: 10px;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        overflow: hidden;
    }

    .le-mobile-faq summary {
        padding: 14px 16px;
        background: #f8fafc;
        font-weight: 600;
        font-size: 14px;
        color: #1a202c;
        cursor: pointer;
        list-style: none;
        position: relative;
    }

    .le-mobile-faq summary::after {
        content: '+';
        position: absolute;
        right: 16px;
        color: #2563eb;
        font-size: 18px;
    }

    .le-mobile-faq[open] summary::after {
        content: '−';
    }

    .le-mobile-faq p {
        padding: 16px;
        margin: 0;
        font-size: 13px;
        color: #4a5568;
        background: white;
    }

    /* کد */
    .le-mobile-code {
        background: #e2e8f0;
        padding: 2px 6px;
        border-radius: 4px;
        font-family: monospace;
        font-size: 12px;
    }

}

/* ============================================= */
/* استایل‌های مخصوص تبلت */
/* ============================================= */

@media (min-width: 769px) and (max-width: 1024px) {
    
    /* کانتینر اصلی تبلت */
    .le-mobile-i18n-page {
        max-width: 90%;
        margin: 0 auto;
        padding: 25px;
    }
    
    /* گرید دو ستونه برای تبلت */
    .le-tablet-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    /* کارت‌ها در تبلت */
    .le-mobile-card {
        padding: 25px;
        margin-bottom: 20px;
        transition: transform 0.2s;
    }
    
    .le-mobile-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px -8px rgba(0,0,0,0.1);
    }
    
    /* هدر تبلت */
    .le-mobile-header h1 {
        font-size: 36px;
    }
    
    .le-mobile-header p {
        font-size: 16px;
    }
    
    /* بج‌ها در تبلت - سه ستونه */
    .le-mobile-badge-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .le-mobile-badge {
        text-align: center;
        font-size: 13px;
        padding: 8px 12px;
    }
    
    /* گرید فرمت‌ها در تبلت */
    .le-mobile-grid-2 {
        grid-template-columns: repeat(4, 1fr);
    }
    
    /* وضعیت زبان‌ها در تبلت - دو ستونه */
    .le-mobile-status {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .status-item {
        margin: 0;
    }
    
    /* تب‌ها در تبلت */
    .le-mobile-tabs {
        max-width: 80%;
        margin: 15px auto;
    }
    
    /* استپ‌های افقی در تبلت */
    .le-mobile-steps {
        max-width: 90%;
        margin: 20px auto;
    }
    
    /* استپ‌های عمودی در تبلت - دو ستونه */
    .le-mobile-steps-vertical {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .step-item {
        margin: 0;
    }
    
    /* FAQ در تبلت */
    .le-mobile-faq summary {
        font-size: 15px;
        padding: 16px 20px;
    }
    
    .le-mobile-faq p {
        font-size: 14px;
        padding: 16px 20px;
    }
}

@media (min-width: 1025px) {
    /* برای صفحه‌های بزرگتر، نسخه دسکتاپ نمایش داده شود */
    .le-mobile-i18n-page {
        display: none;
    }
}

/* ============================================= */
/* استایل کدها با رنگ #666666 */
/* ============================================= */

.le-mobile-code-panel pre,
.le-mobile-code-block code,
#mobile-before-code pre,
#mobile-after-code pre {
    color: #666666 !important;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.6;
    border: 1px solid #e0e0e0;
}

.le-mobile-code-panel.active pre {
    color: #666666 !important;
    background: #fafafa;
}

.le-mobile-code-block {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.le-mobile-code-block code {
    color: #666666 !important;
    background: transparent;
    border: none;
    padding: 5px;
}

.le-mobile-code {
    background: #f0f0f0;
    color: #666666 !important;
    padding: 3px 8px;
    border-radius: 6px;
    font-family: monospace;
    font-size: 12px;
    border: 1px solid #d0d0d0;
}

/* رنگ آیکون‌ها و متن‌های دیگر */
.le-mobile-arrow {
    color: #666666;
    font-size: 18px;
    font-weight: 600;
}/* End custom CSS */