:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bdb2c16 */:root {
    --color-text: #333333;
    --color-headings: #0566C1;
    --color-background: #FFFFFF;
    --color-light-gray: #f7f7f7;
    --color-border: #dddddd;
    --font-family: 'Source Sans Pro', sans-serif;
}

.privacy-policy-container {
    font-family: var(--font-family);
    color: var(--color-text);
    background-color: var(--color-background);
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    line-height: 1.7;
}

.privacy-policy-container h1 {
    color: var(--color-headings);
    text-align: center;
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 10px;
}

.privacy-policy-container .last-updated {
    text-align: center;
    color: #777;
    margin-bottom: 40px;
    font-style: italic;
}

.privacy-policy-container section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-border);
}

.privacy-policy-container section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.privacy-policy-container h2 {
    color: var(--color-headings);
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--color-headings);
}

.privacy-policy-container h3 {
    color: #111;
    font-size: 1.3rem;
    margin-top: 25px;
}

.privacy-policy-container p {
    margin-bottom: 15px;
}

.privacy-policy-container a {
    color: var(--color-headings);
    text-decoration: none;
    font-weight: 600;
}

.privacy-policy-container a:hover {
    text-decoration: underline;
}

.privacy-policy-container ul {
    list-style-type: disc;
    padding-left: 25px;
}

.privacy-policy-container ul li {
    margin-bottom: 8px;
}

.important-note {
    background-color: var(--color-light-gray);
    border-left: 4px solid var(--color-headings);
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
}

.data-transfer-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.data-transfer-table th, .data-transfer-table td {
    border: 1px solid var(--color-border);
    padding: 12px;
    text-align: left;
}

.data-transfer-table thead {
    background-color: var(--color-headings);
    color: white;
    font-weight: 600;
}

.data-transfer-table tbody tr:nth-child(even) {
    background-color: var(--color-light-gray);
}/* End custom CSS */