.elementor-1285 .elementor-element.elementor-element-da40f14{--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 );}/* Start custom CSS *//* === CSS נפרד למאמר – עיצוב מקצועי ונגיש === */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Tahoma, 'Helvetica Neue', sans-serif;
    background-color: #f4f7fb;
    color: #1e2b3c;
    line-height: 1.7;
    padding: 2rem 1rem;
}

.article-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 40px -10px rgba(0,20,50,0.15);
    padding: 2.5rem 2rem;
}

h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    border-bottom: 4px solid #0066cc;
    padding-bottom: 0.75rem;
    color: #0a1c2f;
}

.byline {
    font-size: 1rem;
    color: #2c3e50;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #eef3f9;
    padding: 0.75rem 1.2rem;
    border-radius: 40px;
    justify-content: space-between;
}

.credential-badge {
    background: #0047ab;
    color: white;
    padding: 0.2rem 0.8rem;
    border-radius: 30px;
    font-weight: 600;
    margin-right: 0.5rem;
}

.date-badge {
    margin-right: auto;
}

.abstract {
    background: #e8f0fe;
    border-right: 6px solid #0066cc;
    padding: 1.2rem 1.5rem;
    border-radius: 12px;
    font-size: 1.1rem;
    margin: 2rem 0;
    font-weight: 400;
    color: #01427a;
}

h2 {
    font-size: 1.9rem;
    font-weight: 600;
    margin: 2.2rem 0 1rem;
    color: #113355;
    border-right: 5px solid #ffaa00;
    padding-right: 1rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 550;
    margin: 1.8rem 0 0.8rem;
    color: #1e3a5f;
}

.direct-answer {
    background-color: #f9fafc;
    padding: 1.2rem 1.5rem;
    border-radius: 20px;
    border: 1px solid #dde7f0;
    font-weight: 500;
    margin: 1rem 0 1.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    color: #0b2a44;
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

th {
    background: #113355;
    color: white;
    font-weight: 600;
    padding: 0.9rem 0.5rem;
    font-size: 1rem;
}

td {
    border-bottom: 1px solid #d8e2ed;
    padding: 0.9rem 0.5rem;
    text-align: center;
}

tr:last-child td {
    border-bottom: none;
}

.highlight {
    background-color: #fff6df;
    font-weight: 500;
}

.sources, .personal-story {
    background: #f2f6fa;
    border-radius: 16px;
    padding: 1.5rem;
    margin: 2rem 0;
    border: 1px solid #cbd6e4;
}

.faq-section {
    margin-top: 3rem;
    background: #f2f8ff;
    border-radius: 24px;
    padding: 2rem;
}

.faq-item {
    margin-bottom: 2rem;
    border-bottom: 1px dashed #9bb6d0;
    padding-bottom: 1.5rem;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-weight: 700;
    font-size: 1.3rem;
    color: #004b8f;
    margin-bottom: 0.5rem;
}

.footer-abstract {
    background: #113355;
    color: white;
    padding: 1.8rem;
    border-radius: 28px;
    margin: 2.5rem 0 1rem;
    font-size: 1.1rem;
}

.footer-abstract strong {
    color: #ffd966;
}

hr {
    border: none;
    height: 2px;
    background: linear-gradient(to left, transparent, #a0c4e8, transparent);
    margin: 2rem 0;
}

/* התאמה למסכים קטנים */
@media (max-width: 600px) {
    .article-container {
        padding: 1.5rem;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    .byline {
        flex-direction: column;
        align-items: flex-start;
    }
    .date-badge {
        margin-right: 0;
    }
}/* End custom CSS */