.elementor-1456 .elementor-element.elementor-element-06cfda9{--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 *//* style.css – עיצוב מאמר פיננסי ZIX */

/* כללי */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.financial-article {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 20, 40, 0.08);
    padding: 40px;
}

/* כותרות */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0c2e4e;
    margin-bottom: 0.5rem;
    border-right: 6px solid #0f6cbf;
    padding-right: 20px;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #17466b;
    margin: 2rem 0 1rem 0;
    border-bottom: 2px solid #e1eaf1;
    padding-bottom: 0.5rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e4d7a;
    margin: 1.2rem 0 0.5rem 0;
}

/* מחבר */
.author-byline {
    color: #5f6b7a;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.author-byline strong {
    color: #0f6cbf;
    font-weight: 600;
}

/* תקצירים והדגשות */
.key-takeaways, .conclusion-takeaways {
    background-color: #edf4fa;
    border-radius: 20px;
    padding: 25px 30px;
    margin: 30px 0;
    border-left: 5px solid #0f6cbf;
}

.key-takeaways h2, .conclusion-takeaways h2 {
    margin-top: 0;
    border-bottom: none;
    color: #0c2e4e;
    font-size: 1.6rem;
}

.key-takeaways ul, .conclusion-takeaways p {
    font-size: 1.1rem;
}

/* תשובה ישירה */
.direct-answer {
    background-color: #f0f7ff;
    padding: 15px 20px;
    border-radius: 12px;
    font-weight: 500;
    border: 1px solid #cce4ff;
    margin: 10px 0 20px 0;
}

/* פסקאות רגילות */
p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

/* טבלה */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.comparison-table th {
    background-color: #0f2b42;
    color: white;
    font-weight: 600;
    padding: 14px 10px;
    text-align: center;
}

.comparison-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #d9e2ec;
    text-align: center;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:nth-child(even) {
    background-color: #f8fafc;
}

/* רשימות */
ul, ol {
    margin: 1rem 0 1.5rem 2rem;
}

li {
    margin-bottom: 0.5rem;
}

/* סיפור אישי */
.personal-experience {
    background-color: #f0f6e8;
    border-radius: 20px;
    padding: 25px 30px;
    margin: 30px 0;
    border: 1px solid #bcd9aa;
    box-shadow: 0 4px 10px rgba(90, 130, 50, 0.1);
}

.personal-experience h2 {
    margin-top: 0;
    color: #2a6117;
    border-bottom-color: #a8c99a;
}

.personal-experience p {
    font-style: italic;
    font-size: 1.1rem;
    color: #1c4013;
}

/* תוצאות בדיקה */
.testing-results {
    background-color: #fef7e8;
    border-radius: 20px;
    padding: 25px 30px;
    margin: 30px 0;
    border: 1px solid #f3d9a4;
    box-shadow: 0 4px 10px rgba(200, 140, 20, 0.1);
}

.testing-results h2 {
    margin-top: 0;
    color: #a7691a;
    border-bottom-color: #e6c28a;
}

/* מקורות */
.references ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.references li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="%230f6cbf"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat right center;
    background-size: 16px;
    padding-right: 25px;
    margin-bottom: 0.8rem;
}

.references a, .internal-links a {
    color: #0f6cbf;
    text-decoration: none;
    font-weight: 500;
}

.references a:hover, .internal-links a:hover {
    text-decoration: underline;
}

/* קישורים פנימיים */
.internal-links {
    background-color: #eef2f6;
    padding: 20px 25px;
    border-radius: 16px;
    margin: 25px 0;
}

/* שאלות נפוצות */
.faq-section {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px dashed #b0c6d9;
}

.faq-item {
    margin-bottom: 1.5rem;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #e2eaf2;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
    color: #113955;
}

.faq-item p {
    margin-bottom: 0;
    color: #2b404f;
}

/* התאמה למובייל */
@media (max-width: 650px) {
    .financial-article {
        padding: 20px;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .comparison-table {
        font-size: 0.9rem;
    }
    .comparison-table th, .comparison-table td {
        padding: 8px 4px;
    }
    body {
        padding: 10px;
    }
}/* End custom CSS */