.elementor-1251 .elementor-element.elementor-element-516ce138{--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 */

body {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    line-height: 1.6;
    color: #1e2b3c;
    background-color: #f9fbfd;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.container {
    max-width: 860px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    padding: 2rem 2.5rem;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    border-bottom: 3px solid #005f9e;
    padding-bottom: 0.5rem;
    margin-top: 0;
    color: #003057;
}

.abstract {
    background-color: #eef4f9;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    font-size: 1rem;
    border-right: 5px solid #005f9e;
    margin: 1.5rem 0;
    font-weight: 400;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #003057;
    margin-top: 2.2rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #cbd5e0;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e4a76;
    margin-top: 1.8rem;
    margin-bottom: 0.25rem;
}

.direct-answer {
    background-color: #f0f7fc;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid #b8d1e5;
    margin: 0.5rem 0 1.2rem 0;
    font-size: 1.05rem;
}

p, li {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.98rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

th {
    background-color: #003057;
    color: white;
    font-weight: 600;
    padding: 10px 8px;
    text-align: center;
}

td {
    padding: 10px 8px;
    border: 1px solid #d1d9e6;
    text-align: center;
}

tr:nth-child(even) {
    background-color: #f4f8fe;
}

.author-box {
    background-color: #f0f3f7;
    padding: 1.2rem 1.8rem;
    border-radius: 30px 10px 10px 30px;
    margin: 2.5rem 0 1.5rem;
    border-right: 10px solid #005f9e;
    font-style: normal;
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-info {
    font-weight: 500;
}

.author-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #003057;
}

.badge {
    background-color: #ffc107;
    color: #1e2b3c;
    padding: 0.2rem 0.8rem;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
}

.sources {
    background-color: #f9f9f9;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: 0.95rem;
    border: 1px dashed #809ab3;
    margin: 2rem 0;
}

.testimonial {
    background-color: #e7f3e8;
    padding: 1.2rem 1.8rem;
    border-radius: 18px;
    border-right: 6px solid #2b6c42;
    margin: 1.8rem 0;
}

.faq-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #dce5ec;
    padding-bottom: 1rem;
}

.faq-question {
    font-weight: 700;
    font-size: 1.15rem;
    color: #00386b;
    margin-bottom: 0.3rem;
}

.summary-box {
    background-color: #e2eaf2;
    padding: 1.5rem;
    border-radius: 18px;
    margin-top: 2rem;
}

hr {
    border: none;
    border-top: 2px solid #b0c8da;
    margin: 2rem 0;
}

.highlight {
    background: linear-gradient(145deg, #f1f9ff, #ffffff);
    padding: 0.2rem 0.4rem;
    border-radius: 6px;
    font-weight: 600;
}

.footer-note {
    font-size: 0.85rem;
    color: #4a5c6e;
    text-align: left;
    margin-top: 2.5rem;
    border-top: 1px solid #bdc9d6;
    padding-top: 1rem;
}/* End custom CSS */