.elementor-4142 .elementor-element.elementor-element-83bb027{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5d512aa *//* General Reset */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fcfcfc;
    color: #1a1a1a;
}

.legal-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.lang-container {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 50px;
}

/* RTL Specifics (Arabic) */
.rtl-block {
    direction: rtl;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

.rtl-block h1, .rtl-block h2 {
    color: #000;
    border-right: 4px solid #d4a373; /* Gold accent on the right */
    padding-right: 15px;
    margin-bottom: 20px;
}

/* LTR Specifics (English) */
.ltr-block {
    direction: ltr;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.ltr-block h1, .ltr-block h2 {
    color: #000;
    border-left: 4px solid #1a1a1a; /* Dark accent on the left */
    padding-left: 15px;
    margin-bottom: 20px;
}

/* Typography Elements */
h1 { font-size: 2rem; margin-bottom: 10px; }
h2 { font-size: 1.4rem; margin-top: 30px; }
p { font-size: 1.05rem; line-height: 1.8; color: #444; margin-bottom: 15px; }

.date {
    font-size: 0.9rem;
    color: #888;
}

.divider {
    text-align: center;
    margin: 40px 0;
    position: relative;
}

.divider span {
    background: #fcfcfc;
    padding: 0 15px;
    color: #bbb;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: -1;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .lang-container {
        padding: 25px;
    }
}/* End custom CSS */