.elementor-1938 .elementor-element.elementor-element-717a4b7a{--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-1938 .elementor-element.elementor-element-89e282a{font-family:"Noto 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-1938 .elementor-element.elementor-element-89e282a{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-1938 .elementor-element.elementor-element-89e282a{font-size:15px;}}/* Start custom CSS *//* === CSS נפרד (style.css) === */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    line-height: 1.6;
    direction: rtl;
    background: #f5f7fa;
    color: #1e2b3c;
    padding: 20px;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
    padding: 40px;
}

h1 {
    font-size: 2.4rem;
    border-bottom: 3px solid #005aa9;
    padding-bottom: 12px;
    margin-bottom: 32px;
    font-weight: 600;
}

h2 {
    font-size: 1.8rem;
    margin: 40px 0 20px;
    background: #eef2f7;
    padding: 10px 18px;
    border-radius: 40px;
    border-right: 6px solid #005aa9;
}

h3 {
    font-size: 1.4rem;
    margin: 30px 0 15px;
    color: #004182;
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

.answer-first {
    background: #f0f6ff;
    padding: 20px 25px;
    border-radius: 24px;
    margin-bottom: 30px;
    border: 1px solid #d3e2fd;
    font-weight: 500;
}

.answer-first p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

th {
    background-color: #004182;
    color: white;
    font-weight: 600;
    padding: 14px 8px;
    text-align: center;
}

td {
    padding: 12px 8px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

tr:nth-child(even) {
    background-color: #f8faff;
}

ul, ol {
    margin: 1.2rem 0 1.5rem 2rem;
}

li {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.key-points {
    background: #e5f0ff;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0;
    border-right: 6px solid #ff9800;
}

.key-points h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #003580;
}

.key-points ul {
    list-style-type: disc;
    margin-top: 0;
}

.faq-item {
    background: #f9f9f9;
    padding: 18px 20px;
    margin: 15px 0;
    border-radius: 16px;
    border: 1px solid #dde7f0;
}

.faq-item strong {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 8px;
    color: #002856;
}

hr {
    margin: 40px 0 20px;
    border: 1px solid #ccd9e9;
}

.footer-note {
    font-size: 0.9rem;
    color: #5f6b7a;
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 600px) {
    .container { padding: 20px; }
    h1 { font-size: 1.8rem; }
    table { font-size: 0.9rem; }
}/* End custom CSS */