.elementor-447 .elementor-element.elementor-element-bc8418a{--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 );}.elementor-447 .elementor-element.elementor-element-d9a70e7{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* עיצוב בסיסי */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    line-height: 1.6;
    color: #333;
}

.zix-financial-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: justify;
    background-color: white;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

/* כותרת */
.zix-financial-article header {
    border-bottom: 3px solid #2c3e50;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.zix-financial-article h1 {
    color: #2c3e50;
    font-size: 2.8em;
    margin-bottom: 20px;
    line-height: 1.3;
    text-align: center;
}

.zix-financial-article h2 {
    color: #34495e;
    font-size: 2em;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ecf0f1;
}

.zix-financial-article h3 {
    color: #2c3e50;
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 20px;
}

.zix-financial-article h4 {
    color: #7f8c8d;
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* מטא-דטה של המאמר */
.article-meta {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
    border-right: 4px solid #3498db;
}

.author-credentials {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
}

/* סיכום מנהלים */
.executive-summary {
    background: linear-gradient(135deg, #e8f4fc 0%, #d6eaf8 100%);
    padding: 35px;
    border-radius: 12px;
    margin-bottom: 50px;
    border-right: 6px solid #3498db;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.1);
}

.conclusion-box {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-left: 4px solid #2ecc71;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

/* סעיפי תוכן */
.content-section {
    margin-bottom: 40px;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* טיפים ואזהרות */
.tip-box {
    background-color: #e8f5e9;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    border-right: 5px solid #2ecc71;
}

.warning-box {
    background-color: #ffebee;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    border-right: 5px solid #e74c3c;
}

.key-point {
    background-color: #e8f6f3;
    padding: 20px;
    border-radius: 8px;
    border-right: 4px solid #1abc9c;
    text-align: center;
}

/* מספרים סטטיסטיים */
.stat-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #3498db;
    display: block;
    margin: 10px 0;
}

.stat-label {
    font-size: 1.1em;
    color: #7f8c8d;
    font-weight: 600;
}

/* ציטוטים */
.quote-box {
    background-color: #f8f9fa;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    border-right: 5px solid #95a5a6;
    font-style: italic;
    line-height: 1.7;
}

.author-note {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-top: 10px;
    text-align: left;
}

/* הדגשת נתונים */
.data-highlight {
    background: linear-gradient(135deg, #fffde7 0%, #fff9c4 100%);
    padding: 30px;
    border-right: 6px solid #f1c40f;
    margin: 35px 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(241, 196, 15, 0.1);
}

/* תיבות חישוב */
.calculation-box {
    background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border-right: 5px solid #3498db;
    font-family: 'Courier New', monospace;
    font-size: 1.2em;
    box-shadow: 0 3px 10px rgba(52, 152, 219, 0.1);
}

/* גרפים */
.graph-container {
    margin: 50px 0;
    text-align: center;
    background-color: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}

.graph-title {
    color: #2c3e50;
    font-size: 1.6em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.chart-wrapper {
    position: relative;
    height: 500px;
    margin: 0 auto;
}

.graph-caption {
    font-size: 1em;
    color: #555;
    margin-top: 25px;
    text-align: center;
    line-height: 1.7;
    padding: 0 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border-right: 4px solid #3498db;
}

/* כפתורי הורדה */
.download-btn {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    margin: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.3);
}

/* FAQ */
.faq-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px;
    border-radius: 12px;
    margin: 50px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.faq-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 2px solid #dee2e6;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-item h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.4em;
}

/* פוטר */
.article-footer {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 3px solid #ecf0f1;
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
}

.about-zix, .disclaimer {
    margin-bottom: 40px;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
}

.disclaimer {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    border-right: 6px solid #e17055;
    padding: 25px;
}

/* עיצוב רספונסיבי */
@media (max-width: 768px) {
    .zix-financial-article {
        padding: 15px;
        line-height: 1.7;
    }
    
    .zix-financial-article h1 {
        font-size: 2em;
    }
    
    .zix-financial-article h2 {
        font-size: 1.6em;
    }
    
    .zix-financial-article h3 {
        font-size: 1.3em;
    }
    
    .executive-summary, .content-section, .faq-section, .about-zix, .disclaimer {
        padding: 20px;
    }
    
    .graph-container {
        padding: 20px;
    }
    
    .graph-title {
        font-size: 1.3em;
    }
    
    .chart-wrapper {
        height: 400px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .zix-financial-article h1 {
        font-size: 1.7em;
    }
    
    .chart-wrapper {
        height: 300px;
    }
}

/* הדפסה */
@media print {
    @page {
        size: A4;
        margin: 2cm;
    }
    
    body {
        font-size: 12pt;
        line-height: 1.6;
        color: #000;
    }
    
    .zix-financial-article {
        max-width: 100%;
        padding: 0;
        box-shadow: none;
    }
    
    .download-btn, button {
        display: none !important;
    }
    
    .graph-container {
        break-inside: avoid;
        page-break-inside: avoid;
        box-shadow: none !important;
        border: 2px solid #ddd !important;
        margin: 30px 0 !important;
    }
    
    .executive-summary, .data-highlight, .tip-box, .warning-box, .key-point {
        box-shadow: none !important;
        border: 1px solid #ccc !important;
        break-inside: avoid;
    }
    
    .article-footer {
        break-before: always;
    }
    
    canvas {
        max-height: 500px !important;
    }
    
    a {
        color: #000 !important;
        text-decoration: underline;
    }
    
    .quote-box {
        border-left: 3px solid #ccc !important;
        border-right: none !important;
        margin-left: 20px;
        padding-left: 15px;
    }
}/* End custom CSS */