.elementor-158 .elementor-element.elementor-element-37bbd455{--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 *//* zix-article-styles.css */

/* ===== RESET & BASE STYLES ===== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Assistant', 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
    background-color: #f8f9fa;
    padding: 20px;
    direction: rtl;
    text-align: right;
}

.zix-article {
    max-width: 900px;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 50, 0.08);
    padding: 40px;
    overflow: hidden;
}

/* ===== TYPOGRAPHY & HEADINGS ===== */
h1, h2, h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    color: #1a365d;
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.3;
}

h1 {
    font-size: 2.5rem;
    border-bottom: 3px solid #2d7dd2;
    padding-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

h2 {
    font-size: 1.9rem;
    color: #2d7dd2;
    padding-right: 10px;
    border-right: 4px solid #ed8936;
}

h3 {
    font-size: 1.5rem;
    color: #4a5568;
    margin-top: 2em;
}

p {
    margin-bottom: 1.2em;
    font-size: 1.1rem;
    text-align: justify;
}

strong {
    font-weight: 600;
    color: #2d3748;
}

/* ===== STRUCTURAL ELEMENTS ===== */
.article-header {
    text-align: center;
    margin-bottom: 40px;
}

.meta-info {
    font-size: 0.95rem;
    color: #718096;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.executive-summary {
    background: linear-gradient(135deg, #e6f2ff 0%, #f0f7ff 100%);
    border-right: 5px solid #4299e1;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.executive-summary h2 {
    font-size: 1.6rem;
    color: #2b6cb0;
    border: none;
    padding: 0;
    margin-top: 0;
}

.direct-answer {
    background-color: #f7fafc;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 20px 0;
    position: relative;
}

.direct-answer::before {
    content: "💡 תשובה ישירה:";
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #ed8936;
    display: block;
    margin-bottom: 8px;
}

.direct-answer p {
    margin-bottom: 0;
    font-weight: 500;
    color: #2d3748;
}

.comparison-table-container {
    margin: 40px 0;
    overflow-x: auto;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    font-size: 0.95rem;
}

.comparison-table caption {
    caption-side: top;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    color: #2d7dd2;
    padding: 15px;
    background-color: #edf2f7;
}

.comparison-table thead {
    background-color: #2d7dd2;
    color: white;
}

.comparison-table th {
    padding: 16px 12px;
    text-align: center;
    font-weight: 600;
    border-bottom: 3px solid #1a365d;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.comparison-table tbody tr:hover {
    background-color: #e2f3ff;
}

.comparison-table td {
    padding: 14px 12px;
    border: 1px solid #e2e8f0;
    text-align: center;
    vertical-align: top;
}

.comparison-table td[scope="row"] {
    font-weight: 600;
    color: #2d3748;
    text-align: right;
    background-color: #edf2f7;
}

.comparison-table tfoot td {
    font-size: 0.85rem;
    color: #718096;
    text-align: center;
    background-color: #f7fafc;
    padding: 12px;
}

.faq-section {
    background-color: #fef5e7;
    border-radius: 12px;
    padding: 30px;
    margin-top: 50px;
    border: 1px dashed #ed8936;
}

.faq-section h2 {
    text-align: center;
    border: none;
    color: #d69e2e;
    margin-top: 0;
    font-size: 1.8rem;
}

.faq-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #fed7aa;
    padding-bottom: 20px;
}

.faq-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-item h3 {
    color: #dd6b20;
    font-size: 1.3rem;
    margin-top: 0;
}

.article-footer {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #cbd5e0;
    font-size: 0.9rem;
    color: #718096;
    text-align: center;
}

.article-footer p {
    text-align: center;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .zix-article {
        padding: 25px;
        margin: 10px auto;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    p {
        font-size: 1rem;
    }

    .executive-summary,
    .direct-answer,
    .faq-section {
        padding: 20px;
    }

    .comparison-table-container {
        border-radius: 0;
        border-left: none;
        border-right: none;
        margin: 30px -25px;
    }
}/* End custom CSS */