.elementor-1387 .elementor-element.elementor-element-f69b102{--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 */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #f9fafb;
    padding: 2rem 1rem;
}

.financial-article {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2rem;
}

/* כותרות */
h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    color: #0b2545;
}

h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #0b2545;
    border-bottom: 2px solid #e6eef9;
    padding-bottom: 0.5rem;
}

h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 1.5rem 0 0.75rem;
    color: #1a3e6f;
}

.byline {
    color: #4a5568;
    font-size: 0.95rem;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
}

.author {
    font-weight: 600;
    color: #0b2545;
}

/* תקצירים */
.key-takeaways {
    background-color: #eef2f9;
    border-right: 6px solid #0b5e8a;
    padding: 1.5rem;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.key-takeaways h2 {
    margin-top: 0;
    border-bottom: none;
    font-size: 1.4rem;
}

/* תשובות ישירות */
.direct-answer {
    background-color: #f0f7ff;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    margin: 1rem 0;
    border-left: 4px solid #0b5e8a;
    font-weight: 400;
}

.direct-answer strong {
    color: #022b49;
}

/* טבלה */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0 1rem;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.comparison-table caption {
    text-align: right;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #1e3a5f;
}

.comparison-table th {
    background-color: #0b2545;
    color: white;
    font-weight: 500;
    padding: 0.75rem;
    text-align: center;
}

.comparison-table td {
    padding: 0.75rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:hover {
    background-color: #f5f9ff;
}

.table-note {
    font-size: 0.85rem;
    color: #4a5568;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

/* חוויה אישית, תוצאות בדיקה */
.personal-experience, .testing-results {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 18px;
    margin: 1.5rem 0;
    border: 1px solid #dde7f0;
}

.personal-experience h3, .testing-results h3 {
    margin-top: 0;
    color: #0b2545;
}

/* רשימות */
ul, ol {
    margin: 1rem 0 1rem 2rem;
}

li {
    margin-bottom: 0.4rem;
}

/* קישורים פנימיים */
.internal-link {
    margin: 1.5rem 0;
    padding: 0.75rem 1rem;
    background: #f0f3f7;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
}

.internal-link a {
    text-decoration: none;
    color: #0b5e8a;
    border-bottom: 1px dotted;
}

/* FAQ */
.faq-section {
    background: #f9f9fc;
    padding: 2rem;
    border-radius: 24px;
    margin: 3rem 0;
}

.faq-item {
    margin-bottom: 1.8rem;
    border-bottom: 1px solid #e0e7ef;
    padding-bottom: 1.2rem;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #0b3b5c;
}

.faq-item p {
    margin-right: 1.2rem;
    color: #2d3748;
}

/* references */
.references {
    background: #edf2f9;
    padding: 1.5rem;
    border-radius: 18px;
    margin-top: 2rem;
}

.references ul {
    list-style-type: none;
    margin-right: 0;
}

.references li {
    margin-bottom: 0.5rem;
    padding-right: 1rem;
    border-right: 3px solid #8ba9c9;
}

/* footer */
.article-footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 2px solid #e2e8f0;
    font-size: 0.95rem;
    color: #2d3748;
}

.article-footer a {
    color: #0b5e8a;
    text-decoration: none;
    font-weight: 500;
}

/* רספונסיביות */
@media (max-width: 600px) {
    .financial-article {
        padding: 1rem;
    }
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    .comparison-table th, .comparison-table td {
        padding: 0.5rem;
        font-size: 0.85rem;
    }
    .faq-section {
        padding: 1rem;
    }
}/* End custom CSS */