.elementor-5319 .elementor-element.elementor-element-01683af{--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 );}.elementor-5319 .elementor-element.elementor-element-102dd47{font-family:"Noto Sans Hebrew", Sans-serif;font-size:16px;font-weight:300;line-height:1.4em;}@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 );}.elementor-5319 .elementor-element.elementor-element-102dd47{font-size:15px;}}@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 );}.elementor-5319 .elementor-element.elementor-element-102dd47{font-size:15px;}}/* Start custom CSS *//* style.css - עיצוב למאמר ביטוח אחריות מקצועית DCN ישראל */

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.site-header {
    background: #003b5c; /* deep navy - professional */
    color: white;
    padding: 20px 0;
    border-bottom: 5px solid #e3a51e; /* gold accent */
}

.logo {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.logo span {
    color: #e3a51e;
    font-weight: 400;
}

.slogan {
    font-size: 1rem;
    margin-top: 5px;
    opacity: 0.9;
}

/* Main article */
.pillar-article {
    background: white;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 8px;
}

h1 {
    font-size: 2.2rem;
    color: #003b5c;
    margin-bottom: 20px;
    line-height: 1.3;
    border-bottom: 2px solid #e3a51e;
    padding-bottom: 10px;
}

h2.section-title {
    font-size: 1.8rem;
    color: #003b5c;
    margin: 40px 0 20px;
    padding-right: 10px;
    border-right: 5px solid #e3a51e;
}

h3 {
    font-size: 1.4rem;
    color: #1e2f4b;
    margin: 25px 0 10px;
}

p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
}

ul, ol {
    margin-bottom: 1.5rem;
    padding-right: 2rem;
}

li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* Executive summary section (bilingual) */
.executive-summary {
    background: #f0f7fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.summary-hebrew, .summary-english {
    margin-bottom: 20px;
}

.summary-hebrew h3, .summary-english h3 {
    color: #003b5c;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.summary-english {
    font-family: 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
    direction: ltr;
    text-align: left;
    background: #e9eef2;
    padding: 15px;
    border-radius: 5px;
}

/* Table styling */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.comparison-table caption {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #003b5c;
}

.comparison-table th {
    background-color: #003b5c;
    color: white;
    font-weight: 600;
    padding: 12px 8px;
}

.comparison-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

.comparison-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.comparison-table tr:hover {
    background-color: #e6f2ff;
}

/* FAQ */
.faq-item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.faq-question {
    font-weight: bold;
    font-size: 1.2rem;
    color: #003b5c;
    margin-bottom: 5px;
}

.faq-answer {
    margin-right: 20px;
}

/* CTA section */
.cta {
    background: #e3a51e;
    color: #003b5c;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin: 40px 0;
}

.cta h2 {
    color: #003b5c;
    border-right: none;
    margin-top: 0;
}

.cta p {
    font-size: 1.2rem;
}

.contact-details {
    background: white;
    padding: 20px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-details p {
    margin: 5px 0;
}

/* Sources */
.sources {
    background: #eee;
    padding: 15px;
    border-radius: 5px;
    font-size: 0.95rem;
    color: #555;
}

.sources a {
    color: #003b5c;
    text-decoration: none;
}

.sources a:hover {
    text-decoration: underline;
}

/* Footer */
.site-footer {
    background: #222;
    color: #ccc;
    text-align: center;
    padding: 20px 0;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    h2.section-title { font-size: 1.5rem; }
    .container { padding: 0 15px; }
    .pillar-article { padding: 20px; }
    .comparison-table { font-size: 0.9rem; }
    .comparison-table th, .comparison-table td { padding: 8px 4px; }
}/* End custom CSS */