.elementor-1278 .elementor-element.elementor-element-3b587e57{--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 *//* styles.css */
/* סגנון מודרני ונקי למאמר פיננסי מותאם ל-AI ו-AEO */

@import url('https://fonts.googleapis.com/css2?family=Assistent:wght@400;500;700&display=swap');

body {
    font-family: 'Assistent', 'Helvetica Neue', sans-serif;
    background-color: #f4f7fc;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #1a2634;
}

.article-container {
    max-width: 1100px;
    margin: 40px auto;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-radius: 24px;
    overflow: hidden;
    padding: 30px 40px;
}

/* תקציר מנהלים */
.abstract {
    background: linear-gradient(135deg, #f0f5ff 0%, #e6ecf5 100%);
    padding: 25px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    border-right: 6px solid #0054a6;
    font-size: 1.05rem;
}

.abstract strong {
    color: #003366;
    font-size: 1.2rem;
}

/* כותרות */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
    color: #0b1c2f;
    border-bottom: 2px solid #e0e7ef;
    padding-bottom: 20px;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 5px;
    color: #0f2b45;
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a3b5e;
}

/* שורת ייחוס */
.byline {
    font-size: 1.1rem;
    color: #3a5670;
    border-bottom: 1px dashed #bdc9d6;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 500;
}

/* תשובה ישירה מתחת לכותרות */
.direct-answer {
    background-color: #f9fbfe;
    padding: 20px 25px;
    border-radius: 18px;
    margin: 10px 0 25px 0;
    border: 1px solid #dde4ed;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0,84,166,0.05);
}

.direct-answer strong {
    color: #0054a6;
}

/* טבלת השוואה */
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 30px 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    font-size: 0.98rem;
}

.comparison-table th {
    background-color: #003366;
    color: white;
    font-weight: 600;
    padding: 16px 12px;
    text-align: center;
    font-size: 1.1rem;
}

.comparison-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e1e8f0;
    background-color: #ffffff;
    text-align: right;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody tr:hover td {
    background-color: #f5f9ff;
    transition: 0.2s;
}

/* סיכום */
.summary {
    background-color: #eef3f9;
    padding: 25px 35px;
    border-radius: 24px;
    margin: 40px 0 20px 0;
    border: 1px solid #cbd6e4;
}

.summary h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #002856;
    font-size: 1.7rem;
}

.summary ul {
    padding-right: 20px;
    margin-bottom: 0;
}

.summary li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

/* מקורות מידע */
.sources {
    background-color: #fafafa;
    padding: 20px 30px;
    border-radius: 18px;
    margin: 30px 0;
    border: 1px solid #dadfe8;
    font-size: 0.95rem;
    color: #2c3e50;
}

.sources h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #222;
    font-size: 1.2rem;
}

.sources ul {
    list-style-type: none;
    padding-right: 0;
}

.sources li {
    padding: 4px 0;
    border-bottom: 1px dotted #ccc;
}

/* שאלות נפוצות */
.faq-section {
    margin-top: 50px;
    background: #f9f9fc;
    padding: 30px 35px;
    border-radius: 28px;
    border: 1px solid #cbd5e1;
}

.faq-section h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #0e2d4a;
    font-size: 2rem;
    border-bottom: 2px solid #a0b8d0;
    padding-bottom: 10px;
}

.faq-item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dde1e9;
}

.faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.faq-question {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #004080;
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0,64,128,0.1);
}

.faq-answer {
    padding-right: 25px;
    font-size: 1.05rem;
    color: #1f2e41;
}

/* רספונסיביות */
@media (max-width: 700px) {
    .article-container {
        padding: 20px 15px;
        margin: 20px 10px;
    }
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .direct-answer {
        padding: 15px;
        font-size: 1rem;
    }
    .comparison-table {
        font-size: 0.85rem;
    }
    .comparison-table th, .comparison-table td {
        padding: 8px 5px;
    }
    .faq-question {
        font-size: 1.1rem;
    }
}/* End custom CSS */