.elementor-1671 .elementor-element.elementor-element-aad6993{margin-top:0px;margin-bottom:0px;padding:100px 50px 100px 50px;}.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-1671 .elementor-element.elementor-element-da6f7f8{text-align:center;font-family:"Lexend", Sans-serif;font-size:80px;font-weight:500;line-height:70px;}.elementor-1671 .elementor-element.elementor-element-1dbd99a > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-1671 .elementor-element.elementor-element-1dbd99a{text-align:center;font-family:"Lexend", Sans-serif;font-size:18px;font-weight:300;line-height:30px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1671 .elementor-element.elementor-element-aad6993{padding:35px 20px 35px 20px;}.elementor-1671 .elementor-element.elementor-element-da6f7f8{font-size:40px;line-height:37px;}.elementor-1671 .elementor-element.elementor-element-1dbd99a > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1671 .elementor-element.elementor-element-1dbd99a{font-size:16px;line-height:1.4em;}}/* Start custom CSS for shortcode, class: .elementor-element-1eb8584 *//* ==========================================================================
   1. הגדרות בסיסיות ואיפוס צבעים קשיח (שחור, לבן ואפור בלבד!)
   ========================================================================== */
.blog-section-container,
.blog-section-container * {
    font-family: 'Lexend', sans-serif !important;
    box-sizing: border-box !important;
}

/* הגנה אגרסיבית מפני צבע בורדו על קישורים וכותרות */
.blog-section-container a,
.blog-section-container h2,
.blog-section-container span,
.blog-section-container p,
.blog-section-container div,
.blog-section-container .featured-title,
.blog-section-container .grid-title {
    color: #111111 !important;
    text-decoration: none !important;
}

.blog-section-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    direction: ltr !important;
}

/* ==========================================================================
   2. סרגל פילטרים וחיפוש (Desktop)
   ========================================================================== */
.blog-filter-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 30px !important;
    gap: 20px !important;
}

.filter-controls-left {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.filter-btn {
    background: #111111 !important;
    color: #ffffff !important;
    border: 1px solid #111111 !important;
    padding: 10px 22px !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    box-shadow: none !important;
}

.filter-btn:not(.active) {
    background: #ffffff !important;
    color: #333333 !important;
    border-color: #e0e0e0 !important;
}

.category-dropdown-wrapper {
    position: relative !important;
    display: inline-block !important;
}

.filter-dropdown {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    padding: 10px 40px 10px 20px !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333333 !important;
    outline: none !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("https://selacloud.ussl.co/wp-content/uploads/2026/05/Vector-1.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 18px center !important;
    background-size: 10px auto !important;
}

.search-input-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

#blog-search {
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    padding: 10px 20px 10px 45px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    width: 240px !important;
    outline: none !important;
    box-shadow: none !important;
    color: #111111 !important;
    transition: border-color 0.3s ease !important;
}

#blog-search:focus {
    border-color: #111111 !important;
}

.search-icon {
    position: absolute !important;
    left: 18px !important;
    width: 16px !important;
    height: 16px !important;
    pointer-events: none !important;
}

/* ==========================================================================
   3. עיצוב כרטיסיות בדסקטופ (פוסט עליון בולט)
   ========================================================================== */
.top-featured-post {
    margin-bottom: 40px !important;
}

.featured-card {
    display: flex !important;
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    padding: 24px !important;
    gap: 35px !important;
    transition: background 0.3s ease !important;
}

.featured-img {
    flex: 1.2 !important;
}

.featured-img img {
    width: 100% !important;
    height: 380px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

.featured-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.featured-title {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    margin: 20px 0 15px 0 !important;
}

.featured-excerpt {
    color: #666666 !important;
    line-height: 1.6 !important;
    font-size: 15px !important;
    margin-bottom: 20px !important;
}

.featured-read-more {
    font-weight: 600 !important;
    font-size: 14px !important;
}

/* ==========================================================================
   4. עיצוב הגריד התחתון
   ========================================================================== */
.posts-grid-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
    gap: 30px !important;
}

.post-grid-card {
    background: #ffffff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 16px !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    transition: background 0.3s ease !important;
}

/* אפקט ה-Hover האפרפר */
.post-grid-card:hover, 
.featured-card:hover {
    background: #f7f7f7 !important;
}

.grid-img img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    margin-bottom: 18px !important;
}

.grid-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    height: 50px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 20px !important;
}

/* מטא-דאטה של כותב הפוסט */
.author-meta {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: auto !important;
}

.author-meta img {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.author-meta div {
    display: flex !important;
    flex-direction: column !important;
}

.author-name {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.post-date {
    font-size: 12px !important;
    color: #888888 !important;
    margin-top: 2px !important;
}

/* לחצן טען עוד פוסטים */
.load-more-wrapper {
    text-align: center !important;
    margin-top: 40px !important;
}

.load-more-button {
    background: #ffffff !important;
    color: #111111 !important;
    border: 1px solid #e0e0e0 !important;
    padding: 12px 30px !important;
    border-radius: 25px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    box-shadow: none !important;
}

.load-more-button:hover,
.load-more-button:focus,
.load-more-button:active {
    background: #111111 !important;
    color: #ffffff !important;
    border-color: #111111 !important;
}

.no-posts-found {
    grid-column: 1/-1 !important;
    text-align: center !important;
    color: #999999 !important;
    padding: 40px 0 !important;
    font-size: 16px !important;
}

/* ==========================================================================
   5. התאמה מוחלטת למובייל - אחידות מלאה 1:1 בין כל הפוסטים
   ========================================================================== */
@media (max-width: 768px) {
    .blog-section-container {
        padding: 20px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .blog-filter-header {
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 0 20px !important;
    }

    .filter-controls-left,
    .category-dropdown-wrapper,
    .filter-dropdown,
    #blog-search {
        width: 100% !important;
    }

    .top-featured-post, 
    .posts-grid-wrapper {
        padding: 0 20px !important;
    }

    /* אחידות מלאה של הפוסט הראשון לשאר הפוסטים בגריד */
    .featured-card {
        display: flex !important;
        flex-direction: column !important;
        padding: 20px !important;
        gap: 0 !important;
        border: 1px solid #eaeaea !important;
        border-radius: 16px !important;
        justify-content: space-between !important;
    }

    .featured-img { 
        flex: none !important; 
        width: 100% !important; 
        display: block !important;
        order: 1 !important; /* התמונה עולה ראשונה למעלה */
    }
    
    .featured-img img { 
        height: 240px !important; 
        width: 100% !important;
        margin-bottom: 18px !important;
        border-radius: 12px !important;
    }

    .featured-content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        order: 2 !important; /* גוש הטקסט מופיע מתחת לתמונה */
        width: 100% !important;
    }
    
    .featured-title {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        height: 50px !important;
        margin: 0 0 20px 0 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        order: 1 !important; /* הכותרת ראשונה בתוך גוש הטקסט */
    }

    /* דחיפת המטא-דאטה (המחבר והתאריך) לתחתית הכרטיסייה, בדיוק כמו בגריד */
    .featured-content .author-meta {
        margin-top: auto !important;
        display: flex !important;
        order: 2 !important; /* המחבר יורד מתחת לכותרת */
    }

    /* הסתרת התקציר והכפתור מהפוסט הראשון באופן מוחלט כדי למנוע שבירה */
    .featured-excerpt, 
    .featured-read-more {
        display: none !important;
    }

    /* הגריד התחתון */
    .posts-grid-wrapper {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .post-grid-card {
        padding: 20px !important;
        border: 1px solid #eaeaea !important;
        border-radius: 16px !important;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-aad6993 */#topfooter {
    display: none;
}/* End custom CSS */