.elementor-3 .elementor-element.elementor-element-21a2c8fc{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-76aa8044 */body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        background-color: #f9f9f9;
        color: #333;
        margin: 0;
        padding: 0;
    }

    .privacy-policy-container {
        max-width: 800px;
        margin: 30px auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid #e0e0e0;
    }

    h4.privacy-policy-h1 {
        font-size: 1.5em;
        color: #cc1939 !important;
        margin-bottom: 10px;
    }

    .privacy-policy-p {
        font-size: 1em;
        margin-bottom: 15px;
        color: #555;
    }

    .privacy-policy-ol {
        margin: 15px 0;
        padding-left: 20px;
        list-style: decimal inside;
    }

    .privacy-policy-ol li {
        margin-bottom: 10px;
    }

    h2.privacy-policy-h2 {
        font-size: 1.25em;
        color: #cc1939 !important;
        margin: 20px 0 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

    .privacy-policy-container a {
        color: #004681 !important;
        text-decoration: none;
    }

    .privacy-policy-container a:hover {
        text-decoration: underline;
    }/* End custom CSS */