.elementor-295 .elementor-element.elementor-element-b9d3885{--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 );}.elementor-295 .elementor-element.elementor-element-70538ea{font-family:"Noto Sans Hebrew", Sans-serif;font-weight:400;}.elementor-295 .elementor-element.elementor-element-fe1c355{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-70538ea *//* styles.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
header {
    background: linear-gradient(135deg, #0044cc 0%, #002288 100%);
    color: white;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
}

h1 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

.subtitle {
    font-size: 18px;
    opacity: 0.9;
    font-weight: 300;
}

/* Executive Summary */
.executive-summary {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-right: 5px solid #0044cc;
}

.risk-rating {
    display: inline-block;
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b6b 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

/* Main Content */
.content-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

h2 {
    color: #0044cc;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    font-weight: 600;
}

h3 {
    color: #333;
    margin: 25px 0 15px;
    font-weight: 500;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

ul, ol {
    margin-right: 30px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

.highlight-box {
    background: #f0f7ff;
    border-right: 4px solid #0044cc;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
}

/* Table */
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
}

.data-table thead tr {
    background: linear-gradient(135deg, #0044cc 0%, #002288 100%);
    color: white;
    text-align: right;
    font-weight: 600;
}

.data-table th,
.data-table td {
    padding: 15px;
    border: 1px solid #e0e0e0;
    text-align: right;
}

.data-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.data-table tbody tr:nth-of-type(even) {
    background-color: #f8f9fa;
}

.data-table tbody tr:hover {
    background-color: #e8f4ff;
}

/* Charts */
.chart-container {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e0e0e0;
}

.chart-title {
    font-size: 20px;
    color: #0044cc;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.chart-description {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 3px solid #0044cc;
}

/* FAQ */
.faq-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
}

.faq-question {
    font-weight: 600;
    color: #0044cc;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 15px;
    background: white;
    border-radius: 8px;
    border-right: 3px solid #0044cc;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #e8f4ff;
}

.faq-answer {
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    background: white;
    border-radius: 0 0 8px 8px;
    display: none;
}

/* Sources */
.sources {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
}

.sources h4 {
    color: #0044cc;
    margin-bottom: 15px;
}

.sources ul {
    list-style-type: none;
    padding-right: 20px;
}

.sources li {
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative;
}

.sources li:before {
    content: "•";
    color: #0044cc;
    font-weight: bold;
    position: absolute;
    right: 0;
}

/* Author */
.author-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    border-right: 5px solid #0044cc;
}

/* Footer */
footer {
    background: #333;
    color: white;
    padding: 30px 0;
    margin-top: 50px;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .container, .header-content {
        padding: 15px;
    }
    
    h1 {
        font-size: 24px;
    }
    
    .content-section, .executive-summary, .chart-container {
        padding: 20px;
    }
    
    .data-table {
        font-size: 14px;
    }
    
    .data-table th,
    .data-table td {
        padding: 10px;
    }
}/* End custom CSS */
/* Start custom CSS *//* styles.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rubik', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    direction: rtl;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
header {
    background: linear-gradient(135deg, #0044cc 0%, #002288 100%);
    color: white;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
    text-decoration: none;
}

h1 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}

.subtitle {
    font-size: 18px;
    opacity: 0.9;
    font-weight: 300;
}

/* Executive Summary */
.executive-summary {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-right: 5px solid #0044cc;
}

.risk-rating {
    display: inline-block;
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b6b 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}

/* Main Content */
.content-section {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

h2 {
    color: #0044cc;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    font-weight: 600;
}

h3 {
    color: #333;
    margin: 25px 0 15px;
    font-weight: 500;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
}

ul, ol {
    margin-right: 30px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

.highlight-box {
    background: #f0f7ff;
    border-right: 4px solid #0044cc;
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
}

/* Table Container for Horizontal Scrolling */
.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 25px 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    background: white;
    position: relative;
}

/* Mobile Table Notice */
.mobile-table-notice {
    background: #e8f4ff;
    border-right: 3px solid #0044cc;
    padding: 12px 15px;
    margin: 15px 0;
    border-radius: 6px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-table-notice i {
    color: #0044cc;
    font-size: 18px;
}

/* Table Navigation */
.table-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 15px 0;
    padding: 10px;
}

.table-nav-btn {
    background: #0044cc;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.table-nav-btn:hover {
    background: #0033aa;
    transform: scale(1.1);
}

.table-nav-btn:active {
    transform: scale(0.95);
}

.table-position {
    font-weight: 600;
    color: #0044cc;
    font-size: 14px;
    min-width: 40px;
    text-align: center;
}

/* Base Table Styles */
.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 800px; /* Ensures horizontal scroll on mobile */
}

.data-table thead tr {
    background: linear-gradient(135deg, #0044cc 0%, #002288 100%);
    color: white;
    text-align: right;
    font-weight: 600;
}

.data-table th,
.data-table td {
    padding: 15px;
    border: 1px solid #e0e0e0;
    text-align: right;
    vertical-align: top;
}

.data-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.data-table tbody tr:nth-of-type(even) {
    background-color: #f8f9fa;
}

.data-table tbody tr:hover {
    background-color: #e8f4ff;
}

/* Compact Table for Comparison */
.compact-table {
    font-size: 14px;
}

.compact-table th,
.compact-table td {
    padding: 12px 10px;
}

/* Mobile Alternative Views */
.mobile-table-alt {
    display: none;
    margin: 25px 0;
}

.mobile-summary-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 20px 0;
}

.summary-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-right: 4px solid #0044cc;
}

.summary-card h4 {
    color: #0044cc;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.summary-card ul {
    margin-right: 15px;
    margin-bottom: 0;
}

.summary-card li {
    font-size: 14px;
    margin-bottom: 8px;
    padding-right: 5px;
    position: relative;
}

.summary-card li:before {
    content: "•";
    color: #0044cc;
    position: absolute;
    right: -12px;
}

/* Crisis Cards for Mobile */
.crisis-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 20px 0;
}

.crisis-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.crisis-card.high-risk {
    border-right: 4px solid #ff6b6b;
}

.crisis-card.medium-risk {
    border-right: 4px solid #ffa726;
}

.crisis-card.low-risk {
    border-right: 4px solid #4caf50;
}

.crisis-card h4 {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.crisis-card p {
    margin-bottom: 10px;
    font-size: 14px;
}

/* Scenarios Table */
.scenarios-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 25px 0;
}

.scenarios-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    min-width: 700px;
}

.scenarios-table thead tr {
    background: linear-gradient(135deg, #0044cc 0%, #002288 100%);
    color: white;
    text-align: right;
    font-weight: 600;
}

.scenarios-table th,
.scenarios-table td {
    padding: 15px;
    border: 1px solid #e0e0e0;
    text-align: right;
    vertical-align: top;
}

.scenarios-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.scenario-soft {
    background-color: rgba(76, 175, 80, 0.1);
}

.scenario-mid {
    background-color: rgba(255, 167, 38, 0.1);
}

.scenario-hard {
    background-color: rgba(244, 67, 54, 0.1);
}

.probability-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.probability-badge.low {
    background: #4caf50;
    color: white;
}

.probability-badge.medium {
    background: #ffa726;
    color: white;
}

.probability-badge.high {
    background: #f44336;
    color: white;
}

/* Mobile Scenarios Cards */
.mobile-scenarios {
    display: none;
    margin: 25px 0;
}

.scenario-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.scenario-card.soft-landing {
    border-right: 4px solid #4caf50;
}

.scenario-card.mid-crisis {
    border-right: 4px solid #ffa726;
}

.scenario-card.hard-crisis {
    border-right: 4px solid #f44336;
}

.scenario-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.scenario-header h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.probability-mobile {
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.probability-mobile.low {
    background: #4caf50;
    color: white;
}

.probability-mobile.medium {
    background: #ffa726;
    color: white;
}

.probability-mobile.high {
    background: #f44336;
    color: white;
}

.scenario-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.stat {
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
}

.stat-label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.stat-value {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

/* Charts */
.chart-container {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #e0e0e0;
}

.chart-title {
    font-size: 20px;
    color: #0044cc;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.chart-description {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-right: 3px solid #0044cc;
}

/* FAQ */
.faq-container {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
}

.faq-question {
    font-weight: 600;
    color: #0044cc;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 15px;
    background: white;
    border-radius: 8px;
    border-right: 3px solid #0044cc;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #e8f4ff;
}

.faq-answer {
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    background: white;
    border-radius: 0 0 8px 8px;
    display: none;
}

/* Sources */
.sources {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
}

.sources h4 {
    color: #0044cc;
    margin-bottom: 15px;
}

.sources ul {
    list-style-type: none;
    padding-right: 20px;
}

.sources li {
    margin-bottom: 10px;
    padding-right: 20px;
    position: relative;
}

.sources li:before {
    content: "•";
    color: #0044cc;
    font-weight: bold;
    position: absolute;
    right: 0;
}

/* Author */
.author-box {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    border-right: 5px solid #0044cc;
}

/* Footer */
footer {
    background: #333;
    color: white;
    padding: 30px 0;
    margin-top: 50px;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .container, .header-content {
        padding: 15px;
    }
    
    h1 {
        font-size: 28px;
    }
    
    .content-section, .executive-summary, .chart-container {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    .data-table {
        font-size: 14px;
    }
    
    .data-table th,
    .data-table td {
        padding: 10px 8px;
    }
    
    .scenarios-table {
        font-size: 14px;
    }
    
    .scenarios-table th,
    .scenarios-table td {
        padding: 10px 8px;
    }
    
    /* Hide some columns on mobile */
    .mobile-hide {
        display: none;
    }
    
    /* Show mobile alternative views */
    .mobile-table-alt {
        display: block;
    }
    
    .mobile-scenarios {
        display: block;
    }
    
    /* Stack summary cards vertically */
    .mobile-summary-cards {
        grid-template-columns: 1fr;
    }
    
    .crisis-cards {
        grid-template-columns: 1fr;
    }
    
    .scenario-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .stat {
        padding: 8px;
    }
    
    /* Adjust table navigation for mobile */
    .table-navigation {
        gap: 15px;
    }
    
    .table-nav-btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
    
    .table-position {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 22px;
    }
    
    h2 {
        font-size: 18px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    .risk-rating {
        font-size: 16px;
        padding: 6px 16px;
    }
    
    .data-table {
        font-size: 13px;
        min-width: 700px;
    }
    
    .data-table th,
    .data-table td {
        padding: 8px 6px;
    }
    
    .scenarios-table {
        min-width: 600px;
    }
    
    .mobile-table-notice {
        font-size: 13px;
        padding: 10px;
    }
    
    .summary-card, .crisis-card, .scenario-card {
        padding: 15px;
    }
    
    .chart-title {
        font-size: 18px;
    }
    
    .chart-container {
        padding: 15px;
    }
}

/* Print Styles */
@media print {
    .table-navigation,
    .mobile-table-notice,
    .mobile-table-alt,
    .mobile-scenarios {
        display: none !important;
    }
    
    .table-container {
        overflow-x: visible !important;
    }
    
    .data-table {
        min-width: 100% !important;
        font-size: 12px !important;
    }
    
    .mobile-hide {
        display: table-cell !important;
    }
}/* End custom CSS */