.elementor-207 .elementor-element.elementor-element-e7c8eef{--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-207 .elementor-element.elementor-element-89aafe4{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* style.css - עיצוב מותאם למאמר */
body {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    direction: rtl;
    background-color: #f5f9fc;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    background-color: white;
    padding: 30px 40px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

h1 {
    font-size: 2.2rem;
    color: #0b3b5c;
    border-bottom: 3px solid #0077be;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 25px;
}

h2 {
    font-size: 1.6rem;
    color: #0b3b5c;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-right: 10px;
    border-right: 5px solid #0077be;
}

h3 {
    font-size: 1.3rem;
    color: #1e4a6b;
    margin-bottom: 5px;
}

p {
    margin-bottom: 20px;
    font-size: 1.05rem;
}

.local-answer {
    background-color: #e1f0fa;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.1rem;
    border-right: 5px solid #0077be;
    margin-bottom: 30px;
}

a {
    color: #0077be;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

table.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

table.comparison-table th {
    background-color: #0b3b5c;
    color: white;
    padding: 14px 10px;
    font-weight: 600;
    text-align: center;
}

table.comparison-table td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: center;
}

table.comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.comparison-table tr:hover {
    background-color: #e1f0fa;
    transition: 0.2s;
}

strong {
    color: #0b3b5c;
}

/* רספונסיביות */
@media (max-width: 600px) {
    body {
        padding: 10px;
    }
    .container {
        padding: 20px 15px;
    }
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    table.comparison-table {
        font-size: 0.9rem;
    }
    table.comparison-table th, table.comparison-table td {
        padding: 8px 5px;
    }
}

/* הדגשת מילות מפתח מקומיות */
p:contains("נתניה"), p:contains("קריית השרון"), p:contains("פולג") {
    /* הערה: סלקטור :contains אינו רשמי, מוצג כאן להמחשה בלבד. ב-CSS אמיתי נשתמש בסימון רגיל. */
}

/* עיצוב רשימות עתידיות אם יתווספו */
ul, ol {
    padding-right: 25px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 5px;
}/* End custom CSS */