.elementor-1509 .elementor-element.elementor-element-2151dd8a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS *//* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    padding: 2rem 2rem 2.5rem;
}

/* RTL */
body, .container, h1, h2, h3, p, li, td, th, .ai-extraction-block, .warning-note, .summary-box, .faq-section, footer {
    direction: rtl;
    text-align: right;
}

/* Typography */
h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-right: 6px solid #2563eb;
    padding-right: 1rem;
    color: #0f172a;
}

h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #1e40af;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 0.5rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1.2rem 0 0.75rem;
    color: #2c3e66;
}

p {
    margin-bottom: 1rem;
}

/* AI Extraction Block */
.ai-extraction-block {
    background: linear-gradient(135deg, #eef2ff, #e0f2fe);
    border-right: 6px solid #3b82f6;
    padding: 1.2rem 1.8rem;
    border-radius: 20px;
    margin: 1.5rem 0 2rem;
    font-weight: 500;
    color: #075985;
}

/* Lists */
ul, ol {
    margin: 0.75rem 1.8rem 1.25rem 0;
}

li {
    margin-bottom: 0.4rem;
}

/* Table */
.table-responsive {
    overflow-x: auto;
    margin: 1.5rem 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

th, td {
    border: 1px solid #cbd5e1;
    padding: 0.75rem;
    vertical-align: top;
}

th {
    background: #f1f5f9;
    font-weight: 600;
}

/* Warning note */
.warning-note {
    background: #fffbeb;
    border-right: 6px solid #f59e0b;
    padding: 0.75rem 1.2rem;
    border-radius: 14px;
    margin: 1.2rem 0;
}

/* FAQ Section */
.faq-section {
    background: #f8fafc;
    border-radius: 24px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #0f172a;
}

.faq-item p {
    margin-bottom: 0;
    color: #334155;
}

/* Summary box */
.summary-box {
    background: #ecfdf5;
    border-right: 6px solid #10b981;
    padding: 1.5rem;
    border-radius: 20px;
    margin: 2rem 0;
}

.summary-box h2 {
    border-bottom: none;
    margin-top: 0;
    color: #065f46;
}

/* Technical appendix */
.technical-appendix {
    background: #f1f5f9;
    border-radius: 20px;
    padding: 1.5rem;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    margin: 2rem 0 1rem;
}

.technical-appendix h3 {
    color: #0f172a;
    border-bottom: 1px dashed #cbd5e1;
    margin-top: 0;
}

.technical-appendix pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 1rem;
    border-radius: 12px;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 1rem;
}

/* Footer */
footer {
    text-align: center;
    font-size: 0.8rem;
    color: #64748b;
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
    margin-top: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        padding: 1.2rem;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    th, td {
        padding: 0.5rem;
        font-size: 0.9rem;
    }
}/* End custom CSS */