body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #0b3a3f;
    background: #f9f9f9;
}
/* ===== General ===== */
.privacy-policy {
    background-color: #f9f9f9;
    font-family: 'Arial', sans-serif;
    color: #4a4a4a;
    padding: 10px;
    line-height: 1.3;
}

.container-full {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* ===== Headers ===== */
.privacy-policy h1 {
    font-size: 36px;
    font-weight: 700;
    color: #203a43;
    text-align: center;
    margin-bottom: 30px;
}

.privacy-policy h2 {
    font-size: 28px;
    font-weight: 600;
    color: #203a43;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.privacy-policy h3 {
    font-size: 22px;
    font-weight: 600;
    color: #203a43;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* ===== Paragraphs and lists ===== */
.privacy-policy p {
    font-size: 16px;
    margin-bottom: 20px;
}

.privacy-policy ul {
    margin: 10px 0 20px 20px;
}

.privacy-policy li {
    margin-bottom: 10px;
}

/* ===== Links ===== */
.privacy-policy a {
    color: #f28c00;
    text-decoration: none;
}

.privacy-policy a:hover {
    text-decoration: underline;
}

/* ===== Special Highlights ===== */
.privacy-policy span {
    display: block;
    margin-top: 10px;
    font-style: italic;
    color: #555555;
}
.privacy-policy p .misjour{
    display: block;
    margin-top: 10px;
    font-style: italic;
    color: black;
    text-align: center;
}


/* ===== Responsive ===== */
@media (max-width: 768px) {
    .container-full {
        padding: 30px 20px;
    }

    .privacy-policy h1 {
        font-size: 28px;
    }

    .privacy-policy h2 {
        font-size: 24px;
    }

    .privacy-policy h3 {
        font-size: 20px;
    }
}
