.elementor-5042 .elementor-element.elementor-element-dbdd45a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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-5042 .elementor-element.elementor-element-cb46f12{font-family:"Open Sans Hebrew", Sans-serif;font-size:16px;font-weight:300;line-height:1.4em;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-5042 .elementor-element.elementor-element-cb46f12{font-size:15px;}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-5042 .elementor-element.elementor-element-cb46f12{font-size:15px;}}/* Start custom CSS *//* CSS למאמר על רפורמת יציבות פיננסית */
/* גופנים ועיצוב כללי */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* כותרת המאמר */
.article-header {
    background: linear-gradient(135deg, #1a3a8f 0%, #2c5aa0 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.article-header h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.article-meta {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 300;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
}

/* סעיפי תוכן */
.content-section {
    background: white;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-right: 4px solid #2c5aa0;
}

.content-section h2 {
    color: #1a3a8f;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eaeaea;
}

.content-section h3 {
    color: #2c5aa0;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 20px 0 15px;
}

/* בלוקי תשובה */
.answer-block {
    background: #f0f7ff;
    border-right: 5px solid #2c5aa0;
    padding: 20px 25px;
    margin: 20px 0 30px;
    border-radius: 8px;
    font-weight: 500;
    line-height: 1.6;
    color: #1a3a8f;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

/* גוף התוכן */
.content-body {
    margin: 25px 0;
}

.content-body p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.content-body strong {
    color: #1a3a8f;
    font-weight: 600;
}

/* רשימות */
.bullet-list, .numbered-list {
    margin: 20px 0 25px 25px;
    padding-right: 15px;
}

.bullet-list li, .numbered-list li {
    margin-bottom: 12px;
    padding-right: 10px;
    line-height: 1.6;
}

.bullet-list {
    list-style-type: none;
}

.bullet-list li:before {
    content: "•";
    color: #2c5aa0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: -1em;
    font-size: 1.2em;
}

.numbered-list {
    list-style-type: decimal;
    list-style-position: outside;
}

/* טבלאות */
.comparison-table, .timeline-table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.comparison-table h3, .timeline-table h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #1a3a8f;
}

table {
    width: 100%;
    background: white;
}

thead {
    background: linear-gradient(135deg, #2c5aa0 0%, #1a3a8f 100%);
    color: white;
}

th {
    padding: 18px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}

tbody tr {
    border-bottom: 1px solid #eaeaea;
    transition: background-color 0.2s;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:hover {
    background-color: #f0f7ff;
}

td {
    padding: 15px;
    text-align: center;
    border-left: 1px solid #eaeaea;
}

td:first-child {
    border-left: none;
    text-align: right;
    font-weight: 500;
}

.timeline-table td:first-child {
    font-weight: 600;
    color: #1a3a8f;
}

/* Key Takeaways */
.key-takeaways {
    background: linear-gradient(to left, #f0f7ff, #e6f2ff);
    padding: 25px;
    border-radius: 10px;
    margin-top: 35px;
    border-right: 4px solid #2c5aa0;
}

.key-takeaways h3 {
    color: #1a3a8f;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.key-takeaways ul {
    list-style-type: none;
    padding-right: 0;
}

.key-takeaways li {
    margin-bottom: 12px;
    padding-right: 25px;
    position: relative;
    line-height: 1.6;
}

.key-takeaways li:before {
    content: "✓";
    position: absolute;
    right: 0;
    color: #2c5aa0;
    font-weight: bold;
}

/* כותרת תחתונה */
.article-footer {
    background: #1a3a8f;
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin-top: 40px;
}

.footer-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}

.footer-content ul {
    list-style-type: none;
    margin: 20px 0;
    padding-right: 0;
}

.footer-content li {
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative;
}

.footer-content li:before {
    content: "→";
    position: absolute;
    right: 0;
    color: #a3c6ff;
}

.disclaimer {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-style: italic;
}

/* עיצוב רספונסיבי */
@media (max-width: 768px) {
    body {
        padding: 15px;
    }
    
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .content-section {
        padding: 20px;
    }
    
    .content-section h2 {
        font-size: 1.5rem;
    }
    
    th, td {
        padding: 10px 8px;
        font-size: 0.9rem;
    }
    
    .answer-block {
        padding: 15px;
    }
    
    .key-takeaways, .article-footer {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .article-header {
        padding: 20px;
    }
    
    .article-header h1 {
        font-size: 1.5rem;
    }
    
    table {
        display: block;
        overflow-x: auto;
    }
    
    .content-body p {
        font-size: 1rem;
    }
}

/* אנימציות עדינות */
.content-section {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.answer-block {
    transition: background-color 0.3s ease;
}

.answer-block:hover {
    background-color: #e6f2ff;
}

/* הדגשות סטטוס בטבלאות */
td:last-child {
    font-weight: 600;
}

td:contains("הושלם") {
    color: #28a745;
}

td:contains("בביצוע") {
    color: #ffc107;
}

td:contains("עתידי") {
    color: #6c757d;
}

/* שיפורים לטבלאות */
tbody tr td:first-child {
    font-weight: 600;
}

/* עיצוב מספרים ונתונים */
.content-body p strong {
    background: linear-gradient(120deg, #a3c6ff 0%, #a3c6ff 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 88%;
    padding: 0.1em 0.2em;
    border-radius: 3px;
}/* End custom CSS */