/* Beaverwood Theme - Privacy Page Styles */

.privacy-section {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.privacy-section h1 {
    text-align: center;
    margin-bottom: 30px;
}

.privacy-section h2 {
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.privacy-section h3 {
    margin-top: 20px;
}

.privacy-section ul,
.privacy-section ol {
    padding-left: 30px;
}

.privacy-section .section {
    margin-bottom: 20px;
}

.privacy-section a {
    color: #0066cc;
    text-decoration: none;
}

.privacy-section a:hover {
    text-decoration: underline;
}

/* Responsive Design for Privacy Page */
@media (max-width: 768px) {
    .privacy-section {
        padding: 2rem 1rem;
    }

    .privacy-section h1 {
        font-size: 2rem;
    }

    .privacy-section h2 {
        font-size: 1.5rem;
    }
}