.elementor-622 .elementor-element.elementor-element-3e66674{--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-622 .elementor-element.elementor-element-45e6915a{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}.elementor-622 .elementor-element.elementor-element-45e6915a p{margin-block-end:0px;}/* Start custom CSS *//* 
 * קובץ עיצוב למאמרים של Zix.co.il
 * שמור קובץ זה בתיקיית ה-CSS שלך וקשר אליו מה-HTML
 */

/* ===== עיצוב כללי ===== */
.zix-article-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    font-family: 'noto sans hebrew', 'Heebo', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #333;
}

/* ===== עיצוב כותרות ===== */
.zix-article-container h1 {
    color: #2c3e50;
    border-bottom: 3px solid #3498db;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 2.2em;
    text-align: center;
}

.zix-article-container h2 {
    color: #2980b9;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ecf0f1;
    font-size: 1.7em;
}

.zix-article-container h3 {
    color: #16a085;
    margin-top: 30px;
    font-size: 1.4em;
}

.zix-article-container h4 {
    color: #27ae60;
    margin-top: 25px;
    font-size: 1.2em;
}

.zix-article-container .subtitle {
    color: #7f8c8d;
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
}

/* ===== עיצוב פסקאות ===== */
.zix-article-container p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 1.05em;
}

.zix-article-container .highlight {
    background-color: #fff3cd;
    padding: 15px;
    border-right: 4px solid #ffc107;
    border-radius: 0 4px 4px 0;
    margin: 20px 0;
}

.zix-article-container .info-box {
    background-color: #e8f4fc;
    padding: 15px;
    border-right: 4px solid #3498db;
    border-radius: 0 4px 4px 0;
    margin: 20px 0;
}

.zix-article-container .warning-box {
    background-color: #fde8e8;
    padding: 15px;
    border-right: 4px solid #e74c3c;
    border-radius: 0 4px 4px 0;
    margin: 20px 0;
}

.zix-article-container .note {
    background: #fff9e6;
    padding: 12px;
    border-right: 3px solid #f39c12;
    border-radius: 0 4px 4px 0;
    margin: 15px 0;
    font-size: 0.95em;
}

.zix-article-container .emphasis {
    font-weight: bold;
    color: #e74c3c;
}

/* ===== עיצוב טבלאות ===== */
.zix-article-container .table-container {
    width: 100%;
    overflow-x: auto;
    margin: 25px 0;
}

.zix-article-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    font-size: 0.95em;
    min-width: 800px;
}

.zix-article-container th {
    background-color: #3498db;
    color: white;
    padding: 14px 12px;
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
}

.zix-article-container td {
    padding: 12px;
    border-bottom: 1px solid #ecf0f1;
    text-align: right;
}

.zix-article-container tr:nth-child(even) {
    background-color: #f8f9fa;
}

.zix-article-container tr:hover {
    background-color: #e8f4fc;
}

.zix-article-container .table-caption {
    text-align: center;
    font-style: italic;
    color: #7f8c8d;
    margin-top: 10px;
    font-size: 0.9em;
}

/* ===== עיצוב גרפים ===== */
.zix-article-container .chart-container {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    border: 1px solid #e0e0e0;
}

.zix-article-container .chart-title {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.3em;
}

.zix-article-container .chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.zix-article-container .legend-item {
    padding: 8px 12px;
    border-radius: 4px;
    color: white;
    font-size: 0.9em;
    display: inline-block;
    white-space: nowrap;
}

.zix-article-container .chart-bar {
    height: 35px;
    margin: 8px 0;
    border-radius: 4px;
    color: white;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    transition: width 1s ease-in-out;
    font-size: 0.95em;
    min-width: 50px;
}

.zix-article-container .chart-line {
    position: relative;
    height: 80px;
    background: linear-gradient(to right, #e74c3c, #f39c12, #2ecc71, #3498db);
    border-radius: 4px;
    margin: 25px 0;
    width: 100%;
}

.zix-article-container .line-point {
    position: absolute;
    top: 90px;
    transform: translateX(-50%);
    font-size: 0.9em;
    color: #7f8c8d;
    white-space: nowrap;
    text-align: center;
}

.zix-article-container .chart-note {
    font-size: 0.9em;
    color: #95a5a6;
    text-align: center;
    margin-top: 15px;
}

/* ===== עץ החלטה ===== */
.zix-article-container .decision-tree {
    background: #f8f9fa;
    border-right: 5px solid #3498db;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.zix-article-container .decision-node {
    background: #2c3e50;
    color: white;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.zix-article-container .decision-question {
    background: #3498db;
    color: white;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
}

.zix-article-container .decision-branch {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 20px 0;
}

.zix-article-container .branch-option {
    flex: 1;
    min-width: 250px;
    background: white;
    padding: 18px;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}

/* ===== עיצוב FAQ ===== */
.zix-article-container .faq-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 35px;
    border-radius: 10px;
    margin: 35px 0;
}

.zix-article-container .faq-title {
    text-align: center;
    color: white;
    margin-bottom: 25px;
    font-size: 1.5em;
}

.zix-article-container .faq-item {
    margin-bottom: 25px;
    background: rgba(255,255,255,0.1);
    padding: 20px;
    border-radius: 6px;
}

.zix-article-container .faq-question {
    font-weight: bold;
    margin-bottom: 10px;
    color: #f1c40f;
    font-size: 1.1em;
}

.zix-article-container .faq-answer {
    line-height: 1.6;
}

/* ===== עיצוב רשימות ===== */
.zix-article-container ul,
.zix-article-container ol {
    padding-right: 30px;
    margin-bottom: 25px;
}

.zix-article-container li {
    margin-bottom: 12px;
    font-size: 1.05em;
}

/* ===== עיצוב קישורים ===== */
.zix-article-container a {
    color: #2980b9;
    text-decoration: none;
    border-bottom: 1px dotted #2980b9;
    transition: all 0.2s;
}

.zix-article-container a:hover {
    color: #e74c3c;
    border-bottom: 1px solid #e74c3c;
}

/* ===== עיצוב תגיות ===== */
.zix-article-container .tag {
    display: inline-block;
    background: #ecf0f1;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.85em;
    margin: 0 5px 5px 0;
    color: #7f8c8d;
}

/* ===== עיצוב מספרים גדולים ===== */
.zix-article-container .big-number {
    font-size: 3em;
    font-weight: bold;
    color: #2c3e50;
    display: block;
    text-align: center;
    margin: 15px 0;
}

.zix-article-container .number-label {
    text-align: center;
    color: #7f8c8d;
    font-size: 1em;
    margin-bottom: 20px;
}

/* ===== פרוגרס בר ===== */
.zix-article-container .progress-bar {
    height: 25px;
    background: #ecf0f1;
    border-radius: 12px;
    margin: 15px 0;
    overflow: hidden;
}

.zix-article-container .progress-fill {
    height: 100%;
    background: linear-gradient(to right, #2ecc71, #27ae60);
    border-radius: 12px;
    text-align: center;
    color: white;
    line-height: 25px;
    font-weight: bold;
    font-size: 0.9em;
}

/* ===== עיצוב לאזור הסיכום ===== */
.zix-article-container .executive-summary {
    background: linear-gradient(135deg, #1a2980 0%, #26d0ce 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
}

.zix-article-container .summary-title {
    text-align: center;
    color: white;
    margin-bottom: 20px;
    font-size: 1.6em;
}

.zix-article-container .summary-content {
    font-size: 1.1em;
    line-height: 1.8;
}

.zix-article-container .summary-content p {
    color: white;
}

/* ===== עיצוב נספח ===== */
.zix-article-container .appendix {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border-right: 4px solid #95a5a6;
}

.zix-article-container .appendix-title {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 1.4em;
}

/* ===== עיצוב מקורות ===== */
.zix-article-container .sources {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
    border-top: 3px solid #3498db;
}

.zix-article-container .sources-title {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.zix-article-container .sources ul {
    list-style-type: none;
    padding-right: 0;
}

.zix-article-container .sources li {
    margin-bottom: 10px;
    padding-right: 15px;
    position: relative;
}

.zix-article-container .sources li:before {
    content: "•";
    color: #3498db;
    font-weight: bold;
    position: absolute;
    right: 0;
}

/* ===== עיצוב אודות המחבר ===== */
.zix-article-container .author-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
    border-right: 4px solid #3498db;
}

.zix-article-container .author-title {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.2em;
}

/* ===== עיצוב כותרת עליונה ותחתונה ===== */
.zix-article-container .article-header {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #ecf0f1;
    margin-bottom: 30px;
}

.zix-article-container .article-footer {
    text-align: center;
    padding: 25px 0;
    border-top: 2px solid #ecf0f1;
    margin-top: 40px;
    color: #7f8c8d;
    font-size: 0.9em;
}

/* ===== עיצוב כפתורים להדגשה ===== */
.zix-article-container .button-like {
    display: inline-block;
    background: linear-gradient(to right, #3498db, #2980b9);
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    margin: 8px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.zix-article-container .button-like:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}

/* ===== אנימציות ===== */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.zix-article-container .article-section {
    animation: fadeIn 0.6s ease-out;
}

/* ===== עיצוב למסכים קטנים ===== */
@media (max-width: 768px) {
    .zix-article-container {
        padding: 15px;
        margin: 10px;
        box-shadow: none;
        border-radius: 0;
    }
    
    .zix-article-container h1 {
        font-size: 1.8em;
        padding: 0 10px 15px 10px;
    }
    
    .zix-article-container h2 {
        font-size: 1.5em;
    }
    
    .zix-article-container h3 {
        font-size: 1.3em;
    }
    
    .zix-article-container .decision-branch {
        flex-direction: column;
    }
    
    .zix-article-container .chart-legend {
        flex-direction: column;
        align-items: center;
    }
    
    .zix-article-container .legend-item {
        width: 90%;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .zix-article-container table {
        font-size: 0.9em;
    }
    
    .zix-article-container .chart-bar {
        font-size: 0.85em;
        min-height: 30px;
        line-height: 30px;
    }
    
    .zix-article-container .line-point {
        font-size: 0.8em;
        white-space: normal;
        width: 80px;
        text-align: center;
        transform: translateX(-50%) translateX(0);
    }
    
    .zix-article-container .executive-summary {
        padding: 20px;
        margin: 20px 0;
    }
    
    .zix-article-container .faq-section {
        padding: 20px;
        margin: 20px 0;
    }
    
    .zix-article-container .decision-tree {
        padding: 15px;
        margin: 20px 0;
    }
    
    .zix-article-container .branch-option {
        min-width: 100%;
    }
    
    .zix-article-container .big-number {
        font-size: 2.5em;
    }
}

/* ===== עיצוב למסכים גדולים מאוד ===== */
@media (min-width: 1400px) {
    .zix-article-container {
        max-width: 1300px;
    }
}

/* ===== תמיכה בגלילה חלקה ===== */
html {
    scroll-behavior: smooth;
}

/* ===== עיצוב טבלת תוכן עניינים (אופציונלי) ===== */
.toc-container {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-right: 4px solid #3498db;
}

.toc-title {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.3em;
}

.toc-list {
    list-style-type: none;
    padding-right: 0;
}

.toc-list li {
    margin-bottom: 8px;
    padding-right: 15px;
    position: relative;
}

.toc-list li:before {
    content: "›";
    color: #3498db;
    font-weight: bold;
    position: absolute;
    right: 0;
    font-size: 1.2em;
}

.toc-list a {
    color: #2980b9;
    text-decoration: none;
    border-bottom: none;
}

.toc-list a:hover {
    color: #e74c3c;
}/* End custom CSS */