.elementor-136 .elementor-element.elementor-element-e4055d0{--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 );}.elementor-136 .elementor-element.elementor-element-c8935b8{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* style.css */
/* עיצוב מאמר כלכלי לפורטל ZIX */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', 'Heebo', 'Roboto', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f9f9f9;
    direction: rtl;
    text-align: right;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.article-container {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-top: 20px;
}

header {
    border-bottom: 2px solid #2a5caa;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

h1 {
    color: #1a365d;
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 700;
}

.publish-date {
    color: #718096;
    font-size: 0.95em;
    font-style: italic;
}

.abstract {
    background-color: #f0f7ff;
    border-right: 5px solid #2a5caa;
    padding: 25px;
    margin-bottom: 40px;
    border-radius: 0 8px 8px 0;
}

.abstract h2 {
    color: #2a5caa;
    font-size: 1.4em;
    margin-bottom: 15px;
}

.abstract p {
    color: #2d3748;
    font-size: 1.05em;
}

h2, .h2-question {
    color: #1a365d;
    font-size: 1.8em;
    margin-top: 50px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cbd5e0;
    font-weight: 600;
}

h3, .h3-question {
    color: #2a5caa;
    font-size: 1.4em;
    margin-top: 35px;
    margin-bottom: 12px;
    font-weight: 600;
}

section {
    margin-bottom: 40px;
}

.direct-answer {
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    padding: 18px 22px;
    border-radius: 8px;
    margin: 20px 0;
    font-weight: 600;
    color: #2d3748;
    border-right: 4px solid #38b2ac; /* צבע המסמל תשובה ברורה */
}

p {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #4a5568;
    text-align: justify;
    line-height: 1.8;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

thead {
    background-color: #2a5caa;
    color: white;
}

th {
    padding: 18px 15px;
    text-align: center;
    font-weight: 600;
}

tbody tr {
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s;
}

tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

tbody tr:hover {
    background-color: #edf2f7;
}

td {
    padding: 16px 15px;
    text-align: center;
    color: #4a5568;
    vertical-align: top;
}

td:first-child {
    font-weight: 600;
    color: #1a365d;
}

.faq {
    background-color: #f0f9ff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
}

.faq h2 {
    border-bottom: none;
    color: #1a365d;
    text-align: center;
    margin-top: 0;
}

.faq-item {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cfe4ff;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-item h3 {
    color: #2c5282;
    margin-top: 0;
}

/* הטיה קלה לטקסט ההרחבה לאחר התשובה הישירה */
.direct-answer + p {
    font-style: normal;
}

/* עיצוב רספונסיבי */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    .article-container {
        padding: 20px;
    }
    h1 {
        font-size: 2em;
    }
    h2, .h2-question {
        font-size: 1.5em;
    }
    h3, .h3-question {
        font-size: 1.2em;
    }
    table {
        display: block;
        overflow-x: auto;
    }
    th, td {
        padding: 12px 8px;
        font-size: 0.9em;
    }
    .abstract, .faq {
        padding: 20px;
    }
}/* End custom CSS */