.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-65 .elementor-element.elementor-element-e2616cc .elementor-toc__header-title{text-align:start;}.elementor-65 .elementor-element.elementor-element-e2616cc .elementor-toc__header{flex-direction:row;}.elementor-65 .elementor-element.elementor-element-e2616cc{--item-text-hover-decoration:underline;}.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 for text-editor, class: .elementor-element-70e3a6a *//* ==================== TechCapital Premium Editorial CSS ==================== */

:root {
    --primary-dark: #0f172a;     /* כחול-נייבי עמוק מאוד לכותרות */
    --brand-teal: #0d9488;       /* טורקיז המותג - מותאם לניגודיות על לבן */
    --brand-teal-light: #f0fdfa; /* רקע טורקיז עדין לבלוקים */
    --text-main: #334155;        /* טקסט גוף הכתבה */
    --text-muted: #64748b;       /* טקסט משני */
    --body-width: 780px;         /* רוחב אופטימלי לפרוזת קריאה מגזינית */
}

.article-content {
    font-family: 'Assistant', sans-serif;
    font-size: 1.2rem;
    line-height: 1.9;
    color: var(--text-main);
    text-align: right;
    direction: rtl;
    max-width: var(--body-width);
    margin: 0 auto;
    padding: 4rem 0;
}

/* אלמנט ייחודי: אות פתיח (Drop Cap) לפסקה הראשונה במאמר */
.article-content > p:first-of-type::first-letter {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--brand-teal);
    float: right;
    margin-left: 0.7rem;
    line-height: 1;
    margin-top: 0.2rem;
}

/* כותרות פרקים מעוצבות עם קו תחתי יצירתי */
.article-content h2 {
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--primary-dark);
    margin: 4.5rem 0 1.8rem 0;
    letter-spacing: -0.5px;
    position: relative;
    padding-bottom: 0.5rem;
}

.article-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 3px;
    background-color: var(--brand-teal);
}

.article-content h3 {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--brand-teal);
    margin: 3rem 0 1.2rem 0;
}

/* פסקאות ורווחים */
.article-content p {
    margin-bottom: 2rem;
    font-weight: 400;
}

.article-content strong {
    font-weight: 700;
    color: var(--primary-dark);
}

/* קישורים אקטיביים עם אפקט מרחף */
.article-content a {
    color: var(--brand-teal);
    text-decoration: none;
    font-weight: 600;
    background-image: linear-gradient(rgba(13, 148, 136, 0.15), rgba(13, 148, 136, 0.15));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 4px;
    transition: background-size 0.25s ease, color 0.2s ease;
}

.article-content a:hover {
    color: var(--primary-dark);
    background-size: 100% 100%;
}

/* קו מפריד מינימליסטי (---) */
.article-content hr {
    border: none;
    height: 1px;
    background-color: #e2e8f0;
    margin: 4rem auto;
    width: 50%;
}

/* ==================== טבלת השוואה בסגנון מינימליסטי פרימיום ==================== */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 3.5rem 0;
    font-size: 1.05rem;
}

.article-content th {
    color: var(--primary-dark);
    font-weight: 700;
    padding: 1.2rem 1rem;
    text-align: right;
    border-bottom: 2px solid var(--primary-dark);
    font-size: 1.1rem;
}

.article-content td {
    padding: 1.2rem 1rem;
    color: var(--text-main);
    border-bottom: 1px solid #edf2f7;
    transition: background-color 0.2s;
}

.article-content tr:hover td {
    background-color: #f8fafc;
}

/* הדגשת השורה הראשונה או נתונים ספציפיים */
.article-content td strong {
    color: var(--brand-teal);
}

/* ==================== בלוקי FAQ וציטוטים בעיצוב אסימטרי ==================== */
.article-content blockquote {
    background: linear-gradient(135deg, var(--brand-teal-light) 0%, #ffffff 100%);
    border-right: 5px solid var(--brand-teal);
    padding: 2.2rem 2.5rem;
    margin: 3.5rem 0;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 4px 15px rgba(13, 148, 136, 0.03);
    position: relative;
}

/* עיצוב ה-FAQ בתוך הבלוק */
.article-content blockquote h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: var(--primary-dark);
    font-weight: 700;
}

.article-content blockquote p {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: var(--text-main);
}

.article-content blockquote p + h3 {
    margin-top: 2rem;
}

/* רשימות מעוצבות */
.article-content ul, .article-content ol {
    margin-bottom: 2.5rem;
    padding-right: 1.2rem;
}

.article-content li {
    margin-bottom: 0.9rem;
    position: relative;
    list-style-type: none;
    padding-right: 1.5rem;
}

.article-content ul li::before {
    content: "—";
    position: absolute;
    right: 0;
    color: var(--brand-teal);
    font-weight: 700;
}

/* התאמות מובייל חכמות */
@media (max-width: 768px) {
    .article-content {
        font-size: 1.1rem;
        line-height: 1.8;
        padding: 2rem 1rem;
    }
    
    .article-content h2 { font-size: 1.6rem; }
    .article-content h3 { font-size: 1.3rem; }
    .article-content blockquote { padding: 1.5rem; }
    
    .article-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}/* End custom CSS */