.elementor-147 .elementor-element.elementor-element-585a888{--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 );}.elementor-147 .elementor-element.elementor-element-fa57124{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* style.css - עיצוב עבור המאמר */

/* איפוס והגדרות כלליות */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
}

.article-container {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
}

/* כותרת המאמר */
.article-header {
    border-bottom: 3px solid #0077b6;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.article-header h1 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1a3a5f;
    line-height: 1.3;
    margin-bottom: 12px;
}

.article-meta {
    font-size: 0.95rem;
    color: #666;
    font-weight: 400;
}

/* תקציר מנהלים */
.abstract {
    background: linear-gradient(135deg, #e3f2fd, #f0f7ff);
    padding: 25px;
    border-radius: 10px;
    border-right: 5px solid #0077b6;
    margin-bottom: 40px;
}

.abstract h2 {
    color: #005792;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.abstract p {
    font-size: 1.05rem;
    color: #333;
    text-align: justify;
}

/* סעיפי תוכן */
.content-section {
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ddd;
}

.content-section:last-of-type {
    border-bottom: none;
}

.content-section h2 {
    font-size: 1.8rem;
    color: #1a3a5f;
    margin-bottom: 18px;
    font-weight: 600;
    padding-top: 10px;
}

.content-section h3 {
    font-size: 1.4rem;
    color: #005792;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

/* תשובה ישירה */
.direct-answer {
    background-color: #f1f8ff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    border-right: 4px solid #4dabf7;
    box-shadow: 0 3px 10px rgba(0, 119, 182, 0.05);
}

.direct-answer p {
    font-weight: 500;
    color: #1a3a5f;
    font-size: 1.05rem;
    margin-bottom: 0;
}

/* פסקאות רגילות */
p {
    margin-bottom: 18px;
    font-size: 1.05rem;
    text-align: justify;
    hyphens: auto;
}

/* רשימות */
ul {
    margin-right: 25px;
    margin-bottom: 25px;
    padding-right: 15px;
}

li {
    margin-bottom: 10px;
    font-size: 1.05rem;
    color: #444;
}

/* טבלה */
.comparison-table {
    margin: 35px 0;
    overflow-x: auto;
}

.comparison-table h3 {
    font-size: 1.4rem;
    color: #005792;
    margin-bottom: 20px;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    min-width: 700px;
}

thead {
    background-color: #1a3a5f;
    color: white;
}

th, td {
    padding: 15px 12px;
    text-align: center;
    border: 1px solid #ccc;
}

th {
    font-weight: 600;
    letter-spacing: 0.5px;
}

tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

tbody tr:hover {
    background-color: #e3f2fd;
    transition: background-color 0.2s;
}

.table-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
}

/* שאלות נפוצות */
.faq-section {
    background-color: #f0f7ff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.faq-section h2 {
    color: #1a3a5f;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}

.faq-item {
    background-color: white;
    padding: 22px;
    margin-bottom: 20px;
    border-radius: 10px;
    border-right: 4px solid #0077b6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    color: #005792;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.faq-item p {
    margin-bottom: 0;
    font-size: 1.05rem;
    color: #444;
}

/* כותרת תחתונה */
.article-footer {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
    text-align: center;
}

.article-footer strong {
    color: #b30000;
}

/* הדגשות ומונחים */
strong {
    color: #005792;
    font-weight: 600;
}

/* התאמות לטלפונים */
@media (max-width: 768px) {
    .article-container {
        margin: 15px;
        padding: 25px;
    }

    .article-header h1 {
        font-size: 1.8rem;
    }

    .content-section h2 {
        font-size: 1.5rem;
    }

    .content-section h3 {
        font-size: 1.2rem;
    }

    .direct-answer, .faq-item, .abstract {
        padding: 18px;
    }

    .faq-section {
        padding: 20px;
    }

    th, td {
        padding: 10px 8px;
        font-size: 0.9rem;
    }
}/* End custom CSS */