.elementor-7944 .elementor-element.elementor-element-47aeaa78{--display:flex;}.elementor-7944 .elementor-element.elementor-element-64079d8c{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-64079d8c *//* Legal Document Container */
.cw-legal-document {
    font-family: "Britti Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto;
    padding: 50px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Header Styling */
.cw-legal-header h1 {
    font-family: "Britti Sans", "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cw-legal-meta {
    text-align: center;
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 35px;
    line-height: 1.4;
}

/* Section Headings */
.cw-legal-document h2 {
    font-family: "Britti Sans", "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #000000;
    border-bottom: 1.5px solid #000000;
    padding-bottom: 6px;
    text-transform: uppercase;
}

/* Paragraphs and Lists */
.cw-legal-document p {
    font-size: 15px;
    margin-bottom: 18px;
    text-align: justify;
}

.cw-legal-document ul {
    margin-bottom: 25px;
    padding-left: 25px;
}

.cw-legal-document li {
    font-size: 15px;
    margin-bottom: 10px;
    list-style-type: disc;
}

/* Liability Alert Section (Security Posture) */
.cw-legal-alert {
    background-color: #f4f4f4;
    padding: 20px;
    border-left: 5px solid #000000;
    margin: 25px 0;
}

/* Divider */
.cw-legal-divider {
    border: 0;
    border-top: 3px solid #000000;
    margin: 25px 0;
}

/* Footer and Redressal */
.cw-legal-footer {
    margin-top: 50px;
    border-top: 3px solid #000000;
    padding-top: 25px;
}

.cw-legal-footer h2 {
    border-bottom: none;
}

.cw-copyright {
    font-size: 13px;
    color: #777777;
    text-align: center;
    margin-top: 40px;
    line-height: 1.5;
}

.cw-legal-document a {
    color: #000000;
    text-decoration: underline;
    font-weight: 600;
}

.cw-legal-document a:hover {
    color: #333333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .cw-legal-document {
        padding: 25px;
        border: none;
        box-shadow: none;
    }
    .cw-legal-document p {
        text-align: left;
    }
}/* End custom CSS */