.elementor-1193 .elementor-element.elementor-element-bccb04c{--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-1193 .elementor-element.elementor-element-ef528ea{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* styles.css - עיצוב למאמר פיננסים */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.article-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-bottom: 30px;
}

.article-header {
    border-bottom: 2px solid #2c5aa0;
    padding-bottom: 25px;
    margin-bottom: 35px;
    text-align: center;
}

.article-header h1 {
    color: #1a3c6e;
    font-size: 2.4rem;
    margin-bottom: 15px;
    line-height: 1.3;
}

.publish-date {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 8px;
}

.author {
    color: #2c5aa0;
    font-weight: 600;
    font-size: 1rem;
}

.executive-summary {
    background-color: #f0f7ff;
    border-right: 4px solid #2c5aa0;
    padding: 25px;
    margin-bottom: 40px;
    border-radius: 0 8px 8px 0;
}

.executive-summary h2 {
    color: #1a3c6e;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.content-section {
    margin-bottom: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.content-section:last-of-type {
    border-bottom: none;
}

.content-section h2 {
    color: #2c5aa0;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.direct-answer {
    background-color: #e8f4ff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    border-right: 3px solid #4a90e2;
}

.direct-answer p {
    color: #1a3c6e;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

.content-section p {
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8;
}

.comparison-table {
    margin: 50px 0;
    overflow-x: auto;
}

.comparison-table h2 {
    color: #2c5aa0;
    font-size: 1.8rem;
    margin-bottom: 25px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

thead {
    background-color: #1a3c6e;
    color: white;
}

th, td {
    padding: 16px 20px;
    text-align: right;
    border: 1px solid #ddd;
}

tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

tbody tr:hover {
    background-color: #eef5ff;
}

caption {
    caption-side: bottom;
    text-align: right;
    padding: 10px;
    font-style: italic;
    color: #666;
    font-size: 0.9rem;
}

.faq-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #2c5aa0;
}

.faq-section h2 {
    color: #1a3c6e;
    font-size: 2rem;
    margin-bottom: 35px;
    text-align: center;
}

.faq-item {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f9fbfe;
    border-radius: 8px;
    border-right: 3px solid #4a90e2;
}

.faq-item h3 {
    color: #2c5aa0;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.faq-item p {
    color: #444;
    line-height: 1.7;
}

/* התאמות לטלפונים */
@media (max-width: 768px) {
    body {
        padding: 15px;
    }
    
    .article-container {
        padding: 25px;
    }
    
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .content-section h2,
    .comparison-table h2 {
        font-size: 1.5rem;
    }
    
    .faq-section h2 {
        font-size: 1.7rem;
    }
    
    th, td {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .direct-answer p {
        font-size: 1rem;
    }
}/* End custom CSS */