.elementor-1399 .elementor-element.elementor-element-546adb3{--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 - עיצוב למאמר פיננסי ZIX */

.financial-article {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* כותרות */
h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #0a1e2f;
    border-right: 6px solid #005aa9;
    padding-right: 20px;
}

h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    color: #003366;
    border-bottom: 2px solid #e0e7ef;
    padding-bottom: 8px;
}

h3 {
    font-size: 1.4rem;
    color: #1e3b5c;
    margin-top: 1.5rem;
}

.byline {
    font-size: 1rem;
    color: #5b6f82;
    margin-bottom: 2rem;
    background: #f0f4f9;
    padding: 8px 15px;
    border-radius: 30px;
    display: inline-block;
}

.key-takeaways, .conclusion {
    background-color: #f0f7fe;
    border-right: 6px solid #005aa9;
    padding: 20px 25px;
    border-radius: 16px;
    margin: 30px 0;
}

.key-takeaways h2, .conclusion h2 {
    border-bottom: none;
    margin-top: 0;
    color: #003366;
    font-size: 1.5rem;
}

.direct-answer {
    background-color: #f2f6fc;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 20px 0;
    font-weight: 500;
    border-right: 4px solid #0077be;
}

.direct-answer p {
    margin: 0;
}

/* טבלאות */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

th {
    background-color: #003366;
    color: white;
    font-weight: 700;
    padding: 12px;
    text-align: right;
}

td {
    padding: 12px;
    border-bottom: 1px solid #dde2e8;
}

tr:nth-child(even) {
    background-color: #f8fafd;
}

/* קישורים */
a {
    color: #005aa9;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dotted #aac7e5;
}

a:hover {
    color: #002b4f;
    border-bottom: 2px solid #002b4f;
}

/* רשימות */
ul {
    padding-right: 20px;
}

li {
    margin-bottom: 8px;
}

/* FAQ */
.faq {
    margin-top: 40px;
    background: #fafbfd;
    padding: 20px 25px;
    border-radius: 24px;
}

.faq h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #003f6f;
}

.faq div[itemprop="text"] p {
    margin-top: 0;
    color: #2c3e50;
}

/* רפרנסים */
.references {
    background: #eef3f9;
    padding: 20px;
    border-radius: 16px;
    margin: 30px 0;
}

.references ul {
    list-style: none;
    padding: 0;
}

.references li {
    margin-bottom: 10px;
    padding-right: 20px;
    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="%23005aa9"><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;
}

/* תגובתיות */
@media (max-width: 600px) {
    .financial-article {
        padding: 20px;
    }
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.5rem;
    }
}/* End custom CSS */