.elementor-769 .elementor-element.elementor-element-e514251{--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 *//* עיצוב בסיסי למאמר הלוואות גמ"ח - תואם להטמעה באתר קיים */
.gmach-article {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    line-height: 1.7;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

/* כותרת המאמר */
.article-header {
    border-bottom: 3px solid #2c5282;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.article-header h1 {
    font-size: 2.2rem;
    color: #2d3748;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.article-meta {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    color: #718096;
}

/* תקציר מנהלים */
.executive-summary {
    background-color: #f7fafc;
    border-right: 4px solid #2c5282;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.executive-summary h2 {
    color: #2d3748;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* סעיפי תוכן כלליים */
.content-section {
    margin-bottom: 40px;
}

.content-section h2 {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 600;
}

.content-section h3 {
    font-size: 1.4rem;
    color: #4a5568;
    margin: 25px 0 15px;
    font-weight: 600;
}

.content-section h4 {
    font-size: 1.1rem;
    color: #718096;
    margin: 20px 0 10px;
    font-weight: 600;
}

.content-section p {
    margin-bottom: 18px;
    font-size: 1.05rem;
    text-align: justify;
}

.content-section ul, 
.content-section ol {
    margin: 15px 0 15px 25px;
    padding: 0;
}

.content-section li {
    margin-bottom: 10px;
    padding-right: 5px;
}

/* טבלאות */
.table-container {
    overflow-x: auto;
    margin: 30px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    min-width: 700px;
}

.comparison-table th {
    background-color: #2c5282;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #2a4365;
}

.comparison-table td {
    padding: 12px 10px;
    border: 1px solid #e2e8f0;
    text-align: center;
    vertical-align: top;
}

.comparison-table tr:nth-child(even) {
    background-color: #f7fafc;
}

.comparison-table .highlight-cell {
    background-color: #e6fffa;
    font-weight: 600;
    color: #234e52;
}

.table-caption {
    text-align: center;
    font-size: 0.9rem;
    color: #718096;
    margin-top: 10px;
    font-style: italic;
    padding: 0 10px;
}

/* הדגשת נתונים */
.data-highlight {
    background-color: #f0fff4;
    border: 1px solid #9ae6b4;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.data-highlight h3 {
    color: #276749;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* סיפור מקרה */
.case-study-section .case-study {
    background-color: #f0fff4;
    border: 1px solid #9ae6b4;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;
}

.case-study h3 {
    color: #276749;
    font-size: 1.3rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.case-study-outcome {
    background-color: #c6f6d5;
    border-radius: 6px;
    padding: 15px;
    margin-top: 20px;
}

.case-study-outcome h4 {
    color: #22543d;
    margin-top: 0;
}

/* גרפים */
.chart-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.chart-description {
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
}

.chart-description h3 {
    color: #2d3748;
    margin-top: 0;
    font-size: 1.2rem;
}

/* שאלות נפוצות */
.faq-section .faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
}

.faq-section .faq-item:last-child {
    border-bottom: none;
}

.faq-section .faq-item h3 {
    color: #2d3748;
    margin-top: 0;
    font-size: 1.2rem;
}

/* סיכום והמלצות */
.conclusion-section .recommendations {
    background-color: #ebf8ff;
    border: 1px solid #90cdf4;
    border-radius: 8px;
    padding: 25px;
    margin: 25px 0;
}

.conclusion-section .recommendations h3 {
    color: #2c5282;
    margin-top: 0;
}

.conclusion-section .final-summary {
    background-color: #f7fafc;
    border-right: 3px solid #2c5282;
    padding: 20px;
    margin-top: 30px;
    border-radius: 0 8px 8px 0;
}

/* כותרת תחתונה */
.article-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #e2e8f0;
}

.article-footer .sources {
    background-color: #f7fafc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.article-footer .sources h3 {
    color: #2d3748;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.article-footer .sources ul {
    margin: 10px 0 10px 20px;
}

.article-footer .disclaimer {
    background-color: #fffaf0;
    border: 1px solid #fbd38d;
    border-radius: 8px;
    padding: 15px;
    font-size: 0.95rem;
    color: #744210;
}

/* אייקונים */
.icon {
    font-size: 1.2em;
}

/* קישורים */
a {
    color: #2c5282;
    text-decoration: none;
    border-bottom: 1px dotted #2c5282;
    transition: all 0.2s ease;
}

a:hover {
    color: #1a365d;
    border-bottom: 1px solid #1a365d;
}

/* התאמות לטלפונים */
@media (max-width: 768px) {
    .gmach-article {
        padding: 15px;
    }
    
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 5px;
    }
    
    .content-section h2 {
        font-size: 1.5rem;
    }
    
    .content-section h3 {
        font-size: 1.3rem;
    }
    
    .executive-summary,
    .data-highlight,
    .case-study,
    .conclusion-section .recommendations {
        padding: 20px 15px;
    }
    
    .chart-container {
        grid-template-columns: 1fr;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .article-header h1 {
        font-size: 1.6rem;
    }
    
    .content-section h2 {
        font-size: 1.4rem;
    }
    
    .content-section p {
        font-size: 1rem;
    }
}

/* עיצוב בסיסי למאמר הלוואות גמ"ח - תואם להטמעה באתר קיים */
.gmach-article {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', sans-serif;
    line-height: 1.7;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

/* כותרת המאמר */
.article-header {
    border-bottom: 3px solid #2c5282;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.article-header h1 {
    font-size: 2.2rem;
    color: #2d3748;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.article-meta {
    display: flex;
    gap: 20px;
    font-size: 0.9rem;
    color: #718096;
}

/* תקציר מנהלים */
.executive-summary {
    background-color: #f7fafc;
    border-right: 4px solid #2c5282;
    padding: 25px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.executive-summary h2 {
    color: #2d3748;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* סעיפי תוכן כלליים */
.content-section {
    margin-bottom: 40px;
}

.content-section h2 {
    font-size: 1.8rem;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
    font-weight: 600;
}

.content-section h3 {
    font-size: 1.4rem;
    color: #4a5568;
    margin: 25px 0 15px;
    font-weight: 600;
}

.content-section h4 {
    font-size: 1.1rem;
    color: #718096;
    margin: 20px 0 10px;
    font-weight: 600;
}

.content-section p {
    margin-bottom: 18px;
    font-size: 1.05rem;
    text-align: justify;
}

.content-section ul, 
.content-section ol {
    margin: 15px 0 15px 25px;
    padding: 0;
}

.content-section li {
    margin-bottom: 10px;
    padding-right: 5px;
}

/* טבלאות */
.table-container {
    overflow-x: auto;
    margin: 30px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    min-width: 700px;
}

.comparison-table th {
    background-color: #2c5282;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #2a4365;
}

.comparison-table td {
    padding: 12px 10px;
    border: 1px solid #e2e8f0;
    text-align: center;
    vertical-align: top;
}

.comparison-table tr:nth-child(even) {
    background-color: #f7fafc;
}

.comparison-table .highlight-cell {
    background-color: #e6fffa;
    font-weight: 600;
    color: #234e52;
}

.table-caption {
    text-align: center;
    font-size: 0.9rem;
    color: #718096;
    margin-top: 10px;
    font-style: italic;
    padding: 0 10px;
}

/* הדגשת נתונים */
.data-highlight {
    background-color: #f0fff4;
    border: 1px solid #9ae6b4;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.data-highlight h3 {
    color: #276749;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* סיפור מקרה */
.case-study-section .case-study {
    background-color: #f0fff4;
    border: 1px solid #9ae6b4;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;
}

.case-study h3 {
    color: #276749;
    font-size: 1.3rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.case-study-outcome {
    background-color: #c6f6d5;
    border-radius: 6px;
    padding: 15px;
    margin-top: 20px;
}

.case-study-outcome h4 {
    color: #22543d;
    margin-top: 0;
}

/* גרפים */
.chart-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 30px 0;
}

.chart-description {
    background-color: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
}

.chart-description h3 {
    color: #2d3748;
    margin-top: 0;
    font-size: 1.2rem;
}

/* שאלות נפוצות */
.faq-section .faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 0;
}

.faq-section .faq-item:last-child {
    border-bottom: none;
}

.faq-section .faq-item h3 {
    color: #2d3748;
    margin-top: 0;
    font-size: 1.2rem;
}

/* סיכום והמלצות */
.conclusion-section .recommendations {
    background-color: #ebf8ff;
    border: 1px solid #90cdf4;
    border-radius: 8px;
    padding: 25px;
    margin: 25px 0;
}

.conclusion-section .recommendations h3 {
    color: #2c5282;
    margin-top: 0;
}

.conclusion-section .final-summary {
    background-color: #f7fafc;
    border-right: 3px solid #2c5282;
    padding: 20px;
    margin-top: 30px;
    border-radius: 0 8px 8px 0;
}

/* כותרת תחתונה */
.article-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #e2e8f0;
}

.article-footer .sources {
    background-color: #f7fafc;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.article-footer .sources h3 {
    color: #2d3748;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.article-footer .sources ul {
    margin: 10px 0 10px 20px;
}

.article-footer .disclaimer {
    background-color: #fffaf0;
    border: 1px solid #fbd38d;
    border-radius: 8px;
    padding: 15px;
    font-size: 0.95rem;
    color: #744210;
}

/* אייקונים */
.icon {
    font-size: 1.2em;
}

/* קישורים */
a {
    color: #2c5282;
    text-decoration: none;
    border-bottom: 1px dotted #2c5282;
    transition: all 0.2s ease;
}

a:hover {
    color: #1a365d;
    border-bottom: 1px solid #1a365d;
}

/* התאמות לטלפונים */
@media (max-width: 768px) {
    .gmach-article {
        padding: 15px;
    }
    
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .article-meta {
        flex-direction: column;
        gap: 5px;
    }
    
    .content-section h2 {
        font-size: 1.5rem;
    }
    
    .content-section h3 {
        font-size: 1.3rem;
    }
    
    .executive-summary,
    .data-highlight,
    .case-study,
    .conclusion-section .recommendations {
        padding: 20px 15px;
    }
    
    .chart-container {
        grid-template-columns: 1fr;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .article-header h1 {
        font-size: 1.6rem;
    }
    
    .content-section h2 {
        font-size: 1.4rem;
    }
    
    .content-section p {
        font-size: 1rem;
    }
}/* End custom CSS */