.elementor-80 .elementor-element.elementor-element-6a5ab12{--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 *//* עיצוב כללי */
.local-finance-article {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* כותרות */
.local-finance-article h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #3498db;
    padding-bottom: 10px;
}

.local-finance-article h2 {
    color: #2980b9;
    font-size: 1.8rem;
    margin: 2rem 0 1rem 0;
    padding: 10px 0;
}

.local-finance-article h3 {
    color: #34495e;
    font-size: 1.4rem;
    margin: 1.5rem 0 0.8rem 0;
}

/* פסקאות */
.local-finance-article p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* בלוק תשובה מקומית */
.local-answer-block {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left: 5px solid #f1c40f;
}

/* טבלת השוואה */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
}

.comparison-table th {
    background: #3498db;
    color: white;
    padding: 15px;
    text-align: right;
    font-weight: 600;
}

.comparison-table td {
    padding: 15px;
    border: 1px solid #e0e0e0;
    text-align: right;
}

.comparison-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.comparison-table tr:hover {
    background-color: #e8f4fc;
    transition: background-color 0.3s;
}

/* מקרה בוחן */
.case-study-box {
    background: #f8f9fa;
    border: 2px dashed #3498db;
    padding: 25px;
    margin: 30px 0;
    border-radius: 10px;
    position: relative;
}

.case-study-box:before {
    content: "📊 מקרה בוחן";
    position: absolute;
    top: -12px;
    right: 20px;
    background: white;
    padding: 0 10px;
    color: #3498db;
    font-weight: bold;
    font-size: 0.9rem;
}

/* אזורים מודגשים */
.proximity-highlight {
    background: #fff9e6;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #f1c40f;
    font-weight: 600;
}

.regulatory-note {
    background: #e8f5e9;
    padding: 15px;
    border-right: 4px solid #27ae60;
    margin: 20px 0;
    border-radius: 5px;
}

/* רשימות */
.local-finance-article ul {
    margin: 20px 0;
    padding-right: 20px;
}

.local-finance-article li {
    margin-bottom: 10px;
    padding-right: 10px;
    position: relative;
}

.local-finance-article li:before {
    content: "✓";
    color: #27ae60;
    font-weight: bold;
    position: absolute;
    right: -20px;
}

/* כפתורים וקישורים */
.cta-button {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: 20px 0;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* FAQ */
.faq-section {
    background: #f5f7fa;
    padding: 25px;
    border-radius: 10px;
    margin: 40px 0;
}

.faq-item {
    margin: 20px 0;
    padding: 15px;
    background: white;
    border-radius: 5px;
    border-right: 3px solid #3498db;
}

.faq-question {
    color: #2c3e50;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}

/* טלפון */
.phone-highlight {
    direction: ltr;
    display: inline-block;
    background: #2ecc71;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 5px;
}

/* רספונסיביות */
@media (max-width: 768px) {
    .local-finance-article {
        padding: 15px;
    }
    
    .local-finance-article h1 {
        font-size: 2rem;
    }
    
    .comparison-table {
        display: block;
        overflow-x: auto;
    }
    
    .local-answer-block {
        padding: 20px;
    }
}/* End custom CSS */