.elementor-1269 .elementor-element.elementor-element-34a059d4{--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', 'Helvetica Neue', 'Rubik', Arial, sans-serif;
    background-color: #f4f7fb;
    color: #1e2b3c;
    line-height: 1.6;
    padding: 2rem 1rem;
}

.article-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 32px;
    box-shadow: 0 20px 40px -10px rgba(0,20,50,0.15);
    overflow: hidden;
    padding: 2.5rem 2rem;
    border: 1px solid #e9eef3;
}

/* טיפוגרפיה */
h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    color: #0b1c2f;
    border-right: 6px solid #1e4a76;
    padding-right: 1.2rem;
}

.abstract {
    background: #eef3f9;
    padding: 1.8rem 2rem;
    border-radius: 24px;
    margin: 2rem 0 2.5rem 0;
    font-size: 1.1rem;
    border: 1px solid #d6e0eb;
    box-shadow: inset 0 1px 4px rgba(255,255,255,0.8);
}
.abstract strong {
    color: #1e4a76;
    font-weight: 600;
}

h2 {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 2.2rem 0 1rem 0;
    color: #0f2b42;
    border-bottom: 2px solid #b3c9df;
    padding-bottom: 0.5rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.8rem 0 0.8rem 0;
    color: #1e3b5c;
}

/* תשובה ישירה אחרי H2/H3 */
.direct-answer {
    background: #f9fcff;
    border-right: 5px solid #1e4a76;
    padding: 1.3rem 1.8rem;
    margin: 0.5rem 0 1.8rem 0;
    border-radius: 16px;
    font-weight: 400;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    font-size: 1.1rem;
    color: #00407c;
}

p {
    margin-bottom: 1.4rem;
    font-size: 1.06rem;
    color: #2a3d54;
}

/* טבלה */
.table-responsive {
    overflow-x: auto;
    margin: 2.2rem 0 1.5rem 0;
    border-radius: 20px;
    border: 1px solid #dde5ed;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-size: 1rem;
    min-width: 600px;
}
th {
    background-color: #1e3b5c;
    color: white;
    font-weight: 600;
    padding: 15px 12px;
    font-size: 1.05rem;
}
td {
    padding: 14px 12px;
    border-bottom: 1px solid #dde5ed;
    text-align: center;
}
tr:last-child td {
    border-bottom: none;
}
tr:hover td {
    background-color: #f0f6fd;
}
td:first-child, th:first-child {
    text-align: right;
    font-weight: 500;
}
.note {
    font-size: 0.9rem;
    color: #5e6f82;
    margin-top: 0.5rem;
}

/* רשימות */
ul, ol {
    margin: 1.2rem 0 1.8rem 2rem;
}
li {
    margin-bottom: 0.6rem;
    font-size: 1.05rem;
}

/* FAQ */
.faq-section {
    background: #f2f6fb;
    border-radius: 28px;
    padding: 2rem 2rem 1.5rem 2rem;
    margin: 3rem 0 1.5rem 0;
}
.faq-item {
    margin-bottom: 2rem;
    border-bottom: 1px dashed #b6c9db;
    padding-bottom: 1.5rem;
}
.faq-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.faq-question {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #0f2b42;
    display: flex;
    align-items: center;
    gap: 8px;
}
.faq-question::before {
    content: "Q";
    background: #1e4a76;
    color: white;
    font-size: 1rem;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    flex-shrink: 0;
}
.faq-answer {
    margin-right: 2rem;
    padding-right: 1rem;
    border-right: 3px solid #7fa3c2;
}

/* כיווניות */
body, .article-container, h1, h2, h3, p, .direct-answer, .faq-question, .faq-answer, li, .note {
    direction: rtl;
    text-align: right;
}

/* רספונסיביות */
@media (max-width: 600px) {
    .article-container { padding: 1.5rem 1rem; }
    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.6rem; }
    .abstract { padding: 1.2rem; }
}

/* הערות שוליים והדגשות */
.badge {
    background: #1e4a76;
    color: white;
    font-size: 0.8rem;
    padding: 3px 10px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.entity-highlight {
    background: #e2ecf9;
    font-weight: 600;
    padding: 0.1rem 0.3rem;
    border-radius: 6px;
    color: #004b8f;
}/* End custom CSS */