.elementor-1335 .elementor-element.elementor-element-cc74457{--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 );}/* Start custom CSS *//* CSS נפרד – עיצוב מותאם לפורטל ZIX */

.article-container {
    max-width: 850px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: #003366;
    border-right: 6px solid #ff9800;
    padding-right: 18px;
}

.byline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 25px;
    padding: 12px 18px;
    background: #f0f5fa;
    border-radius: 50px;
    font-size: 1rem;
}

.byline img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.byline .author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-weight: 700;
    color: #0b2a4a;
}

.author-credential {
    color: #2c5f8a;
    font-size: 0.9rem;
}

.abstract-box {
    background: #e9f2fa;
    padding: 22px 25px;
    border-radius: 20px;
    margin: 30px 0;
    border: 1px solid #c2d9f0;
    font-size: 1.05rem;
}

.abstract-box strong {
    color: #003d66;
}

h2 {
    font-size: 1.8rem;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #113355;
    border-bottom: 2px solid #ff9800;
    padding-bottom: 8px;
}

h3 {
    font-size: 1.5rem;
    margin: 30px 0 15px;
    color: #1e4a6b;
}

.direct-answer {
    background: #fef8e7;
    padding: 16px 22px;
    border-radius: 16px;
    margin: 10px 0 25px;
    border-right: 5px solid #ff9800;
    font-weight: 500;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    border-radius: 16px;
    overflow: hidden;
}

th {
    background-color: #113355;
    color: white;
    font-weight: 600;
    padding: 14px 12px;
}

td {
    padding: 14px 12px;
    border-bottom: 1px solid #dee7f0;
}

tr:last-child td {
    border-bottom: none;
}

.client-story {
    background: #edf4fc;
    padding: 25px;
    border-radius: 24px;
    margin: 40px 0;
    position: relative;
}

.client-story::before {
    content: "“";
    font-size: 5rem;
    color: #2f6b9c;
    opacity: 0.2;
    position: absolute;
    top: -10px;
    right: 20px;
}

.faq-section {
    background: #f7f9fc;
    padding: 30px;
    border-radius: 30px;
    margin: 50px 0;
}

.faq-q {
    font-weight: 700;
    margin: 25px 0 8px;
    color: #003366;
}

.faq-a {
    margin-right: 25px;
    padding-right: 18px;
    border-right: 3px solid #ff9800;
}

.summary-end {
    background: #e1ecf5;
    padding: 25px;
    border-radius: 24px;
    font-size: 1.1rem;
    margin: 40px 0 20px;
}

a {
    color: #1e5c8b;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}

.data-badge {
    background: #002b44;
    color: white;
    padding: 3px 12px;
    border-radius: 30px;
    font-size: 0.85rem;
    display: inline-block;
    margin-left: 8px;
}

.footnote {
    font-size: 0.9rem;
    color: #4a5f73;
    margin-top: 10px;
}/* End custom CSS */