body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #f9fafb;
    color: #1f2937;
    line-height: 1.7;
}

.privacy-wrapper {
    padding: 40px 20px;
}

.privacy-container {
    max-width: 900px;
    margin: auto;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.privacy-container-theme{
    background-color: #343434 !important;
}
h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.updated {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 30px;
}

h2 {
    font-size: 20px;
    margin-top: 30px;
    color: #111827;
}
.privacy-h2-theme{
    color:#ffb32e !important;
}

p {
    font-size: 15px;
    margin: 12px 0;
}

ul {
    padding-left: 20px;
}

li {
    font-size: 15px;
    margin-bottom: 8px;
}

a {
    color: #2563eb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Mobile friendly */
@media (max-width: 768px) {
    .privacy-container {
        padding: 25px;
    }

    h1 {
        font-size: 26px;
    }
}
