.PrivacyContainer {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px;
    line-height: 1.6;
    color: #333;
}

/* Heading Styles */
.PrivacyH1 {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #222;
}
.PrivacyH2 {
    font-size: 1.6em;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #222;
}
.PrivacyH3 {
    font-size: 1.3em;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #222;
}

/* Text Elements */
.PrivacyParagraph,
.PrivacyUl,
.PrivacyOl {
    margin-bottom: 16px;
}
.PrivacyUl li,
.PrivacyOl li {
    margin-bottom: 8px;
}
.PrivacyLink {
    color: #0066cc;
    text-decoration: none;
}
.PrivacyLink:hover {
    text-decoration: underline;
}
.PrivacyCode {
    background-color: #f4f4f4;
    padding: 2px 4px;
    font-family: Consolas, monospace;
    font-size: 90%;
}

/* Section Divider */
.PrivacySectionDivider {
    border-top: 1px solid #cccccc;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Special Classes */
.PrivacyLastUpdated {
    font-style: italic;
    margin-bottom: 1rem;
}

/* Logo / Header */
.PrivacyLogo {
    text-align: center;
    margin-bottom: 40px;
}

/* Cookie Banner */
.PrivacyCookieBanner {
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}
.PrivacyConsentButtons {
    display: inline-block;
}
.PrivacyButton {
    margin: 5px;
    padding: 8px 16px;
    border: none;
    background-color: #0066cc;
    color: #ffffff;
    cursor: pointer;
}
.PrivacyButton:hover {
    background-color: #004b99;
}

/* Revisit Consent Button Section */
.PrivacyRevisitConsent {
    float: right;
    margin-bottom: 10px;
}
.PrivacyRevisitConsentBtn {
    padding: 8px 16px;
    border: none;
    background-color: #0066cc;
    color: #ffffff;
    cursor: pointer;
}
.PrivacyRevisitConsentBtn:hover {
    background-color: #004b99;
}