.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-599 .elementor-element.elementor-element-7d8ce23{font-family:"Open Sans", Sans-serif;font-weight:400;color:#000000;}.elementor-599 .elementor-element.elementor-element-6811267{font-family:"Open Sans", Sans-serif;font-weight:400;color:#000000;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-599 .elementor-element.elementor-element-2f2268c{text-align:center;}.elementor-599 .elementor-element.elementor-element-2f2268c .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-weight:600;color:#FFFFFF;}@media(max-width:767px){.elementor-599 .elementor-element.elementor-element-2f2268c{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-8147c3f */.cc-legal-table{
    direction:rtl;
    max-width:1100px;
    margin:50px auto;
    padding:0 20px;
}

.cc-legal-table h2{
    text-align:center;
    color:#1d3557;
    font-size:34px;
    margin-bottom:40px;
}

.cc-legal-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.cc-legal-card{
    background:#fff;
    border:1px solid #d8e1ec;
    border-radius:18px;
    padding:30px 25px;
    box-shadow:0 10px 30px rgba(0,0,0,.07);
}

.cc-legal-card h3{
    text-align:center;
    color:#0d4b8d;
    font-size:23px;
    margin-bottom:22px;
}

.cc-legal-card ul{
    margin:0;
    padding:0;
    list-style:none;
}

.cc-legal-card li{
    position:relative;
    padding-right:22px;
    margin-bottom:15px;
    line-height:1.8;
    color:#444;
    font-size:17px;
}

.cc-legal-card li::before{
    content:"✔";
    position:absolute;
    right:0;
    color:#2d7d46;
    font-weight:700;
}

@media (max-width:768px){

    .cc-legal-grid{
        grid-template-columns:1fr;
    }

    .cc-legal-table h2{
        font-size:28px;
    }

    .cc-legal-card{
        padding:25px 20px;
    }

    .cc-legal-card h3{
        font-size:21px;
    }

}/* End custom CSS */