.elementor-6078 .elementor-element.elementor-element-387ab37{--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 );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );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 );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@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 );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS *//* article.css - עיצוב מותאם להלוואות גרייס, RTL */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', 'Helvetica', sans-serif;
    background-color: #f5f7fa;
    color: #1e2a3a;
    line-height: 1.6;
    padding: 2rem 1rem;
}

.article-container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 2.5rem;
}

h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0b1e33;
    border-bottom: 3px solid #2b6f9b;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #17456b;
    margin: 2rem 0 1rem 0;
    padding-right: 0.5rem;
    border-right: 5px solid #2b6f9b;
}

h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1f4a6b;
    margin: 1.5rem 0 0.75rem 0;
}

p, ul, ol, .answer-capsule, .checklist, .faq-item, .author-block {
    margin-bottom: 1.2rem;
}

.answer-capsule {
    background-color: #e3f0fa;
    border-right: 6px solid #0a4b78;
    padding: 1.5rem;
    border-radius: 12px;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.answer-capsule strong {
    color: #003057;
    font-size: 1.1rem;
}

ul, ol {
    padding-right: 1.8rem;
}

li {
    margin-bottom: 0.5rem;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.comparison-table th {
    background-color: #1f3a5f;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1rem;
    text-align: center;
}

.comparison-table td {
    border: 1px solid #d9e2ec;
    padding: 0.75rem 1rem;
    text-align: center;
    background-color: white;
}

.comparison-table tr:nth-child(even) td {
    background-color: #f9fcff;
}

.checklist {
    background-color: #f0f7e8;
    border-right: 6px solid #3f8d4a;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    margin-top: 1.5rem;
}

.checklist h3 {
    margin-top: 0;
    color: #1d5430;
    font-size: 1.3rem;
}

.checklist ul {
    list-style: none;
    padding-right: 0;
}

.checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.checklist-icon {
    color: #3f8d4a;
    font-weight: bold;
    font-size: 1.3rem;
    min-width: 1.5rem;
}

.faq-list {
    margin: 1.5rem 0;
}

.faq-item {
    background-color: #f9fbfd;
    border-radius: 16px;
    padding: 1.2rem 1.5rem;
    margin-bottom: 1rem;
    border: 1px solid #e1eaf1;
    transition: box-shadow 0.2s;
}

.faq-item:hover {
    box-shadow: 0 5px 15px rgba(0,35,70,0.08);
}

.faq-item h3 {
    margin: 0 0 0.5rem 0;
    color: #113355;
    font-size: 1.2rem;
}

.faq-item p {
    margin-bottom: 0;
    color: #2d4055;
}

.author-block {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 2px dashed #a0b8cc;
    font-style: italic;
    color: #2e4a6b;
    background-color: #f0f5fa;
    padding: 1.5rem;
    border-radius: 16px;
}

/* רספונסיביות */
@media (max-width: 700px) {
    .article-container {
        padding: 1.5rem;
    }
    h1 {
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    .comparison-table th, .comparison-table td {
        padding: 0.5rem;
        font-size: 0.85rem;
    }
    .checklist {
        padding: 1rem;
    }
}/* End custom CSS */