.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );}.elementor-2007 .elementor-element.elementor-element-479ba65{text-align:center;}.elementor-2007 .elementor-element.elementor-element-479ba65 .elementor-heading-title{font-family:"Assistant", Sans-serif;font-size:42px;font-weight:600;text-transform:capitalize;line-height:54px;}.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 );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );line-height:var( --e-global-typography-text-line-height );}.elementor-2007 .elementor-element.elementor-element-b42c5af{font-family:"Assistant", Sans-serif;font-size:41px;font-weight:300;text-transform:none;font-style:normal;line-height:62px;}.elementor-2007 .elementor-element.elementor-element-a8658af{font-family:"Assistant", Sans-serif;font-size:41px;font-weight:300;text-transform:none;font-style:normal;line-height:62px;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2007 .elementor-element.elementor-element-479ba65 .elementor-heading-title{font-size:36px;line-height:48px;}.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-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-2007 .elementor-element.elementor-element-479ba65 .elementor-heading-title{font-size:30px;line-height:42px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2007 .elementor-element.elementor-element-b42c5af{font-size:14px;line-height:22px;}.elementor-2007 .elementor-element.elementor-element-a8658af{font-size:14px;line-height:22px;}}/* Start custom CSS for html, class: .elementor-element-6d7d135 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f5f5f5;
            padding: 20px;
            min-height: 100vh;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 12px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            border: 1px solid #e0e0e0;
        }
        
        h1 {
            background: #000;
            color: white;
            padding: 25px;
            text-align: center;
            font-size: 1.8em;
        }
        
        .table-wrapper {
            overflow-x: auto;
            padding: 20px;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }
        
        thead {
            background: #333;
            color: white;
        }
        
        th {
            padding: 15px;
            text-align: right;
            font-weight: 600;
            font-size: 1.05em;
            border: 1px solid #555;
        }
        
        td {
            padding: 15px;
            text-align: right;
            border: 1px solid #e0e0e0;
            line-height: 1.6;
        }
        
        tbody tr {
            transition: background-color 0.3s ease;
        }
        
        tbody tr:nth-child(odd) {
            background-color: #f8f9fa;
        }
        
        tbody tr:hover {
            background-color: #f0f0f0;
        }
        
        @media screen and (max-width: 768px) {
            h1 {
                font-size: 1.4em;
                padding: 20px;
            }
            
            .table-wrapper {
                padding: 10px;
            }
            
            table {
                font-size: 0.9em;
            }
            
            th, td {
                padding: 10px 8px;
            }
            
            /* מצב כרטיסיות למובייל */
            table, thead, tbody, th, td, tr {
                display: block;
            }
            
            thead tr {
                position: absolute;
                top: -9999px;
                right: -9999px;
            }
            
            tr {
                margin-bottom: 20px;
                border: 2px solid #333;
                border-radius: 8px;
                overflow: hidden;
            }
            
            tbody tr:hover {
                background-color: white;
            }
            
            td {
                border: none;
                border-bottom: 1px solid #e0e0e0;
                position: relative;
                padding-right: 45%;
                background: white;
            }
            
            td:before {
                content: attr(data-label);
                position: absolute;
                right: 10px;
                width: 40%;
                padding-left: 10px;
                font-weight: bold;
                color: #333;
            }
            
            td:last-child {
                border-bottom: none;
            }
        }
        
        @media screen and (max-width: 480px) {
            body {
                padding: 10px;
            }
            
            h1 {
                font-size: 1.2em;
                padding: 15px;
            }
            
            table {
                font-size: 0.85em;
            }
        }/* End custom CSS */