.privacy-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    color: #333;
    line-height: 1.7;
    font-size: 16px;
}

.privacy-container h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.privacy-container h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}

.privacy-container h4 {
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
}

/* Paragraph spacing */
.privacy-container p {
    margin-bottom: 16px;
}

.privacy-container a {
    color: #0066cc;
    text-decoration: none;
}

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

.bold-last {
    font-weight: 600;
    margin-top: 30px;
}
