.elementor-365 .elementor-element.elementor-element-e284b20{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-1dea0c3 *//* --- Data Protection Policy CSS (Minimalist Style) --- */

/* Base Setup (Consistent with previous pages) */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.data-protection-content {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

/* Page Title */
.data-protection-content h1 {
    font-size: 2.2em;
    color: #004d99; /* Primary Accent */
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    font-weight: 400;
}

/* Section Headings */
.data-protection-content h2 {
    font-size: 1.5em;
    color: #333;
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Body Paragraphs */
.data-protection-content p {
    margin-bottom: 15px;
    font-size: 1em;
    line-height: 1.7;
}

/* Specific List Styles (for Collection, Purpose, and Usage sections) */

/* General List Item Style */
.data-protection-content ul li,
.data-protection-content ol li {
    margin-bottom: 10px;
    line-height: 1.5;
    /* Styles for the custom bullet points used in the HTML (Collection section) */
    padding-left: 5px; 
}

/* Mobile Adjustments (Ensuring readability on smaller screens) */
@media (max-width: 768px) {
    .data-protection-content {
        margin: 40px 0;
        padding: 0 15px;
    }
    .data-protection-content h1 {
        font-size: 1.8em;
    }
    .data-protection-content h2 {
        font-size: 1.3em;
    }
}/* End custom CSS */