.elementor-4930 .elementor-element.elementor-element-dafd53a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* style.css - עיצוב למאמר על ביטוח אופנוע ליום אחד */

/* איפוס בסיסי */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* טיפוגרפיה */
h1, h2, h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #3498db;
}

h2 {
    font-size: 1.8rem;
    margin-top: 30px;
    color: #2980b9;
    padding-right: 10px;
    border-right: 4px solid #3498db;
}

h3 {
    font-size: 1.4rem;
    margin-top: 20px;
    color: #16a085;
}

p {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

/* עיצוב רשימות */
ul, ol {
    margin-right: 20px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

/* עיצוב טבלה */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: white;
}

th, td {
    padding: 15px;
    text-align: right;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #3498db;
    color: white;
    font-weight: bold;
}

tr:hover {
    background-color: #f5f5f5;
}

/* עיצוב תיבות מידע */
.info-box {
    background-color: #e8f4fc;
    border-right: 5px solid #3498db;
    padding: 20px;
    margin: 25px 0;
    border-radius: 5px;
}

.warning-box {
    background-color: #fff8e1;
    border-right: 5px solid #ff9800;
    padding: 20px;
    margin: 25px 0;
    border-radius: 5px;
}

/* סגנונות לסעיף שאלות ותשובות */
.faq-item {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.faq-question {
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.faq-answer {
    color: #555;
}

/* עיצוב כללי */
.highlight {
    background-color: #fffacd;
    padding: 3px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.publish-date {
    text-align: center;
    color: #7f8c8d;
    margin-bottom: 30px;
    font-style: italic;
}

/* עיצוב רספונסיבי */
@media (max-width: 768px) {
    body {
        padding: 15px;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    table {
        display: block;
        overflow-x: auto;
    }
}/* End custom CSS */