.elementor-1588 .elementor-element.elementor-element-52c5c84{--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 *//* reset + בסיס */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    background: white;
    border-radius: 40px;
    box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding: 2rem 2rem 3rem 2rem;
}

/* כותרות */
h1 {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: #0a2f44;
    border-right: 6px solid #00a86b;
    padding-right: 1.25rem;
}

h2 {
    font-size: 1.85rem;
    font-weight: 700;
    margin: 2rem 0 1rem 0;
    color: #144d6b;
    border-right: 4px solid #00a86b;
    padding-right: 1rem;
}

h3 {
    font-size: 1.45rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem 0;
    color: #2c4e6e;
    padding-right: 0.5rem;
}

/* שורת מחבר */
.byline {
    font-size: 1rem;
    color: #3a546d;
    border-bottom: 1px solid #e0e8f0;
    padding-bottom: 1rem;
    margin-bottom: 1.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.author-cred {
    background: #eef2fa;
    padding: 0.3rem 0.9rem;
    border-radius: 40px;
    font-weight: 500;
}

.badge {
    background: #e8f4ef;
    color: #007a4d;
    border: 1px solid #b8dfcf;
    border-radius: 40px;
    padding: 0.3rem 1.2rem;
    font-size: 0.85rem;
    font-weight: 500;
}

/* תיבות תקציר ונקודות מפתח */
.abstract-box, .takeaways-box {
    background: #f8fafd;
    border-radius: 28px;
    padding: 1.5rem;
    margin: 1.75rem 0;
    border: 1px solid #e6edf4;
}

.abstract-box p {
    font-size: 1rem;
    color: #1f3b4c;
    line-height: 1.55;
}

.takeaways-box ul {
    list-style: none;
    padding-right: 0;
    margin-top: 0.5rem;
}

.takeaways-box li {
    margin-bottom: 0.75rem;
    padding-right: 1.8rem;
    position: relative;
    font-weight: 500;
}

.takeaways-box li::before {
    content: "✓";
    color: #00a86b;
    font-weight: bold;
    position: absolute;
    right: 0;
    font-size: 1.1rem;
}

/* תשובה ישירה */
.direct-answer {
    background: #eef9f3;
    padding: 0.8rem 1.3rem;
    border-radius: 20px;
    font-weight: 500;
    margin: 0.5rem 0 1.2rem 0;
    border-right: 5px solid #00a86b;
    font-size: 0.98rem;
    color: #165a3b;
}

/* פסקאות */
p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #2c4258;
    line-height: 1.6;
}

/* טבלה */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.8rem 0;
    font-size: 0.95rem;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

th {
    background-color: #1d4d6b;
    color: white;
    padding: 14px 10px;
    text-align: center;
    font-weight: 700;
}

td {
    border: 1px solid #dce5ec;
    padding: 12px 8px;
    text-align: center;
    background-color: #ffffff;
}

/* מקרה בוחן */
.case-study {
    background: #fff8e7;
    border-right: 6px solid #e6a017;
    padding: 1.4rem 1.8rem;
    border-radius: 24px;
    margin: 2rem 0;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}

/* רשימת מקורות */
.references-list {
    margin-right: 1.8rem;
    margin-bottom: 1.2rem;
}

.references-list li {
    margin-bottom: 0.4rem;
    color: #2b5c7a;
}

/* סיכום + ניסיון אישי */
.summary-experience {
    background: #eef3fa;
    padding: 1.6rem 2rem;
    border-radius: 28px;
    margin: 2rem 0;
    border: 1px solid #cddfeb;
}

.summary-experience h3 {
    margin-top: 0;
    color: #0f4b67;
}

/* FAQ */
.faq-item {
    margin-bottom: 1.4rem;
    border-bottom: 1px solid #e2e8f2;
    padding-bottom: 1rem;
}

.faq-question {
    font-weight: 800;
    font-size: 1.08rem;
    color: #144d6b;
    margin-bottom: 0.4rem;
}

.faq-answer {
    margin-top: 0.2rem;
    background: #f5f9ff;
    border-right-color: #8db5d0;
}

/* closing abstract */
.closing-abstract {
    background: #edf6fc;
    border-right: 4px solid #0077b6;
}

/* footer */
footer {
    font-size: 0.8rem;
    text-align: center;
    color: #5c6f87;
    margin-top: 2.5rem;
    border-top: 1px solid #e2eaf1;
    padding-top: 1.8rem;
}

/* רספונסיביות */
@media (max-width: 760px) {
    .container {
        padding: 1.2rem;
    }
    h1 {
        font-size: 1.9rem;
    }
    h2 {
        font-size: 1.55rem;
    }
    .direct-answer {
        font-size: 0.92rem;
    }
    .byline {
        flex-direction: column;
        align-items: flex-start;
    }
    table, th, td {
        font-size: 0.8rem;
        padding: 8px 4px;
    }
}/* End custom CSS */