.elementor-1428 .elementor-element.elementor-element-79ebe65b{--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 *//* style.css – גיליון סגנונות נפרד למאמר ביטוח חובה לאופנוע */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #f2f5fa;
    color: #1e2e44;
    line-height: 1.7;
    padding: 2rem 1rem;
    direction: rtl;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 20px 40px rgba(0, 35, 70, 0.08);
    padding: 2.5rem 2.2rem;
}

h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #003366;
    border-bottom: 4px solid #ff8c42;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.9rem;
    font-weight: 600;
    margin: 2.2rem 0 1rem 0;
    padding-right: 0.8rem;
    border-right: 6px solid #ff8c42;
    color: #1e3b5c;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.8rem 0 1rem 0;
    color: #1e415e;
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

.local-tag {
    display: inline-block;
    background: #ffefd7;
    color: #8b5f2c;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1.2rem;
    border: 1px solid #f5cba0;
}

.answer-block {
    background: #eaf1fd;
    padding: 1.5rem 2rem;
    border-radius: 24px;
    border-right: 5px solid #003366;
    margin: 1.5rem 0 2rem 0;
}

.answer-block p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

th {
    background-color: #003366;
    color: white;
    font-weight: 600;
    padding: 14px 8px;
    font-size: 1.05rem;
}

td {
    border: 1px solid #d0ddeb;
    padding: 12px 8px;
    text-align: center;
    background-color: #ffffff;
}

tr:nth-child(even) td {
    background-color: #f6faff;
}

ul, ol {
    margin: 1.2rem 0 1.8rem 1.8rem;
}

li {
    margin-bottom: 0.6rem;
    font-size: 1.05rem;
}

.takeaways {
    background: #f0f5fc;
    border-radius: 24px;
    padding: 1.5rem 2rem;
    margin: 2rem 0 1.5rem 0;
    border: 1px solid #c8d9f0;
}

.takeaways h4 {
    font-size: 1.5rem;
    color: #003057;
    margin-bottom: 1rem;
    font-weight: 700;
}

.takeaways ul {
    list-style-type: square;
}

.faq {
    background: #f9fbfe;
    border-radius: 30px;
    padding: 2rem;
    margin: 2rem 0;
}

.faq-item {
    margin-bottom: 1.8rem;
    border-bottom: 1px dashed #b8cae0;
    padding-bottom: 1.2rem;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-weight: 700;
    font-size: 1.25rem;
    color: #003366;
    margin-bottom: 0.3rem;
}

.faq-answer {
    padding-right: 1.5rem;
    color: #2a3f5c;
}

footer {
    margin-top: 3.5rem;
    padding-top: 2rem;
    border-top: 1px solid #d6e0ed;
    text-align: center;
    font-size: 0.95rem;
    color: #4f658d;
}

/* רספונסיביות */
@media (max-width: 650px) {
    .container { padding: 1.5rem; }
    h1 { font-size: 2rem; }
    h2 { font-size: 1.6rem; }
    table { font-size: 0.9rem; }
    th, td { padding: 8px 3px; }
}/* End custom CSS */