.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-10 .elementor-element.elementor-element-31df703{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}/* Start custom CSS *//* styles.css - עיצוב מאמר ZIX ל-Jerusalem Local SEO */

/* איפוס ואתחול כללי */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', 'Heebo', Arial, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    text-align: right;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* עיצוב כותרות */
h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #3498db;
}

h2 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin: 2rem 0 1rem 0;
    padding-right: 15px;
    border-right: 4px solid #2ecc71;
}

h3 {
    color: #34495e;
    font-size: 1.4rem;
    margin: 1.5rem 0 0.8rem 0;
}

/* עיצוב פסקאות וטקסט */
p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.direct-answer {
    background-color: #e8f4fc;
    border-right: 5px solid #3498db;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 10px rgba(52, 152, 219, 0.1);
}

.proximity-signal {
    color: #2980b9;
    font-weight: bold;
    background-color: #ebf5fb;
    padding: 2px 6px;
    border-radius: 4px;
}

.nap-box {
    background-color: #2c3e50;
    color: white;
    padding: 25px;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nap-box h3 {
    color: #ecf0f1;
    margin-top: 0;
}

.regulatory-note {
    background-color: #fff8e1;
    border: 2px solid #ffc107;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
    font-style: italic;
}

.case-study {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    border-right: 4px solid #9b59b6;
}

/* טבלת השוואה */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.comparison-table th {
    background-color: #3498db;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 1.2rem;
}

.comparison-table td {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.comparison-table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.comparison-table tr:hover {
    background-color: #e3f2fd;
}

.comparison-table .zix-cell {
    background-color: #e8f5e9;
    color: #27ae60;
    font-weight: bold;
}

/* עיצוב רשימות */
ul {
    margin-right: 30px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
    padding-right: 10px;
}

/* כפתורים וקישורים */
a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #1a5276;
    text-decoration: underline;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    margin: 15px 0;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
    text-decoration: none;
}

/* עיצוב תגיות */
.tag {
    display: inline-block;
    background-color: #ecf0f1;
    padding: 4px 12px;
    margin: 5px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #7f8c8d;
}

/* רספונסיביות */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    .comparison-table {
        font-size: 0.9rem;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 0.95rem;
    }
    
    .nap-box {
        padding: 15px;
    }
    
    .cta-button {
        display: block;
        text-align: center;
        margin: 20px auto;
    }
}

/* אנימציות עדינות */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.8s ease-out;
}

/* עיצוב FAQ */
.faq-item {
    background-color: white;
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.faq-question {
    background-color: #f8f9fa;
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.faq-answer {
    padding: 15px;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

/* עיצוב דגשים */
.highlight {
    background-color: #fffacd;
    padding: 3px 6px;
    border-radius: 4px;
}

.brand {
    color: #2c3e50;
    font-weight: bold;
    font-size: 1.2em;
}

.local-emphasis {
    color: #e74c3c;
    font-weight: bold;
}/* End custom CSS */