.elementor-270 .elementor-element.elementor-element-5ae1570{--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-d167271 *//* Terms & Conditions CSS - Distinctive Style */
.terms-of-use {
    direction: rtl;
    text-align: right;
    font-family: 'Times New Roman', serif; /* פונט רשמי ומסורתי יותר */
    line-height: 1.6;
    max-width: 850px; /* רוחב צר יחסית לרשמיות */
    margin: 0 auto;
    padding: 35px;
    font-size: 1.1em;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

/* כותרת ראשית */
.terms-of-use h1 {
    font-size: 2.2em;
    color: #CC0000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

/* כותרת משנה לכותרת ראשית (הבלטת תאריך) */
.terms-of-use .date-line {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 30px;
    text-align: left;
    border-top: 1px solid #CC0000;
    padding-top: 5px;
}

/* כותרות סעיפים ראשיות (1, 2, 3...) */
.terms-of-use h2 {
    font-size: 1.4em;
    color: #fff;
    background-color: #CC0000; /* מילוי אדום חזק */
    padding: 8px 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-right: 5px solid #66CCCC; /* הדגשה בטורקיז */
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* כותרות משנה בתוך סעיפים (3.1, 3.2...) */
.terms-of-use h3 {
    font-size: 1.15em;
    color: #66CCCC; /* צבע משני להדגשה */
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px dotted #66CCCC;
    padding-bottom: 3px;
}

/* עיצוב רשימות */
.terms-of-use ul {
    list-style-type: none;
    padding-right: 0;
    margin-right: 0;
}

.terms-of-use ul li {
    padding-right: 20px;
    text-indent: -20px;
    margin-bottom: 8px;
}

.terms-of-use ul li:before {
    content: "■"; /* בולט מרובע - מראה רשמי */
    color: #CC0000;
    font-weight: bold;
    display: inline-block;
    width: 20px;
}

/* קישורים */
.terms-of-use a {
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
}

.terms-of-use a:hover {
    color: #66CCCC;
    text-decoration: underline;
}

/* הבלטת סעיפים חשובים (כמו הגבלת אחריות וסמכות שיפוט) */
.highlight-section {
    border: 2px solid #CC0000;
    background-color: #e5f7f7; /* רקע טורקיז בהיר */
    padding: 20px;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.highlight-section h2 {
    background-color: transparent;
    color: #CC0000;
    border-right: none;
    text-align: center;
    border-bottom: 2px solid #CC0000;
    padding-bottom: 10px;
}/* End custom CSS */