.wnr-container.privacy-container {
    flex-direction: column;
    font-family: 'Poppins Regular', sans-serif;
    scroll-behavior: smooth;
}

.privacy-container {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 900px;
    margin: 0 auto;
}

#privacy-header {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 0;
    margin-bottom: 0;
}

.rich-text-content {
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}

/* Rich Text Elements styling for Advanced Editor content */
.rich-text-content h1,
.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4 {
    color: #1A1A1A;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}

.rich-text-content h1 {
    font-size: 32px;
}

.rich-text-content h2 {
    font-size: 28px;
}

.rich-text-content h3 {
    font-size: 22px;
}

.rich-text-content h4 {
    font-size: 18px;
}

.rich-text-content p {
    margin-bottom: 16px;
}

.rich-text-content ul,
.rich-text-content ol {
    margin-bottom: 24px;
    padding-left: 24px;
}

.rich-text-content li {
    margin-bottom: 8px;
}

.rich-text-content strong {
    font-weight: 700;
    color: #000;
}

.rich-text-content a {
    color: #6B7A5A;
    text-decoration: underline;
    transition: color 0.2s;
}

.rich-text-content a:hover {
    color: #4A563F;
}

.rich-text-content blockquote {
    border-left: 4px solid #6B7A5A;
    padding-left: 16px;
    margin-left: 0;
    font-style: italic;
    color: #666;
}

.rich-text-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}

.rich-text-content th,
.rich-text-content td {
    border: 1px solid #E2E2E2;
    padding: 12px;
    text-align: left;
}

.rich-text-content th {
    background-color: #F9F6ED;
    font-weight: 700;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .privacy-container {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .rich-text-content h1 {
        font-size: 28px;
    }

    .rich-text-content h2 {
        font-size: 24px;
    }
}