.elementor-1592 .elementor-element.elementor-element-b1d11f2{--display:flex;--margin-top:2%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;}.elementor-widget-theme-archive-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1592 .elementor-element.elementor-element-2937555 .elementor-heading-title{font-family:"Tahoma", Sans-serif;font-weight:600;line-height:19px;}.elementor-widget-archive-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1592 .elementor-element.elementor-element-8f80d51{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-1592 .elementor-element.elementor-element-8f80d51:after{content:"0.66";}.elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-post__thumbnail__link{width:100%;}.elementor-1592 .elementor-element.elementor-element-8f80d51.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1592 .elementor-element.elementor-element-8f80d51.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1592 .elementor-element.elementor-element-8f80d51.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1592 .elementor-element.elementor-element-8f80d51:after{content:"0.5";}.elementor-1592 .elementor-element.elementor-element-8f80d51 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for theme-archive-title, class: .elementor-element-2937555 *//* עיצוב הכותרת - נקי וכחול */
.custom-archive-title .elementor-heading-title {
    color: #005baa !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    text-align: center;
    margin: 0 !important;
    padding-bottom: 10px !important;
}

/* מיכל הכותרת */
.custom-archive-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

/* הקו הקלאסי: דוהה בקצוות ומחודד */
.custom-archive-title::after {
    content: "";
    display: block;
    width: 350px; /* אורך הקו */
    height: 2px;  /* עובי המרכז */
    margin-top: 5px;
    /* גרדיאנט שיוצר דהייה מוחלטת לקצוות */
    background: linear-gradient(to right, 
        rgba(0, 91, 170, 0) 0%, 
        rgba(0, 91, 170, 1) 50%, 
        rgba(0, 91, 170, 0) 100%
    );
    /* יצירת קצוות מחודדים (צורת מעוין דק מאוד) */
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
}

/* התאמה למובייל */
@media (max-width: 768px) {
    .custom-archive-title .elementor-heading-title {
        font-size: 32px !important;
    }
    .custom-archive-title::after {
        width: 200px;
    }
}/* End custom CSS */
/* Start custom CSS for archive-posts, class: .elementor-element-8f80d51 *//* מיכל הרשת - מבטיח פריסה של 3 עמודות */
.elementor-posts-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: flex-start !important;
    direction: rtl !important;
}

/* עיצוב הכרטיס עם הגבלת רוחב ל-3 עמודות */
.elementor-post {
    flex: 0 0 calc(33.33% - 14px) !important; /* זה מה שיוצר 3 עמודות */
    max-width: calc(33.33% - 14px) !important;
    background: #111 !important;
    color: #fff !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    transition: transform 0.3s ease !important;
    display: flex;
    flex-direction: column;
    border: none !important;
    border-top: 4px solid #005baa !important;
    margin-bottom: 10px;
}

.elementor-post:hover {
    transform: scale(1.02);
}

/* תיקון גובה התמונה שייראה כמו בלוח ההופעות */
.elementor-post__thumbnail {
    height: 220px !important;
    padding-bottom: 0 !important;
}

.elementor-post__thumbnail img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* תוכן הטקסט */
.elementor-post__text {
    padding: 20px !important;
    text-align: center;
}

.elementor-post__title a {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

/* כפתור קרא עוד בסגנון כחול */
.elementor-post__read-more {
    background-color: #0078ff !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    margin-top: 15px !important;
    font-weight: bold !important;
    transition: 0.3s !important;
}

/* התאמה לטאבלט ונייד (עמודה אחת) */
@media (max-width: 1024px) {
    .elementor-post {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* שיפור הטקסט המרכזי (תקציר) */
.elementor-post__excerpt p {
    color: #eeeeee !important; /* לבן בהיר במקום אפור דהוי */
    font-size: 16px !important; /* הגדלה קלה לשיפור הקריאות */
    line-height: 1.6 !important; /* ריווח שורות לנשימה של הטקסט */
    font-weight: 400 !important;
    margin-bottom: 20px !important;
}

/* אופציונלי: הוספת צל עדין לטקסט כדי להקפיץ אותו מהרקע */
.elementor-post__excerpt {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}/* End custom CSS */