.elementor-69 .elementor-element.elementor-element-bac9e18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-69 .elementor-element.elementor-element-0c76385{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.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-69 .elementor-element.elementor-element-82c9758 .elementor-toc__header-title{text-align:start;}.elementor-69 .elementor-element.elementor-element-82c9758 .elementor-toc__header{flex-direction:row;}.elementor-69 .elementor-element.elementor-element-82c9758{--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 );}.elementor-69 .elementor-element.elementor-element-09a2b9a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-db087f1 *//* ==========================================================================
   Culinary Editorial Typography & Content Style 
   ========================================================================== */

/* הקונטיינר הראשי של תוכן המאמר */
.article-body-content {
    font-family: 'Assistant', sans-serif;
    direction: rtl;
    color: #1e2722; /* ירוק-זית-פחם רך מאוד, קריא ונעים בעיניים */
    font-size: 18.5px;
    line-height: 1.8; /* מרווח שורות אופטימלי לקריאה ממושכת של מתכונים ומדריכים */
    letter-spacing: -0.1px;
}

/* פסקאות רגילות */
.article-body-content p {
    margin-top: 0;
    margin-bottom: 28px;
    font-weight: 400;
}

/* אות פתיח קולנועית (Dropcap) לפסקה הראשונה במאמר */
.article-body-content p:first-of-type::first-letter {
    font-size: 52px;
    font-weight: 800;
    color: #bfa15f; /* זהב המותג */
    float: right;
    margin-left: 12px;
    line-height: 1;
    font-family: inherit;
}

/* כותרות פנימיות מרכזיות (H2) - כמו כותרות פרקים בספר בישול */
.article-body-content h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0a1912; /* ירוק פחם עמוק */
    margin: 45px 0 20px 0;
    letter-spacing: -0.5px;
    line-height: 1.3;
    position: relative;
    padding-right: 15px;
}

/* סימון זהב אנכי עדין לצד כותרת H2 */
.article-body-content h2::before {
    content: '';
    position: absolute;
    right: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    background-color: #bfa15f;
    border-radius: 2px;
}

/* כותרות משניות (H3) */
.article-body-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0a1912;
    margin: 35px 0 15px 0;
    line-height: 1.3;
}

/* הדגשות טקסט חזקות (Strong) עם טאץ' של מרקר אוליב עדין */
.article-body-content strong {
    font-weight: 700;
    color: #0a1912;
    background: linear-gradient(to top, rgba(191, 161, 95, 0.12) 40%, transparent 40%);
    padding: 0 2px;
}

/* קופסת "טיפ שף" / ציטוט אדיטוריאלי (Blockquote) */
.article-body-content blockquote, 
.article-body-content .chef-tip-box {
    margin: 40px 0;
    background-color: #fdfbf7; /* רקע שמנת חם כמו דף ספר ישן */
    border-right: 4px solid #bfa15f; /* קו זהב בצד ימין (RTL) */
    border-left: 1px solid rgba(191, 161, 95, 0.15);
    border-top: 1px solid rgba(191, 161, 95, 0.15);
    border-bottom: 1px solid rgba(191, 161, 95, 0.15);
    padding: 30px 35px;
    border-radius: 4px 16px 16px 4px; /* פינות מעוגלות אסימטריות */
    position: relative;
}

/* כותרת קטנה קבועה מעל הציטוט/טיפ */
.article-body-content blockquote::before,
.article-body-content .chef-tip-box::before {
    content: '✦ טיפ שף מהמטבח:';
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #bfa15f;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.article-body-content blockquote p,
.article-body-content .chef-tip-box p {
    margin: 0;
    font-style: italic;
    color: #38453e;
    font-size: 18px;
}

/* ==========================================================================
   רשימות קולינריות (רשימת מצרכים / שלבי הכנה)
   ========================================================================== */

/* רשימת מצרכים (רשימה עם בולטים - UL) */
.article-body-content ul {
    list-style: none;
    padding-right: 5px;
    margin: 25px 0;
}

.article-body-content ul li {
    position: relative;
    padding-right: 28px;
    margin-bottom: 12px;
    font-size: 17.5px;
}

/* החלפת הבולט הגנרי בכוכב/אייקון קולינרי מוזהב */
.article-body-content ul li::before {
    content: '✦';
    position: absolute;
    right: 0;
    color: #bfa15f;
    font-size: 14px;
    top: -1px;
}

/* רשימת שלבי הכנה (רשימה ממוספרת - OL) */
.article-body-content ol {
    list-style: none; /* ביטול המספור הרגיל */
    counter-reset: culinary-counter; /* אתחול מונה עצמאי */
    padding-right: 0;
    margin: 30px 0;
}

.article-body-content ol li {
    counter-increment: culinary-counter;
    position: relative;
    padding-right: 45px;
    margin-bottom: 24px;
    font-size: 17.5px;
}

/* יצירת מספרים גדולים, מעוגלים ואלגנטיים לשלבי ההכנה */
.article-body-content ol li::before {
    content: counter(culinary-counter);
    position: absolute;
    right: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    background-color: #0a1912; /* עיגול כהה */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #bfa15f; /* מסגרת זהב דקה סביב המספר */
}

/* לינקים מתוך הכתבה (מעולה ל-SEO וקישורים פנימיים) */
.article-body-content a {
    color: #0a1912;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(191, 161, 95, 0.4);
    transition: all 0.3s ease;
}

.article-body-content a:hover {
    color: #bfa15f;
    border-bottom-color: #0a1912;
    background-color: rgba(191, 161, 95, 0.05);
}

/* מעברים רספונסיביים לניידים */
@media (max-width: 768px) {
    .article-body-content {
        font-size: 17px;
        line-height: 1.75;
    }
    .article-body-content h2 {
        font-size: 25px;
    }
    .article-body-content h3 {
        font-size: 21px;
    }
    .article-body-content blockquote, 
    .article-body-content .chef-tip-box {
        padding: 20px 25px;
    }
}/* End custom CSS */