.elementor-276 .elementor-element.elementor-element-c022c64{--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 html, class: .elementor-element-b8dcf34 *//* Accessibility Statement CSS - Distinctive Style */
.accessibility-statement {
    direction: rtl;
    text-align: right;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; /* שינוי פונט עדין */
    line-height: 1.7; /* שורה טיפה פחות מרווחת */
    max-width: 950px; /* רוחב מעט גדול יותר */
    margin: 0 auto;
    padding: 30px; /* ריפוד גדול יותר */
    font-size: 1.05em; /* גודל כתב עדין יותר */
    background-color: #fcfcfc; /* רקע עדין מאוד */
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0,0,0,0.05); /* צל עדין */
}

/* כותרת ראשית (החלפת צבעים) */
.accessibility-statement h1 {
    font-size: 2.5em;
    color: #66CCCC; /* צבע משני לכותרת ראשית */
    border-bottom: 2px dashed #CC0000; /* קו מקווקו בצבע ראשי */
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center; /* כותרת ממורכזת */
}

/* כותרות סעיפים ראשיות (החלפת צבעים) */
.accessibility-statement h2 {
    font-size: 1.7em;
    color: #CC0000; /* צבע ראשי לכותרות סעיפים */
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-right: 15px; /* ריפוד מימין */
    border-right: 5px solid #66CCCC; /* קו אנכי עבה בצד ימין */
    background-color: #f7fdfd; /* רקע עדין לכותרות */
}

/* רשימות (סגנון שונה) */
.accessibility-statement ul {
    list-style-type: none;
    padding-right: 0;
    margin-right: 0;
}

.accessibility-statement ul li {
    padding-right: 25px; /* ריפוד גדול יותר לפריט */
    text-indent: -10px; /* הזחה של הכדור */
    margin-bottom: 8px;
    position: relative;
}

.accessibility-statement ul li:before {
    content: "✔️"; /* אייקון V כאיקון */
    color: #CC0000;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

/* קישורים */
.accessibility-statement a {
    color: #CC0000;
    text-decoration: underline; /* הדגשת קישורים באמצעות קו תחתון */
    font-weight: normal; /* לא להדגיש קישורים יותר מדי */
    transition: color 0.3s ease, background-color 0.3s ease;
}

.accessibility-statement a:hover {
    color: #66CCCC; /* צבע משני בריחוף */
    background-color: transparent; /* ללא רקע בריחוף */
    text-decoration: none;
}

/* אזור פרטי קשר (עיצוב שונה) */
.contact-info {
    padding: 25px;
    border: 1px solid #CC0000; /* מסגרת דקה בצבע ראשי */
    background-color: #fffafa; /* רקע עדין מאוד */
    margin-top: 30px;
    border-radius: 8px; /* פינות מעוגלות */
    box-shadow: 0 4px 8px rgba(0,0,0,0.08); /* צל עדין */
}

.contact-info strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.25em;
    color: #66CCCC; /* צבע משני לכותרת פרטי קשר */
    border-bottom: 1px solid #CC0000;
    padding-bottom: 5px;
}

/* סייגים לנגישות (עיצוב שונה) */
.disclaimer-section {
    border: 2px dashed #66CCCC; /* מסגרת מקווקו בצבע משני */
    padding: 20px;
    background-color: #fefefe; /* רקע בהיר מאוד */
    margin-top: 25px;
    border-radius: 5px;
}

.disclaimer-section h2 { /* שינוי ספציפי לכותרת בתוך הסייגים */
    color: #CC0000;
    border-right: none;
    background-color: transparent;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.disclaimer-date {
    font-size: 0.9em;
    color: #555;
    margin-top: 25px;
    text-align: left;
    border-top: 1px dotted #CC0000;
    padding-top: 10px;
}/* End custom CSS */