.elementor-5028 .elementor-element.elementor-element-7d652d0{--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 );}@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 );}}@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 );}}/* Start custom CSS *//* איפוס בסיסי ופונטים */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
}

/* עיצוב המאמר הראשי */
.insurance-article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

/* כותרת המאמר */
.article-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.article-header h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 10px;
    line-height: 1.3;
}

.article-meta {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 300;
}

/* פסקת פתיחה */
.intro-section .lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2d3748;
    background-color: #f1f5f9;
    padding: 20px;
    border-radius: 6px;
    border-right: 4px solid #3182ce;
    margin-bottom: 40px;
}

/* סעיפי התוכן */
.content-section {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e8f0;
}

.content-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #edf2f7;
}

.content-section h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #4a5568;
    margin: 25px 0 15px 0;
}

.content-section h4 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #4a5568;
    margin: 15px 0 10px 0;
}

/* בלוק תשובה */
.answer-block {
    background-color: #ebf8ff;
    border: 1px solid #bee3f8;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}

.answer-block p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.answer-block strong {
    color: #2b6cb0;
    font-weight: 600;
}

/* תוכן הסעיף */
.section-content {
    font-size: 1rem;
    line-height: 1.7;
}

.section-content p {
    margin-bottom: 15px;
    font-weight: 300;
}

.section-content strong {
    font-weight: 500;
    color: #2d3748;
}

/* רשימות */
ul, ol {
    margin-right: 20px;
    margin-bottom: 20px;
}

ul li, ol li {
    margin-bottom: 8px;
    font-weight: 300;
}

ul li strong, ol li strong {
    font-weight: 500;
}

/* טבלאות */
.comparison-table {
    margin: 30px 0;
    overflow-x: auto;
}

.comparison-table h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
    min-width: 600px;
}

thead {
    background-color: #2c5282;
    color: white;
}

thead th {
    padding: 15px;
    font-weight: 500;
    text-align: center;
}

tbody tr {
    border-bottom: 1px solid #e2e8f0;
}

tbody tr:nth-child(even) {
    background-color: #f7fafc;
}

tbody td {
    padding: 15px;
    text-align: center;
    border-left: 1px solid #e2e8f0;
}

tbody td:first-child {
    font-weight: 500;
    background-color: #edf2f7;
    text-align: right;
}

tbody tr:hover {
    background-color: #ebf8ff;
}

/* Key Takeaways */
.key-takeaways {
    background-color: #f0fff4;
    border: 1px solid #c6f6d5;
    border-radius: 6px;
    padding: 20px;
    margin-top: 30px;
}

.key-takeaways h3 {
    color: #276749;
    margin-top: 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #c6f6d5;
    padding-bottom: 10px;
}

.key-takeaways ul {
    margin-right: 0;
    margin-top: 15px;
}

.key-takeaways li {
    margin-bottom: 8px;
    font-weight: 400;
}

/* פירוט עלויות */
.cost-breakdown {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.cost-item {
    background-color: #fffaf0;
    border: 1px solid #feebc8;
    border-radius: 6px;
    padding: 15px;
}

.cost-item h4 {
    color: #dd6b20;
    margin-top: 0;
}

.cost-item p {
    margin-bottom: 0;
    font-weight: 300;
}

/* סיכום */
.conclusion-section {
    margin-top: 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-right: 4px solid #4c51bf;
}

.conclusion-section h2 {
    color: #2d3748;
    border-bottom: none;
    margin-bottom: 20px;
}

.conclusion-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    font-weight: 300;
}

.final-takeaways {
    background-color: white;
    border-radius: 6px;
    padding: 25px;
    margin-top: 30px;
    border: 1px solid #e2e8f0;
}

.final-takeaways h3 {
    color: #2d3748;
    margin-top: 0;
}

.final-takeaways ul {
    margin-right: 0;
    column-count: 2;
    column-gap: 40px;
}

.final-takeaways li {
    margin-bottom: 12px;
    font-weight: 400;
    break-inside: avoid;
}

/* עיצוב רספונסיבי */
@media (max-width: 768px) {
    .insurance-article {
        padding: 15px;
    }
    
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .content-section h2 {
        font-size: 1.5rem;
    }
    
    .cost-breakdown {
        grid-template-columns: 1fr;
    }
    
    .final-takeaways ul {
        column-count: 1;
    }
    
    table {
        font-size: 0.85rem;
    }
    
    thead th, tbody td {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .article-header h1 {
        font-size: 1.5rem;
    }
    
    .intro-section .lead {
        font-size: 1rem;
        padding: 15px;
    }
    
    .content-section h2 {
        font-size: 1.3rem;
    }
    
    .content-section h3 {
        font-size: 1.2rem;
    }
    
    .answer-block {
        padding: 15px;
    }
}/* End custom CSS */