.elementor-12213 .elementor-element.elementor-element-6b6c0bb{--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 container, class: .elementor-element-6b6c0bb *//* --- General Page Styling (Adapted for post-12213) --- */
.page-id-12213 .entry-content {
    font-family: 'Inter', sans-serif; /* Or your preferred theme font */
    color: #4A5568; /* Default text color */
    line-height: 1.7;
}

/* --- Main Content Container (Adapted for the single container structure) --- */
/* This now targets the inner container of your main content section */
.page-id-12213 .elementor-element-6b6c0bb > .e-con-inner {
    max-width: 900px; /* Control overall width */
    margin: 2em auto; /* Center the content with some top/bottom margin */
    padding: 25px 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

/* --- NOTE: iFrame styles from original CSS were removed as there is no iFrame on this page. --- */

/* --- Styling for the Text Content (Adapted for new structure) --- */
/* General paragraph styling from your original file */
.page-id-12213 .markdown p {
    font-size: 1rem; /* Adjust as needed for readability */
    margin-bottom: 1.2em;
    line-height: 1.8; /* Slightly more line height can be good */
}

/* --- HEADING STYLES - Adapted from your original paragraph-based styles --- */

/* Style for Main Title (was p:first-child, now targets H1) */
.page-id-12213 .markdown h1 {
    font-size: 1.6rem; /* Larger for the main title */
    font-weight: 600;
    color: #1A202C;
    margin-bottom: 0.2em; /* Less margin if it's a title */
}

/* Style for Sub-headings (was p:nth-child(2), now targets H3) */
/* This also includes styles from your original h1,h2,h3,h4 and "جدول المحتويات" rules */
.page-id-12213 .markdown h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1A202C;
    margin-top: 2em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.3em;
}

/* Style for specific paragraphs (was p:nth-child(3)) */
/* This general styling will apply to all paragraphs now */
.page-id-12213 .markdown p {
    font-size: 0.95rem;
    color: #4A5568;
    margin-bottom: 1.5em;
}

/* Style for lists (ul elements) - REMOVED background box */
.page-id-12213 .markdown ul {
    font-size: 0.95rem;
    color: #4A5568;
    margin-bottom: 1.5em;
    list-style-type: disc;
    padding-inline-start: 25px; /* Standard indent for list items */
}

.page-id-12213 .markdown ul li {
    margin-bottom: 0.5em;
    padding-left: 5px; /* Small padding for list item text */
}

.page-id-12213 .markdown ul li strong {
    font-weight: 600;
    color: #374151;
}

/* General list styling for Table of Contents */
.page-id-12213 .markdown ol {
    list-style-position: inside;
    padding-inline-start: 10px;
}


.page-id-12213 .markdown a {
    color: #2b6cb0;
    text-decoration: underline;
}
.page-id-12213 .markdown a:hover {
    color: #2c5282;
}


/* --- Mobile Specific Styles (Selectors updated) --- */
@media (max-width: 767px) {
    .page-id-12213 .elementor-element-6b6c0bb > .e-con-inner {
        padding: 20px 15px;
        margin: 1.5em 10px;
    }

    .page-id-12213 .markdown h1 {
        font-size: 1.4rem;
    }
    .page-id-12213 .markdown h3 {
        font-size: 1.2rem;
    }
    .page-id-12213 .markdown p,
    .page-id-12213 .markdown ul {
        font-size: 0.9rem;
    }
    .page-id-12213 .markdown ul {
        padding-inline-start: 20px; /* Adjust indent for mobile */
    }
}

@media (max-width: 480px) {
    .page-id-12213 .elementor-element-6b6c0bb > .e-con-inner {
        margin: 1em 5px;
        padding: 15px 10px;
    }

    .page-id-12213 .markdown h1 {
        font-size: 1.3rem;
    }
    .page-id-12213 .markdown p {
        font-size: 0.9rem;
        line-height: 1.75;
    }
}

/*////////////////hide policies/////////////////////////////////////////////

/*
================================================================
Option 1: CSS (Recommended)
================================================================
Add this code to your WordPress Customizer's "Additional CSS" section.
It hides the element if the <html> tag has the language attribute for Arabic (`lang="ar"`),
which is standard for multilingual WordPress sites.
*/

html[lang="ar"] .elementor-element[data-id="13298a0"] {
    display: none !important;
}



html:not([lang="ar"]) .elementor-element[data-id="6e88945"] {
    display: none !important;
}/* End custom CSS */