.elementor-4153 .elementor-element.elementor-element-12e3889{--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;}body.elementor-page-4153:not(.elementor-motion-effects-element-type-background), body.elementor-page-4153 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a3440e7 *//* General Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff; /* Clean white background */
    color: #000000; /* Absolute black for body text */
}

.legal-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.lang-container {
    background: #fff;
    padding: 40px;
    border: 1px solid #e0e0e0; /* Subtle border for structure */
    border-radius: 8px;
    margin-bottom: 60px;
}

/* RTL Specifics (Arabic) */
.rtl-block {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

.rtl-block h1, .rtl-block h2 {
    color: #000000;
    border-right: 5px solid #000000; /* Black accent */
    padding-right: 20px;
    margin-bottom: 25px;
}

.rtl-block ul {
    padding-right: 30px;
    list-style-type: disc;
}

/* LTR Specifics (English) */
.ltr-block {
    direction: ltr;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.ltr-block h1, .ltr-block h2 {
    color: #000000;
    border-left: 5px solid #000000; /* Black accent */
    padding-left: 20px;
    margin-bottom: 25px;
}

.ltr-block ul {
    padding-left: 30px;
    list-style-type: disc;
}

/* Typography Overrides */
h1 { 
    font-size: 2.2rem; 
    font-weight: 700;
    margin-bottom: 15px; 
}

h2 { 
    font-size: 1.5rem; 
    font-weight: 700;
    margin-top: 40px; 
}

p, li { 
    font-size: 1.1rem; 
    line-height: 1.8; 
    color: #000000; /* Ensuring lists and paragraphs are black */
    margin-bottom: 15px; 
}

.date {
    font-size: 0.95rem;
    color: #000000;
    opacity: 0.7; /* Slight fade for date, but still black base */
    font-weight: 600;
}

.divider {
    text-align: center;
    margin: 60px 0;
    position: relative;
}

.divider span {
    background: #ffffff;
    padding: 0 20px;
    color: #000000;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    z-index: -1;
}

/* Responsive */
@media (max-width: 600px) {
    .lang-container {
        padding: 20px;
        border: none;
    }
}/* End custom CSS */